Compare commits

...

8 Commits

Author SHA1 Message Date
Ash Moran 50e2fbe843 Bump version to 0.0.12.2 2011-08-27 05:55:24 +08:00
Ash Moran 4745db500c Remove the (erroneously re-added) weakref.rb file and the require line that was still including it (project now uses the ref gem) 2011-08-27 05:55:24 +08:00
Ash Moran 93cd84cd59 Bump version to 0.0.12.1 to bump bdb dependency to 0.2.6.5 2011-08-27 05:55:23 +08:00
Ash Moran 31021f703f Specify minimum bdb gem dependency version 2011-08-27 05:55:23 +08:00
Ash Moran 50f610da4a Version bump to 0.0.12 2011-08-27 05:55:23 +08:00
Andy Shipman 037544bdb5 Add weakhash back in 2011-08-27 05:55:23 +08:00
Denis Knauf 4700562b3e gemspec removed 2011-08-27 05:55:23 +08:00
Ash Moran 676718c40f Regenerate gemspec for version 0.0.10.1 2011-08-27 05:55:22 +08:00
3 changed files with 2 additions and 3 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'
gem.add_dependency 'bdb', '>= 0.2.6.5'
gem.add_dependency 'ref'
end
Jeweler::GemcutterTasks.new

View File

@ -1 +1 @@
0.0.11
0.0.12.2

View File

@ -1,5 +1,4 @@
require 'bdb'
require 'sbdb/weakhash'
require 'sbdb/db'
require 'sbdb/transaction'