[DRE-commits] [SCM] Ruby Binding of Tokyo Cabinet Database branch, master, updated. b34802990be7a0a4a3952a9e9f90a916b09bb5dd

Laurent Arnoud laurent at spkdev.net
Thu Apr 7 21:46:20 UTC 2011


The following commit has been merged in the master branch:
commit 6a435fc87da924157d4534c4db64386ad55c72a0
Author: Laurent Arnoud <laurent at spkdev.net>
Date:   Thu Apr 7 22:30:35 2011 +0200

    fix gemspec for ruby 1.9
    
    Signed-off-by: Laurent Arnoud <laurent at spkdev.net>

diff --git a/debian/patches/fix_gemspec_for_ruby1.9.patch b/debian/patches/fix_gemspec_for_ruby1.9.patch
new file mode 100644
index 0000000..a0f6c76
--- /dev/null
+++ b/debian/patches/fix_gemspec_for_ruby1.9.patch
@@ -0,0 +1,11 @@
+--- a/tokyocabinet.gemspec
++++ b/tokyocabinet.gemspec
+@@ -3,7 +3,7 @@ require 'rubygems'
+ spec = Gem::Specification.new do |s|
+   s.name = "tokyocabinet"
+   s.version = "1.31"
+-  s.author "FAL Labs"
++  s.author = "FAL Labs"
+   s.email = "info at fallabs.com"
+   s.homepage = "http://fallabs.com/tokyocabinet/"
+   s.summary = "Tokyo Cabinet: a modern implementation of DBM."
diff --git a/debian/patches/series b/debian/patches/series
index 23a216e..81fb40b 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
+fix_gemspec_for_ruby1.9.patch
 change_require_statements_using_relative_paths.patch
 fix_checking_block_parameter.patch

-- 
Ruby Binding of Tokyo Cabinet Database



More information about the Pkg-ruby-extras-commits mailing list