We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cd065d0 + 9f47eaf commit b831591Copy full SHA for b831591
Rakefile
@@ -257,7 +257,7 @@ if defined? JRUBY_VERSION
257
begin
258
require 'arjdbc/version'
259
rescue LoadError
260
- path = File.expand_path('../lib', File.dirname(__FILE__))
+ path = File.expand_path('lib', File.dirname(__FILE__))
261
unless $LOAD_PATH.include?(path)
262
$LOAD_PATH << path; retry
263
end
lib/arjdbc/version.rb
@@ -1,3 +1,3 @@
1
module ArJdbc
2
- VERSION = '52.2'
+ VERSION = '52.3'
3
0 commit comments