[rubygem-actionview] Update to actionview 4.1.4

Josef Stribny jstribny at fedoraproject.org
Fri Jul 4 08:01:45 UTC 2014


commit 3fb5cf5a368d3fad92c633b0638416756d354246
Author: Josef Stribny <jstribny at redhat.com>
Date:   Fri Jul 4 10:01:43 2014 +0200

    Update to actionview 4.1.4

 .gitignore              |    2 ++
 rubygem-actionview.spec |   11 +++++++----
 sources                 |    4 ++--
 3 files changed, 11 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index d26e9bd..a0ca065 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,5 @@
 /actionview-4.1.0.gem
 /actionview-4.1.1-tests.tgz
 /actionview-4.1.1.gem
+/actionview-4.1.4-tests.tgz
+/actionview-4.1.4.gem
diff --git a/rubygem-actionview.spec b/rubygem-actionview.spec
index 64009c7..c2f8113 100644
--- a/rubygem-actionview.spec
+++ b/rubygem-actionview.spec
@@ -2,8 +2,8 @@
 %global bootstrap 1
 
 Name: rubygem-%{gem_name}
-Version: 4.1.1
-Release: 2%{?dist}
+Version: 4.1.4
+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.1.1
-# tar czvf activesupport-4.1.1-tests.tgz test/
+# git checkout v4.1.4
+# tar czvf activesupport-4.1.4-tests.tgz test/
 Source1: %{gem_name}-%{version}-tests.tgz
 BuildRequires: ruby(release)
 BuildRequires: rubygems-devel
@@ -80,6 +80,9 @@ popd
 %doc %{gem_instdir}/CHANGELOG.md
 
 %changelog
+* Fri Jul 04 2014 Josef Stribny <jstribny at redhat.com> - 4.1.4-1
+- Update to actionview 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 ddb8387..b75d228 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-ae5ef0bccdd3ff2afee2975ff80f6424  actionview-4.1.1-tests.tgz
-01a64b268fa1b066d5746be03ced9a99  actionview-4.1.1.gem
+a0f88fd86e02ff616ccdc1f4daadb0de  actionview-4.1.4-tests.tgz
+4c4a8880ce24e8ccde2e45cbd3dc4736  actionview-4.1.4.gem


More information about the scm-commits mailing list