gemspec changed
This commit is contained in:
parent
58556ce892
commit
2d2a8796d6
4
Rakefile
4
Rakefile
|
@ -7,9 +7,9 @@ begin
|
||||||
gem.name = "bdb"
|
gem.name = "bdb"
|
||||||
gem.summary = %Q{Ruby Berkeley DB}
|
gem.summary = %Q{Ruby Berkeley DB}
|
||||||
gem.description = %Q{Advanced Ruby Berkeley DB library.}
|
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.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.files = ["README.rdoc", "VERSION", "ext/bdb.c", "ext/bdb.h", "ext/extconf.rb", "lib/**/*.rb", "test/*.rb"]
|
||||||
gem.extensions = ["ext/extconf.rb"]
|
gem.extensions = ["ext/extconf.rb"]
|
||||||
gem.require_paths = ["ext", "lib"]
|
gem.require_paths = ["ext", "lib"]
|
||||||
|
|
18
bdb.gemspec
18
bdb.gemspec
|
@ -5,7 +5,7 @@
|
||||||
|
|
||||||
Gem::Specification.new do |s|
|
Gem::Specification.new do |s|
|
||||||
s.name = %q{bdb}
|
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.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
||||||
s.authors = ["Justin Balthrop", "Denis Knauf"]
|
s.authors = ["Justin Balthrop", "Denis Knauf"]
|
||||||
|
@ -46,17 +46,17 @@ Gem::Specification.new do |s|
|
||||||
s.rubygems_version = %q{1.3.5}
|
s.rubygems_version = %q{1.3.5}
|
||||||
s.summary = %q{Ruby Berkeley DB}
|
s.summary = %q{Ruby Berkeley DB}
|
||||||
s.test_files = [
|
s.test_files = [
|
||||||
"test/benchmark.rb",
|
"test/txn_test.rb",
|
||||||
"test/cursor_test.rb",
|
|
||||||
"test/database_test.rb",
|
"test/database_test.rb",
|
||||||
"test/database_test_helper.rb",
|
|
||||||
"test/db_test.rb",
|
|
||||||
"test/deadlock_test.rb",
|
"test/deadlock_test.rb",
|
||||||
"test/env_test.rb",
|
|
||||||
"test/replication_test.rb",
|
|
||||||
"test/stat_test.rb",
|
|
||||||
"test/test_helper.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"
|
"examples/replication.rb"
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue