[rubygem-railties] Update to railties 4.1.4

Josef Stribny jstribny at fedoraproject.org
Fri Jul 4 13:41:28 UTC 2014


commit f70a2dcc2935c6c5bf6b4751a1e8ff83a17db363
Author: Josef Stribny <jstribny at redhat.com>
Date:   Fri Jul 4 15:41:33 2014 +0200

    Update to railties 4.1.4

 .gitignore            |    2 ++
 rubygem-railties.spec |   11 +++++++----
 sources               |    4 ++--
 3 files changed, 11 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 2bccde5..a475fa8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -31,3 +31,5 @@
 /railties-4.1.0.gem
 /railties-4.1.1-tests.tgz
 /railties-4.1.1.gem
+/railties-4.1.4-tests.tgz
+/railties-4.1.4.gem
diff --git a/rubygem-railties.spec b/rubygem-railties.spec
index 343da96..7a1dbf1 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.1.1
-Release: 2%{?dist}
+Version: 4.1.4
+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.1.1 && tar czvf railties-4.1.1-tests.tgz test/
+# git checkout v4.1.4 && tar czvf railties-4.1.4-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 "1001 runs, 2444 assertions, 129 failures, 318 errors, 0 skips"
+  | grep "1012 runs, 2448 assertions, 129 failures, 326 errors, 0 skips"
 popd
 %endif
 
@@ -115,6 +115,9 @@ popd
 %doc %{gem_instdir}/README.rdoc
 
 %changelog
+* Fri Jul 04 2014 Josef Stribny <jstribny at redhat.com> - 4.1.4-1
+- Update to railties 4.1.4
+
 * Sun Jun 08 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 4.1.1-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
 
diff --git a/sources b/sources
index 7fdda1e..1f4d050 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-16c53c12f9a0c3016cd4bda20aba08bb  railties-4.1.1-tests.tgz
-1d830b35866494107412f20f68b27478  railties-4.1.1.gem
+169e039fbc3429d3649e6633c001380c  railties-4.1.4-tests.tgz
+a3c2f4daf868e18a147f5eb3fc8aaffa  railties-4.1.4.gem


More information about the scm-commits mailing list