Skip to content

Commit

Permalink
Bumped version to 1.1.2. Require ydbi and ydbd-pg
Browse files Browse the repository at this point in the history
  • Loading branch information
ngiger committed May 10, 2016
1 parent affbc75 commit ebed162
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
6 changes: 5 additions & 1 deletion History.txt
@@ -1,4 +1,8 @@
=== 1.1.1 / 24.06.2014
=== 1.1.2 / 10.05.2016

* requires now 'ydbi' and 'ydbd-pg'

=== 1.1.1 / 10.05.2016

* Made tests pass under Ruby 1.9.3, 2.x
* Updated to use minitest
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.1'
VERSION = '1.1.2'
end
5 changes: 2 additions & 3 deletions odba.gemspec
Expand Up @@ -14,11 +14,10 @@ Gem::Specification.new do |spec|
spec.license = "GPL-v2"
spec.files = `git ls-files -z`.split("\x0")
spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
# spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
spec.require_paths = ["lib"]

spec.add_dependency 'ydbi','>=0.5.0'
spec.add_dependency 'dbd-pg', '0.3.9'
spec.add_dependency 'ydbi', '>=0.5.1'
spec.add_dependency 'ydbd-pg','>=0.5.1'

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

0 comments on commit ebed162

Please sign in to comment.