Skip to content

Instantly share code, notes, and snippets.

@domq
Created May 7, 2015 15:34
Show Gist options
  • Save domq/40b4a0d988a85eca2cf3 to your computer and use it in GitHub Desktop.
Save domq/40b4a0d988a85eca2cf3 to your computer and use it in GitHub Desktop.
Soften rubygem(thor) dependency
--- rubygem-bundler.spec.ORIG 2012-07-02 21:32:15.000000000 +0200
+++ rubygem-bundler.spec.NEW 2015-05-07 17:24:29.115039918 +0200
@@ -10,14 +10,14 @@
Summary: Library and utilities to manage a Ruby application's gem dependencies
Name: rubygem-%{gemname}
Version: 1.0.15
-Release: 3%{?dist}
+Release: 3domq
Group: Development/Languages
License: MIT
URL: http://gembundler.com
Source0: http://rubygems.org/gems/%{gemname}-%{version}.gem
Requires: rubygems
Requires: ruby(abi) = 1.8
-Requires: rubygem(thor) = %{thorversion}
+Requires: rubygem(thor) >= %{thorversion}
BuildRequires: rubygems
%if 0%{enable_test} > 0
BuildRequires: rubygem(rake)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment