Bump version to 0.0.12.1 to bump bdb dependency to 0.2.6.5

master
Ash Moran 2011-08-26 00:15:14 +08:00 committed by Denis Knauf
parent 31021f703f
commit 93cd84cd59
2 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@ begin
gem.authors = ["Denis Knauf"]
gem.files = %w[AUTHORS README.md VERSION lib/**/*.rb test/**/*.rb]
gem.require_paths = %w[lib]
gem.add_dependency 'bdb', '>= 0.2.6.4'
gem.add_dependency 'bdb', '>= 0.2.6.5'
gem.add_dependency 'ref'
end
Jeweler::GemcutterTasks.new

View File

@ -1 +1 @@
0.0.12
0.0.12.1