[rubygem-state_machine/f15] Update version 1.0.1

Guillermo Gómez gomix at fedoraproject.org
Mon Jun 6 03:27:50 UTC 2011


commit c4f85ac74b32bc3acd788eebb22642869b2cfa5d
Author: Guillermo Gomez S. (Gomix) <guillermo.gomez at gmail.com>
Date:   Sun Jun 5 22:57:17 2011 -0430

    Update version 1.0.1

 .gitignore                 |    1 +
 rubygem-state_machine.spec |   10 +++++-----
 sources                    |    2 +-
 3 files changed, 7 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index bc79572..9b1e2c9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@ state_machine-0.8.0.gem
 state_machine-0.9.4.gem
 /state_machine-0.9.4.gem
 /state_machine-0.10.3.gem
+/state_machine-1.0.1.gem
diff --git a/rubygem-state_machine.spec b/rubygem-state_machine.spec
index 9453194..a226845 100644
--- a/rubygem-state_machine.spec
+++ b/rubygem-state_machine.spec
@@ -5,8 +5,8 @@
 
 Summary:       Adds support for creating state machines for attributes on any Ruby class
 Name:          rubygem-%{gemname}
-Version:       0.10.3
-Release:       3%{?dist}
+Version:       1.0.1
+Release:       1%{?dist}
 Group:         Development/Languages
 License:       MIT
 URL:           http://www.pluginaweek.org
@@ -44,7 +44,7 @@ gem install --local --install-dir %{buildroot}%{gemdir} \
 %check
 cd %{buildroot}%{gemdir}/gems/%{gemname}-%{version}
 echo "Running tests"
-rake test ||:
+rake test
 
 %clean
 rm -rf %{buildroot}
@@ -68,8 +68,8 @@ rm -rf %{buildroot}
 %doc %{geminstdir}/Rakefile
 
 %changelog
-* Tue Apr 12 2011 Guillermo Gomez <gomix at fedoraproject.org> - 0.10.3-3
-- escaped tests until rubygem-ruby-graphruby gets into Fedora
+* Sun Jun 05 2011 Guillermo Gómez <gomix at fedoraproject.org> - 1.0.1-1
+- Update to 1.0.1
 
 * Tue Apr 12 2011 Guillermo Gomez <gomix at fedoraproject.org> - 0.10.3-2
 - graphviz-ruby dependency added
diff --git a/sources b/sources
index df1cfb1..64a3949 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-b019e1d7b30e3e2b1c74005825309f51  state_machine-0.10.3.gem
+04fe6009068cde211e0643294ad956e7  state_machine-1.0.1.gem


More information about the scm-commits mailing list