[DRE-commits] [SCM] ruby-activesupport-3.2.git branch, master, updated. debian/3.2.13-2-10-g21d0b48

Christian Hofstaedtler christian at hofstaedtler.name
Mon Jun 3 13:49:55 UTC 2013


The following commit has been merged in the master branch:
commit 765e5366b8f29f00e107d06567352ad29a27f697
Author: Christian Hofstaedtler <christian at hofstaedtler.name>
Date:   Mon Jun 3 15:44:54 2013 +0200

    Add patch to allow loading of newer i18n gem

diff --git a/debian/patches/allow-newer-i18n-versions b/debian/patches/allow-newer-i18n-versions
new file mode 100644
index 0000000..758d0f7
--- /dev/null
+++ b/debian/patches/allow-newer-i18n-versions
@@ -0,0 +1,21 @@
+Index: ruby-activesupport-3.2/metadata.yml
+===================================================================
+--- ruby-activesupport-3.2.orig/metadata.yml	2013-06-03 15:42:02.227109740 +0200
++++ ruby-activesupport-3.2/metadata.yml	2013-06-03 15:42:27.006813671 +0200
+@@ -14,14 +14,14 @@
+   name: i18n
+   requirement: !ruby/object:Gem::Requirement
+     requirements:
+-    - - '='
++    - - '>='
+       - !ruby/object:Gem::Version
+         version: 0.6.1
+   type: :runtime
+   prerelease: false
+   version_requirements: !ruby/object:Gem::Requirement
+     requirements:
+-    - - '='
++    - - '>='
+       - !ruby/object:Gem::Version
+         version: 0.6.1
+ - !ruby/object:Gem::Dependency
diff --git a/debian/patches/series b/debian/patches/series
index e69de29..3247ab7 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -0,0 +1 @@
+allow-newer-i18n-versions

-- 
ruby-activesupport-3.2.git



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