[rubygem-activejob] Update to activejob 4.2.1

Josef Stribny jstribny at fedoraproject.org
Fri Mar 20 13:31:23 UTC 2015


commit 85db948a5f7873865d97b600864cfbf0f4d1831e
Author: Josef Stribny <jstribny at redhat.com>
Date:   Fri Mar 20 14:31:21 2015 +0100

    Update to activejob 4.2.1

 .gitignore             | 2 ++
 rubygem-activejob.spec | 9 ++++++---
 sources                | 4 ++--
 3 files changed, 10 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index f0886f4..6596fda 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,4 @@
 /activejob-4.2.0-tests.tgz
 /activejob-4.2.0.gem
+/activejob-4.2.1-tests.tgz
+/activejob-4.2.1.gem
diff --git a/rubygem-activejob.spec b/rubygem-activejob.spec
index 4a7726d..8d7f7cf 100644
--- a/rubygem-activejob.spec
+++ b/rubygem-activejob.spec
@@ -2,15 +2,15 @@
 %global gem_name activejob
 
 Name: rubygem-%{gem_name}
-Version: 4.2.0
+Version: 4.2.1
 Release: 1%{?dist}
 Summary: Job framework with pluggable queues
 Group: Development/Languages
 License: MIT
 URL: http://www.rubyonrails.org
 Source0: https://rubygems.org/gems/%{gem_name}-%{version}.gem
-# git clone https://github.com/rails/rails.git && cd rails/activejob && git checkout v4.2.0
-# tar czvf activejob-4.2.0-tests.tgz test/
+# git clone https://github.com/rails/rails.git && cd rails/activejob && git checkout v4.2.1
+# tar czvf activejob-4.2.1-tests.tgz test/
 Source1: %{gem_name}-%{version}-tests.tgz
 BuildRequires: ruby(release)
 BuildRequires: rubygems-devel
@@ -83,5 +83,8 @@ popd
 %doc %{gem_instdir}/README.md
 
 %changelog
+* Fri Mar 20 2015 Josef Stribny <jstribny at redhat.com> - 4.2.1-1
+- Update to activejob 4.2.1
+
 * Thu Jan 22 2015 Vít Ondruch <vondruch at redhat.com> - 4.2.0-1
 - Initial package
diff --git a/sources b/sources
index b9dd871..bf87c4e 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-6645096b2db8ec26cec294ac9236e811  activejob-4.2.0-tests.tgz
-001278a22f91f6ca7445e9980646a278  activejob-4.2.0.gem
+facfa1cb81ec4e68ad11b9cfe909f194  activejob-4.2.1-tests.tgz
+d13635cf37e9637f7fa5d2856e92ca83  activejob-4.2.1.gem


More information about the scm-commits mailing list