forgot to add simple to gemspec

This commit is contained in:
Justin Balthrop 2009-08-06 16:56:48 -07:00
parent f28073fa9b
commit 36cd2b36e3

View file

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