[rubygem-railties] Update to railties 4.1.5

Josef Stribny jstribny at fedoraproject.org
Mon Aug 25 12:38:25 UTC 2014


commit c165ab140b60d214b00d91dc37c0aacaeb986d04
Author: Josef Stribny <jstribny at redhat.com>
Date:   Mon Aug 25 14:38:22 2014 +0200

    Update to railties 4.1.5

 .gitignore            |    2 ++
 rubygem-railties.spec |    7 +++++--
 sources               |    4 ++--
 3 files changed, 9 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index a475fa8..40c2a90 100644
--- a/.gitignore
+++ b/.gitignore
@@ -33,3 +33,5 @@
 /railties-4.1.1.gem
 /railties-4.1.4-tests.tgz
 /railties-4.1.4.gem
+/railties-4.1.5-tests.tgz
+/railties-4.1.5.gem
diff --git a/rubygem-railties.spec b/rubygem-railties.spec
index 7a1dbf1..09394b2 100644
--- a/rubygem-railties.spec
+++ b/rubygem-railties.spec
@@ -8,7 +8,7 @@
 
 Summary: Tools for creating, working with, and running Rails applications
 Name: rubygem-%{gem_name}
-Version: 4.1.4
+Version: 4.1.5
 Release: 1%{?dist}
 Group: Development/Languages
 License: MIT
@@ -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.1.4 && tar czvf railties-4.1.4-tests.tgz test/
+# git checkout v4.1.5 && tar czvf railties-4.1.5-tests.tgz test/
 Source2: railties-%{version}-tests.tgz
 # Let's keep Requires and BuildRequires sorted alphabeticaly
 BuildRequires: rubygems-devel
@@ -115,6 +115,9 @@ popd
 %doc %{gem_instdir}/README.rdoc
 
 %changelog
+* Mon Aug 25 2014 Josef Stribny <jstribny at redhat.com> - 4.1.5-1
+- Update to railties 4.1.5
+
 * Fri Jul 04 2014 Josef Stribny <jstribny at redhat.com> - 4.1.4-1
 - Update to railties 4.1.4
 
diff --git a/sources b/sources
index 1f4d050..54278cd 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-169e039fbc3429d3649e6633c001380c  railties-4.1.4-tests.tgz
-a3c2f4daf868e18a147f5eb3fc8aaffa  railties-4.1.4.gem
+85b635bc4d21fb3f3343eb67a61d89fa  railties-4.1.5-tests.tgz
+8d36e3bc69466b270d6b2a3451bddd1b  railties-4.1.5.gem


More information about the scm-commits mailing list