diff --git a/bdb.gemspec b/bdb.gemspec index 8d23da8..2d36367 100644 --- a/bdb.gemspec +++ b/bdb.gemspec @@ -2,7 +2,7 @@ BDB_SPEC = Gem::Specification.new do |s| s.platform = Gem::Platform::RUBY s.required_ruby_version = '>=1.8.4' s.name = "bdb" - s.version = "0.0.3" + s.version = "0.0.4" s.authors = ["Matt Bauer", "Dan Janowski"] s.email = "bauer@pedalbrain.com" s.summary = "A Ruby interface to BerkeleyDB" @@ -10,6 +10,7 @@ BDB_SPEC = Gem::Specification.new do |s| 'ext/bdb.c', 'ext/bdb.h', 'ext/extconf.rb', + 'lib/bdb/simple.rb', 'LICENSE', 'README.textile', 'Rakefile']