Skip to content

Commit 9f47eaf

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

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 = '51.3'
2+
VERSION = '51.4'
33
end

0 commit comments

Comments
 (0)