[rubygem-railties/f21] Update to railties 4.1.5

Josef Stribny jstribny at fedoraproject.org
Tue Aug 26 06:39:49 UTC 2014


commit 9709767e3bcb6faaf9292a6c25b9a8ae0b99f371
Author: Josef Stribny <jstribny at redhat.com>
Date:   Tue Aug 26 08:39:46 2014 +0200

    Update to railties 4.1.5

 .gitignore            |    2 ++
 rubygem-railties.spec |    9 ++++++---
 sources               |    4 ++--
 3 files changed, 10 insertions(+), 5 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..7e80479 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
@@ -95,7 +95,7 @@ sed -i -e "s|require 'bundler/setup' unless defined?(Bundler)||" test/isolation/
 
 # TODO: Test are not yet in the best state.
 ruby -I. -e 'Dir.glob("test/**/*_test.rb").sort.each {|t| require t}' \
-  | grep "1012 runs, 2448 assertions, 129 failures, 326 errors, 0 skips"
+  | grep "1012 runs, 2433 assertions, 129 failures, 330 errors, 0 skips"
 popd
 %endif
 
@@ -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..41d3f0b 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-169e039fbc3429d3649e6633c001380c  railties-4.1.4-tests.tgz
-a3c2f4daf868e18a147f5eb3fc8aaffa  railties-4.1.4.gem
+aaff4c7301203321545e15f3bf8da085  railties-4.1.5-tests.tgz
+8d36e3bc69466b270d6b2a3451bddd1b  railties-4.1.5.gem


More information about the scm-commits mailing list