[rubygem-parseconfig] only requires ruby >= 1.8.6

derks derks at fedoraproject.org
Tue Jun 12 22:53:26 UTC 2012


commit c5f6612844d8be4092b55ebcd96880d3acc47647
Author: BJ Dierkes <wdierkes at rackspace.com>
Date:   Tue Jun 12 03:05:39 2012 -0500

    only requires ruby >= 1.8.6

 rubygem-parseconfig.spec |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/rubygem-parseconfig.spec b/rubygem-parseconfig.spec
index d6d4fe3..36a4b12 100644
--- a/rubygem-parseconfig.spec
+++ b/rubygem-parseconfig.spec
@@ -9,7 +9,7 @@ License:        MIT
 URL:            http://github.com/derks/ruby-parseconfig
 Source0:        http://rubygems.org/downloads/%{gem_name}-%{version}.gem
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-Requires: 	ruby(rubygems), ruby(abi) >= 1.8.7
+Requires: 	ruby(rubygems), ruby(abi) >= 1.8.6
 BuildRequires: 	rubygems-devel, rubygem-rspec
 BuildRequires: 	ruby-devel
 BuildArch:      noarch


More information about the scm-commits mailing list