[rubygem-actionview] Update to actionview 4.2.1

Josef Stribny jstribny at fedoraproject.org
Fri Mar 20 14:54:14 UTC 2015


commit 83514d9bd875fe2c699084a4e0ec7bb77c3e4fad
Author: Josef Stribny <jstribny at redhat.com>
Date:   Fri Mar 20 15:54:11 2015 +0100

    Update to actionview 4.2.1

 .gitignore              |  2 ++
 rubygem-actionview.spec | 13 ++++++++-----
 sources                 |  4 ++--
 3 files changed, 12 insertions(+), 7 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 2a20f25..4fb644c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -8,3 +8,5 @@
 /actionview-4.1.5.gem
 /actionview-4.2.0-tests.tgz
 /actionview-4.2.0.gem
+/actionview-4.2.1-tests.tgz
+/actionview-4.2.1.gem
diff --git a/rubygem-actionview.spec b/rubygem-actionview.spec
index 19f2147..eb17cb9 100644
--- a/rubygem-actionview.spec
+++ b/rubygem-actionview.spec
@@ -1,9 +1,9 @@
 %global gem_name actionview
-%global bootstrap 0
+%global bootstrap 1
 
 Name: rubygem-%{gem_name}
-Version: 4.2.0
-Release: 2%{?dist}
+Version: 4.2.1
+Release: 1%{?dist}
 Summary: Rendering framework putting the V in MVC (part of Rails)
 Group: Development/Languages
 License: MIT
@@ -11,8 +11,8 @@ URL: http://www.rubyonrails.org
 Source0: https://rubygems.org/gems/%{gem_name}-%{version}.gem
 # git clone http://github.com/rails/rails.git
 # cd rails/actionview/
-# git checkout v4.2.0
-# tar czvf actionview-4.2.0-tests.tgz test/
+# git checkout v4.2.1
+# tar czvf actionview-4.2.1-tests.tgz test/
 Source1: %{gem_name}-%{version}-tests.tgz
 BuildRequires: ruby(release)
 BuildRequires: rubygems-devel
@@ -81,6 +81,9 @@ popd
 %doc %{gem_instdir}/CHANGELOG.md
 
 %changelog
+* Fri Mar 20 2015 Josef Stribny <jstribny at redhat.com> - 4.2.1-1
+- Update to actionview 4.2.1
+
 * Fri Feb 13 2015 Josef Stribny <jstribny at redhat.com> - 4.2.0-2
 - Run tests
 
diff --git a/sources b/sources
index f60a458..be4fa72 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-08423dbd90f7149a8935a47100fbc37d  actionview-4.2.0-tests.tgz
-cb978857e9a6e7fd09dd0331bf50def0  actionview-4.2.0.gem
+bf1a7fee37920a503d77eed8a77f2329  actionview-4.2.1-tests.tgz
+8f41e6d21de92ffc1af7d7e2873c3057  actionview-4.2.1.gem


More information about the scm-commits mailing list