[rubygem-railties] Update to railties 4.0.3

Josef Stribny jstribny at fedoraproject.org
Wed Feb 26 21:53:06 UTC 2014


commit 2b3ef6bcb4a7818e5f2632358ee213bc280ad082
Author: Josef Stribny <jstribny at redhat.com>
Date:   Wed Feb 26 22:52:17 2014 +0100

    Update to railties 4.0.3

 .gitignore            |    2 ++
 rubygem-railties.spec |    9 ++++++---
 sources               |    4 ++--
 3 files changed, 10 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index d6f079a..718ccb0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -25,3 +25,5 @@
 /railties-4.0.1.gem
 /railties-4.0.2-tests.tgz
 /railties-4.0.2.gem
+/railties-4.0.3-tests.tgz
+/railties-4.0.3.gem
diff --git a/rubygem-railties.spec b/rubygem-railties.spec
index f975463..a1c9c20 100644
--- a/rubygem-railties.spec
+++ b/rubygem-railties.spec
@@ -8,8 +8,8 @@
 
 Summary: Tools for creating, working with, and running Rails applications
 Name: rubygem-%{gem_name}
-Version: 4.0.2
-Release: 2%{?dist}
+Version: 4.0.3
+Release: 1%{?dist}
 Group: Development/Languages
 License: MIT
 URL: http://www.rubyonrails.org
@@ -19,7 +19,7 @@ Source0: %{download_path}%{gem_name}-%{version}.gem
 Source1: http://github.com/rails/rails/raw/master/railties/MIT-LICENSE
 # to get tests:
 # git clone http://github.com/rails/rails.git && cd rails/railties/
-# git checkout v4.0.2 && tar czvf railties-4.0.2-tests.tgz test/
+# git checkout v4.0.3 && tar czvf railties-4.0.3-tests.tgz test/
 Source2: railties-%{version}-tests.tgz
 # Let's keep Requires and BuildRequires sorted alphabeticaly
 Requires: ruby(release)
@@ -118,6 +118,9 @@ popd
 %doc %{gem_instdir}/README.rdoc
 
 %changelog
+* Wed Feb 26 2014 Josef Stribny <jstribny at redhat.com> - 4.0.3-1
+- Update to Railties 4.0.3
+
 * Wed Feb 05 2014 Josef Stribny <jstribny at redhat.com> - 4.0.2-2
 - Fix license (SyntaxHighlighter is removed in 4.x.x)
 
diff --git a/sources b/sources
index 9da2352..dc7170e 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-f73d81e65afe41b8d221893f6e9ebed5  railties-4.0.2-tests.tgz
-e26f504ca75a2e06a1a8deaae4b09448  railties-4.0.2.gem
+f73d81e65afe41b8d221893f6e9ebed5  railties-4.0.3-tests.tgz
+c26770c226a63323fb83818058b5e2ff  railties-4.0.3.gem


More information about the scm-commits mailing list