[rubygem-actionview] Update to actionview 4.1.5

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


commit 162307e7908d4195305146c7898986fd127cb21e
Author: Josef Stribny <jstribny at redhat.com>
Date:   Mon Aug 25 12:38:39 2014 +0200

    Update to actionview 4.1.5

 .gitignore              |    2 ++
 rubygem-actionview.spec |    9 ++++++---
 sources                 |    4 ++--
 3 files changed, 10 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index a0ca065..41f4865 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,5 @@
 /actionview-4.1.1.gem
 /actionview-4.1.4-tests.tgz
 /actionview-4.1.4.gem
+/actionview-4.1.5-tests.tgz
+/actionview-4.1.5.gem
diff --git a/rubygem-actionview.spec b/rubygem-actionview.spec
index c2f8113..9c0ae8b 100644
--- a/rubygem-actionview.spec
+++ b/rubygem-actionview.spec
@@ -2,7 +2,7 @@
 %global bootstrap 1
 
 Name: rubygem-%{gem_name}
-Version: 4.1.4
+Version: 4.1.5
 Release: 1%{?dist}
 Summary: Rendering framework putting the V in MVC (part of Rails)
 Group: Development/Languages
@@ -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.4
-# tar czvf activesupport-4.1.4-tests.tgz test/
+# git checkout v4.1.5
+# tar czvf activesupport-4.1.5-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
+* Mon Aug 25 2014 Josef Stribny <jstribny at redhat.com> - 4.1.5-1
+- Update to actionview 4.1.5
+
 * Fri Jul 04 2014 Josef Stribny <jstribny at redhat.com> - 4.1.4-1
 - Update to actionview 4.1.4
 
diff --git a/sources b/sources
index b75d228..f444907 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-a0f88fd86e02ff616ccdc1f4daadb0de  actionview-4.1.4-tests.tgz
-4c4a8880ce24e8ccde2e45cbd3dc4736  actionview-4.1.4.gem
+87fd96aa89b8bafdea23398cb26d0f51  actionview-4.1.5-tests.tgz
+9a79edb482aede40d18c207c50fc1f40  actionview-4.1.5.gem


More information about the scm-commits mailing list