[DRE-commits] [ruby-bdb] 07/09: Add basic metadata to the gemspec from the github one
David Suárez
deiv-guest at moszumanska.debian.org
Sat May 3 12:05:16 UTC 2014
This is an automated email from the git hooks/post-receive script.
deiv-guest pushed a commit to branch master
in repository ruby-bdb.
commit 5b063b81c403550d9647a216649c794e139b0679
Author: David Suárez <david.sephirot at gmail.com>
Date: Sat May 3 13:09:10 2014 +0200
Add basic metadata to the gemspec from the github one
That fix some 'Invalid gemspec' errors
---
debian/bdb.gemspec | 16 +++++++++++++---
1 file changed, 13 insertions(+), 3 deletions(-)
diff --git a/debian/bdb.gemspec b/debian/bdb.gemspec
index 1e16f05..712df98 100644
--- a/debian/bdb.gemspec
+++ b/debian/bdb.gemspec
@@ -1,3 +1,13 @@
-spec = Gem::Specification.new do |s|
- s.extensions << 'src/extconf.rb'
-end
+
+Gem::Specification.new do |spec|
+ spec.name = "bdb"
+ spec.version = "0.6.6"
+ spec.authors = ["Akinori MUSHA", "Guy Decoux"]
+ spec.email = ["knu at idaemons.org", nil]
+ spec.description = %q{This is a Ruby interface to Berkeley DB >= 2.0.}
+ spec.summary = %q{A Ruby interface to Berkeley DB >= 2.0}
+ spec.homepage = "https://github.com/knu/ruby-bdb"
+ spec.license = "Ruby's"
+
+ spec.extensions = ['src/extconf.rb']
+end
\ No newline at end of file
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-bdb.git
More information about the Pkg-ruby-extras-commits
mailing list