diff --git a/Rakefile b/Rakefile index 18adc59..4f258b5 100644 --- a/Rakefile +++ b/Rakefile @@ -7,9 +7,9 @@ begin gem.name = "bdb" gem.summary = %Q{Ruby Berkeley DB} gem.description = %Q{Advanced Ruby Berkeley DB library.} - gem.email = "code@justinbalthrop.com" + gem.email = "code@justinbalthrop.com Denis.Knauf@gmail.com" gem.homepage = "http://github.com/ninjudd/bdb" - gem.authors = ["Justin Balthrop"] + gem.authors = ["Justin Balthrop", "Denis Knauf"] gem.files = ["README.rdoc", "VERSION", "ext/bdb.c", "ext/bdb.h", "ext/extconf.rb", "lib/**/*.rb", "test/*.rb"] gem.extensions = ["ext/extconf.rb"] gem.require_paths = ["ext", "lib"] diff --git a/bdb.gemspec b/bdb.gemspec index f607b1d..0a1a34e 100644 --- a/bdb.gemspec +++ b/bdb.gemspec @@ -5,7 +5,7 @@ Gem::Specification.new do |s| s.name = %q{bdb} - s.version = "0.2.3" + s.version = "0.2.2" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Justin Balthrop", "Denis Knauf"] @@ -46,17 +46,17 @@ Gem::Specification.new do |s| s.rubygems_version = %q{1.3.5} s.summary = %q{Ruby Berkeley DB} s.test_files = [ - "test/benchmark.rb", - "test/cursor_test.rb", + "test/txn_test.rb", "test/database_test.rb", - "test/database_test_helper.rb", - "test/db_test.rb", "test/deadlock_test.rb", - "test/env_test.rb", - "test/replication_test.rb", - "test/stat_test.rb", "test/test_helper.rb", - "test/txn_test.rb", + "test/database_test_helper.rb", + "test/benchmark.rb", + "test/db_test.rb", + "test/env_test.rb", + "test/stat_test.rb", + "test/cursor_test.rb", + "test/replication_test.rb", "examples/replication.rb" ]