bdb1.gemspec in bdb1-0.2.4 vs bdb1.gemspec in bdb1-0.2.5
- old
+ new
@@ -2,19 +2,19 @@
# DO NOT EDIT THIS FILE DIRECTLY
# Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
# -*- encoding: utf-8 -*-
Gem::Specification.new do |s|
- s.name = "bdb1"
- s.version = "0.2.4"
+ s.name = %q{bdb1}
+ s.version = "0.2.5"
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
- s.authors = ["Guy Decoux", "Akinori MUSHA"]
- s.date = "2011-12-22"
- s.description = "This is a Ruby interface to Berkeley DB 1.85 and 1.86."
- s.email = "knu@idaemons.org"
- s.extensions = ["ext/bdb1/extconf.rb"]
+ s.authors = [%q{Guy Decoux}, %q{Akinori MUSHA}]
+ s.date = %q{2012-01-02}
+ s.description = %q{This is a Ruby interface to Berkeley DB 1.85 and 1.86.}
+ s.email = %q{knu@idaemons.org}
+ s.extensions = [%q{ext/bdb1/extconf.rb}]
s.extra_rdoc_files = [
"LICENSE.txt",
"README.md"
]
s.files = [
@@ -43,14 +43,14 @@
"test/test_hash.rb",
"test/test_marshal.rb",
"test/test_recnum.rb",
"test/tmp/.keep_me"
]
- s.homepage = "http://github.com/knu/ruby-bdb1"
- s.licenses = ["Ruby's"]
- s.require_paths = ["lib"]
- s.rubygems_version = "1.8.11"
- s.summary = "A Ruby interface to Berkeley DB 1.85 and 1.86"
+ s.homepage = %q{http://github.com/knu/ruby-bdb1}
+ s.licenses = [%q{Ruby's}]
+ s.require_paths = [%q{lib}]
+ s.rubygems_version = %q{1.8.5}
+ s.summary = %q{A Ruby interface to Berkeley DB 1.85 and 1.86}
if s.respond_to? :specification_version then
s.specification_version = 3
if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then