Hello community,
here is the log from the commit of package rubygem-activejob-4_2 for
openSUSE:Factory checked in at 2017-09-26 21:13:00
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rubygem-activejob-4_2 (Old)
and /work/SRC/openSUSE:Factory/.rubygem-activejob-4_2.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "rubygem-activejob-4_2"
Tue Sep 26 21:13:00 2017 rev:13 rq:514914 version:4.2.9
Changes:
--------
---
/work/SRC/openSUSE:Factory/rubygem-activejob-4_2/rubygem-activejob-4_2.changes
2017-03-21 22:50:31.850455343 +0100
+++
/work/SRC/openSUSE:Factory/.rubygem-activejob-4_2.new/rubygem-activejob-4_2.changes
2017-09-26 21:13:23.611076792 +0200
@@ -1,0 +2,10 @@
+Thu Aug 3 18:59:53 UTC 2017 - [email protected]
+
+- updated to version 4.2.9
+ see installed CHANGELOG.md
+
+ ## Rails 4.2.9 (June 26, 2017) ##
+
+ * No changes.
+
+-------------------------------------------------------------------
Old:
----
activejob-4.2.8.gem
New:
----
activejob-4.2.9.gem
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ rubygem-activejob-4_2.spec ++++++
--- /var/tmp/diff_new_pack.P4bDLj/_old 2017-09-26 21:13:24.115005930 +0200
+++ /var/tmp/diff_new_pack.P4bDLj/_new 2017-09-26 21:13:24.119005368 +0200
@@ -24,7 +24,7 @@
#
Name: rubygem-activejob-4_2
-Version: 4.2.8
+Version: 4.2.9
Release: 0
%define mod_name activejob
%define mod_full_name %{mod_name}-%{version}
++++++ activejob-4.2.8.gem -> activejob-4.2.9.gem ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/CHANGELOG.md new/CHANGELOG.md
--- old/CHANGELOG.md 2017-02-21 17:07:02.000000000 +0100
+++ new/CHANGELOG.md 2017-06-26 23:29:06.000000000 +0200
@@ -1,3 +1,8 @@
+## Rails 4.2.9 (June 26, 2017) ##
+
+* No changes.
+
+
## Rails 4.2.8 (February 21, 2017) ##
* No changes.
Binary files old/checksums.yaml.gz and new/checksums.yaml.gz differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/lib/active_job/gem_version.rb
new/lib/active_job/gem_version.rb
--- old/lib/active_job/gem_version.rb 2017-02-21 17:07:02.000000000 +0100
+++ new/lib/active_job/gem_version.rb 2017-06-26 23:29:06.000000000 +0200
@@ -7,7 +7,7 @@
module VERSION
MAJOR = 4
MINOR = 2
- TINY = 8
+ TINY = 9
PRE = nil
STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/metadata new/metadata
--- old/metadata 2017-02-21 17:07:02.000000000 +0100
+++ new/metadata 2017-06-26 23:29:06.000000000 +0200
@@ -1,14 +1,14 @@
--- !ruby/object:Gem::Specification
name: activejob
version: !ruby/object:Gem::Version
- version: 4.2.8
+ version: 4.2.9
platform: ruby
authors:
- David Heinemeier Hansson
autorequire:
bindir: bin
cert_chain: []
-date: 2017-02-21 00:00:00.000000000 Z
+date: 2017-06-26 00:00:00.000000000 Z
dependencies:
- !ruby/object:Gem::Dependency
name: activesupport
@@ -16,14 +16,14 @@
requirements:
- - '='
- !ruby/object:Gem::Version
- version: 4.2.8
+ version: 4.2.9
type: :runtime
prerelease: false
version_requirements: !ruby/object:Gem::Requirement
requirements:
- - '='
- !ruby/object:Gem::Version
- version: 4.2.8
+ version: 4.2.9
- !ruby/object:Gem::Dependency
name: globalid
requirement: !ruby/object:Gem::Requirement
@@ -98,7 +98,7 @@
version: '0'
requirements: []
rubyforge_project:
-rubygems_version: 2.6.10
+rubygems_version: 2.6.12
signing_key:
specification_version: 4
summary: Job framework with pluggable queues.