[rubygem-cucumber] update to 1.0.1

Mohammed Morsi mmorsi at fedoraproject.org
Fri Jul 15 12:53:03 UTC 2011


commit 85773ac2f9aec8851a0e177ef41c78a89ffb8908
Author: Mo Morsi <mmorsi at redhat.com>
Date:   Wed Jul 13 11:33:02 2011 -0400

    update to 1.0.1

 .gitignore            |    1 +
 rubygem-cucumber.spec |   25 ++++++++++++++++---------
 sources               |    5 +----
 3 files changed, 18 insertions(+), 13 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 55f105c..ce98b6c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@ cucumber-0.4.0.gem
 /cucumber-0.8.5.gem
 /cucumber-0.9.0.gem
 /cucumber-0.10.0.gem
+/cucumber-1.0.1.gem
diff --git a/rubygem-cucumber.spec b/rubygem-cucumber.spec
index bfa4c2c..bfa4527 100644
--- a/rubygem-cucumber.spec
+++ b/rubygem-cucumber.spec
@@ -5,8 +5,8 @@
 
 Summary:        Tool to execute plain-text documents as functional tests
 Name:           rubygem-%{gemname}
-Version:        0.10.0
-Release:        5%{?dist}
+Version:        1.0.1
+Release:        1%{?dist}
 Group:          Development/Languages
 License:        MIT
 URL:            http://cukes.info
@@ -14,14 +14,14 @@ Source0:        http://gems.rubyforge.org/gems/%{gemname}-%{version}.gem
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 Requires:       ruby(abi) = 1.8
 Requires:       rubygems
-Requires:       rubygem(term-ansicolor) >= 1.0.4
+Requires:       rubygem(term-ansicolor) >= 1.0.5
 Requires:       rubygem(diff-lcs) >= 1.1.2
 Requires:       rubygem(builder) >= 2.1.2
-Requires:       rubygem(gherkin) >= 2.2.4
-Requires:       rubygem(json) >= 1.1.9
+Requires:       rubygem(gherkin) >= 2.4.5
+Requires:       rubygem(json) >= 1.4.6
 BuildRequires:  rubygems
-BuildRequires:  rubygem(nokogiri) >= 1.4.2
-BuildRequires:  rubygem(rspec) >= 1.3.0
+BuildRequires:  rubygem(nokogiri) >= 1.4.4
+BuildRequires:  rubygem(rspec-core) >= 2.6.0
 BuildArch:      noarch
 Provides:       rubygem(%{gemname}) = %{version}
 
@@ -47,6 +47,10 @@ mv $RPM_BUILD_ROOT%{gemdir}/bin/* $RPM_BUILD_ROOT/%{_bindir}
 rmdir $RPM_BUILD_ROOT%{gemdir}/bin
 rm -f $RPM_BUILD_ROOT%{geminstdir}/.rvmrc
 rm -f $RPM_BUILD_ROOT%{geminstdir}/.gitattributes
+rm -f $RPM_BUILD_ROOT%{geminstdir}/.gitmodules
+rm -f $RPM_BUILD_ROOT%{geminstdir}/.yardopts
+rm -f $RPM_BUILD_ROOT%{geminstdir}/.travis.yml
+rm -f $RPM_BUILD_ROOT%{geminstdir}/Gemfile.lock
 rm -f $RPM_BUILD_ROOT%{geminstdir}/.rspec
 find $RPM_BUILD_ROOT%{geminstdir}/bin -type f |xargs chmod a+x
 find $RPM_BUILD_ROOT%{geminstdir} -type f | grep '.gitignore' | xargs rm -f
@@ -81,9 +85,9 @@ rm -rf $RPM_BUILD_ROOT
 %{geminstdir}/Rakefile
 %doc %{geminstdir}/examples
 %doc %{gemdir}/doc/%{gemname}-%{version}
-%doc %{geminstdir}/History.txt
 %doc %{geminstdir}/LICENSE
-%doc %{geminstdir}/README.rdoc
+%doc %{geminstdir}/History.md
+%doc %{geminstdir}/README.md
 %doc %{geminstdir}/Gemfile
 %doc %{geminstdir}/legacy_features
 %{gemdir}/cache/%{gemname}-%{version}.gem
@@ -91,6 +95,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Tue Jul 12 2011 Mo Morsi <mmorsi at redhat.com> - 1.0.1-1
+- update to latest upstream release
+
 * Wed Feb 09 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.10.0-5
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
 
diff --git a/sources b/sources
index 7c14d7d..210876b 100644
--- a/sources
+++ b/sources
@@ -1,4 +1 @@
-4ee5e766e67074818fa1c9afe4e10f8e  cucumber-0.4.0.gem
-db8bc0f139853bfece2d066a08f847f2  cucumber-0.8.5.gem
-8765985dbc5b77a831acfd31d54c3924  cucumber-0.9.0.gem
-42ac27323d6b825c3c956142fff09065  cucumber-0.10.0.gem
+75efc2b8a924a4a3d0063f6adcc05ae4  cucumber-1.0.1.gem


More information about the scm-commits mailing list