Skip to content

Commit b831591

Browse files
committed
Merge branch '51-stable' into 52-stable
* 51-stable: [build] fix load-path << fallback prepare for release
2 parents cd065d0 + 9f47eaf commit b831591

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Rakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ if defined? JRUBY_VERSION
257257
begin
258258
require 'arjdbc/version'
259259
rescue LoadError
260-
path = File.expand_path('../lib', File.dirname(__FILE__))
260+
path = File.expand_path('lib', File.dirname(__FILE__))
261261
unless $LOAD_PATH.include?(path)
262262
$LOAD_PATH << path; retry
263263
end

lib/arjdbc/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module ArJdbc
2-
VERSION = '52.2'
2+
VERSION = '52.3'
33
end

0 commit comments

Comments
 (0)