Skip to content

Commit

Permalink
Updated to use ydbi 0.5.6. Bumped version to 1.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
ngiger committed Jan 29, 2018
1 parent 52e70a2 commit 5721b12
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions History.txt
@@ -1,3 +1,7 @@
=== 1.1.6 / 23.01.2016

* Updated to use ydbi 0.5.6

=== 1.1.5 / 23.01.2016

* Remove unused parameter dict for update_fulltext_index
Expand Down
2 changes: 1 addition & 1 deletion lib/odba/version.rb
@@ -1,5 +1,5 @@
#!/usr/bin/env ruby

class Odba
VERSION = '1.1.5'
VERSION = '1.1.6'
end
4 changes: 2 additions & 2 deletions odba.gemspec
Expand Up @@ -16,8 +16,8 @@ Gem::Specification.new do |spec|
spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
spec.require_paths = ["lib"]

spec.add_dependency 'ydbi', '>=0.5.1'
spec.add_dependency 'ydbd-pg','>=0.5.1'
spec.add_dependency 'ydbi', '>=0.5.6'
spec.add_dependency 'ydbd-pg','>=0.5.6'

spec.add_development_dependency "bundler"
spec.add_development_dependency "rake"
Expand Down

0 comments on commit 5721b12

Please sign in to comment.