forgot to add simple to gemspec

master
Justin Balthrop 2009-08-06 16:56:48 -07:00
parent f28073fa9b
commit 36cd2b36e3
1 changed files with 2 additions and 1 deletions

View File

@ -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']