Hello community,
here is the log from the commit of package rubygem-activejob-4_2 for
openSUSE:Factory checked in at 2015-12-14 10:13:31
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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"
Changes:
--------
---
/work/SRC/openSUSE:Factory/rubygem-activejob-4_2/rubygem-activejob-4_2.changes
2015-08-27 08:57:42.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.rubygem-activejob-4_2.new/rubygem-activejob-4_2.changes
2015-12-14 10:13:33.000000000 +0100
@@ -1,0 +2,10 @@
+Fri Nov 13 05:29:55 UTC 2015 - [email protected]
+
+- updated to version 4.2.5
+ see installed CHANGELOG.md
+
+ ## Rails 4.2.5 (November 12, 2015) ##
+
+ * No changes.
+
+-------------------------------------------------------------------
Old:
----
activejob-4.2.4.gem
New:
----
activejob-4.2.5.gem
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ rubygem-activejob-4_2.spec ++++++
--- /var/tmp/diff_new_pack.2jQNn1/_old 2015-12-14 10:13:34.000000000 +0100
+++ /var/tmp/diff_new_pack.2jQNn1/_new 2015-12-14 10:13:34.000000000 +0100
@@ -24,7 +24,7 @@
#
Name: rubygem-activejob-4_2
-Version: 4.2.4
+Version: 4.2.5
Release: 0
%define mod_name activejob
%define mod_full_name %{mod_name}-%{version}
++++++ activejob-4.2.4.gem -> activejob-4.2.5.gem ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/CHANGELOG.md new/CHANGELOG.md
--- old/CHANGELOG.md 2015-08-24 20:23:18.000000000 +0200
+++ new/CHANGELOG.md 2015-11-12 18:06:15.000000000 +0100
@@ -1,3 +1,8 @@
+## Rails 4.2.5 (November 12, 2015) ##
+
+* No changes.
+
+
## Rails 4.2.4 (August 24, 2015) ##
* Include I18n.locale into job serialization/deserialization and use it
around
@@ -7,6 +12,7 @@
*Johannes Opper*
+
## Rails 4.2.3 (June 25, 2015) ##
* `assert_enqueued_jobs` and `assert_performed_jobs` in block form use the
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 2015-08-24 20:23:18.000000000 +0200
+++ new/lib/active_job/gem_version.rb 2015-11-12 18:06:15.000000000 +0100
@@ -7,7 +7,7 @@
module VERSION
MAJOR = 4
MINOR = 2
- TINY = 4
+ TINY = 5
PRE = nil
STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/lib/active_job/logging.rb
new/lib/active_job/logging.rb
--- old/lib/active_job/logging.rb 2015-08-24 20:23:18.000000000 +0200
+++ new/lib/active_job/logging.rb 2015-11-12 18:06:15.000000000 +0100
@@ -25,7 +25,7 @@
end
end
- before_enqueue do |job|
+ after_enqueue do |job|
if job.scheduled_at
ActiveSupport::Notifications.instrument "enqueue_at.active_job",
adapter: job.class.queue_adapter, job: job
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/metadata new/metadata
--- old/metadata 2015-08-24 20:23:18.000000000 +0200
+++ new/metadata 2015-11-12 18:06:15.000000000 +0100
@@ -1,14 +1,14 @@
--- !ruby/object:Gem::Specification
name: activejob
version: !ruby/object:Gem::Version
- version: 4.2.4
+ version: 4.2.5
platform: ruby
authors:
- David Heinemeier Hansson
autorequire:
bindir: bin
cert_chain: []
-date: 2015-08-24 00:00:00.000000000 Z
+date: 2015-11-12 00:00:00.000000000 Z
dependencies:
- !ruby/object:Gem::Dependency
name: activesupport
@@ -16,14 +16,14 @@
requirements:
- - '='
- !ruby/object:Gem::Version
- version: 4.2.4
+ version: 4.2.5
type: :runtime
prerelease: false
version_requirements: !ruby/object:Gem::Requirement
requirements:
- - '='
- !ruby/object:Gem::Version
- version: 4.2.4
+ version: 4.2.5
- !ruby/object:Gem::Dependency
name: globalid
requirement: !ruby/object:Gem::Requirement
@@ -98,9 +98,8 @@
version: '0'
requirements: []
rubyforge_project:
-rubygems_version: 2.4.7
+rubygems_version: 2.4.5.1
signing_key:
specification_version: 4
summary: Job framework with pluggable queues.
test_files: []
-has_rdoc: