[DRE-commits] [SCM] ruby-activemodel-3.2.git branch, master, updated. debian/3.2.13-4-12-gc9317f9

Christian Hofstaedtler christian at hofstaedtler.name
Mon Jun 3 15:56:37 UTC 2013


The following commit has been merged in the master branch:
commit 5634ffcf52b3ed0d98629a7f5d41adbb68a26462
Author: Christian Hofstaedtler <christian at hofstaedtler.name>
Date:   Mon Jun 3 17:52:54 2013 +0200

    Allow for newer builder versions

diff --git a/debian/patches/allow_newer_versions.patch b/debian/patches/allow_newer_versions.patch
new file mode 100644
index 0000000..8cf602a
--- /dev/null
+++ b/debian/patches/allow_newer_versions.patch
@@ -0,0 +1,21 @@
+Index: ruby-activemodel-3.2/metadata.yml
+===================================================================
+--- ruby-activemodel-3.2.orig/metadata.yml	2013-06-02 16:45:28.926198593 +0200
++++ ruby-activemodel-3.2/metadata.yml	2013-06-03 17:52:36.108863822 +0200
+@@ -28,14 +28,14 @@
+   name: builder
+   requirement: !ruby/object:Gem::Requirement
+     requirements:
+-    - - ~>
++    - - '>='
+       - !ruby/object:Gem::Version
+         version: 3.0.0
+   type: :runtime
+   prerelease: false
+   version_requirements: !ruby/object:Gem::Requirement
+     requirements:
+-    - - ~>
++    - - '>='
+       - !ruby/object:Gem::Version
+         version: 3.0.0
+ description: A toolkit for building modeling frameworks like Active Record and Active
diff --git a/debian/patches/series b/debian/patches/series
index 55525fb..7082f4c 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 remove-rubygems-requirement.patch
+allow_newer_versions.patch

-- 
ruby-activemodel-3.2.git



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