[rubygem-state_machine] rubygem-state_machine 0.9.4 release

Guillermo Gómez gomix at fedoraproject.org
Tue Aug 10 22:04:58 UTC 2010


commit a896a7e9c2606874b542e829f6fc44eff0b253d7
Author: Guillermo Gomez S. (Gomix) <guillermo.gomez at gmail.com>
Date:   Tue Aug 10 17:32:29 2010 -0430

    rubygem-state_machine 0.9.4 release

 .gitignore                 |    1 +
 rubygem-state_machine.spec |    6 ++++--
 sources                    |    2 +-
 3 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index c67e80d..438eef6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 state_machine-0.8.0.gem
+state_machine-0.9.4.gem
diff --git a/rubygem-state_machine.spec b/rubygem-state_machine.spec
index 7d7b67d..085ae14 100644
--- a/rubygem-state_machine.spec
+++ b/rubygem-state_machine.spec
@@ -6,7 +6,7 @@
 
 Summary:       Adds support for creating state machines for attributes on any Ruby class
 Name:          rubygem-%{gemname}
-Version:       0.8.0
+Version:       0.9.4
 Release:       1%{?dist}
 Group:         Development/Languages
 License:       MIT
@@ -40,7 +40,6 @@ rm -rf %{buildroot}
 %defattr(-, root, root, -)
 %doc %{geminstdir}/examples
 %{geminstdir}/lib
-%{geminstdir}/tasks
 %{geminstdir}/test
 %dir %{geminstdir}
 %doc %{gemdir}/doc/%{gemname}-%{version}
@@ -54,6 +53,9 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Tue Aug 10 2010 Guillermo Gomez <gomix at fedoraproject.org> - 0.9.4-1
+- Release 0.9.4 of state_machine.
+
 * Mon Aug 17 2009 Darryl Pierce <dpierce at redhat.com> - 0.8.0-1
 - Release 0.8.0 of state_machine.
 
diff --git a/sources b/sources
index 4c43eda..c9f507d 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-40d39370832a1f10dc40acb20f418947  state_machine-0.8.0.gem
+1c054ebba63069e57c9b4cb27f301aca  state_machine-0.9.4.gem


More information about the scm-commits mailing list