commit rubygem-activejob-4_2 for openSUSE:Factory

2019-01-21 Thread root
Hello community,

here is the log from the commit of package rubygem-activejob-4_2 for 
openSUSE:Factory checked in at 2019-01-21 10:27:06

Comparing /work/SRC/openSUSE:Factory/rubygem-activejob-4_2 (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-activejob-4_2.new.28833 (New)


Package is "rubygem-activejob-4_2"

Mon Jan 21 10:27:06 2019 rev:15 rq:656400 version:4.2.11

Changes:

--- 
/work/SRC/openSUSE:Factory/rubygem-activejob-4_2/rubygem-activejob-4_2.changes  
2017-12-07 13:51:44.329857065 +0100
+++ 
/work/SRC/openSUSE:Factory/.rubygem-activejob-4_2.new.28833/rubygem-activejob-4_2.changes
   2019-01-21 10:27:11.765629231 +0100
@@ -1,0 +2,17 @@
+Sat Dec  8 16:14:18 UTC 2018 - Stephan Kulow 
+
+- updated to version 4.2.11
+ see installed CHANGELOG.md
+
+  ## Rails 4.2.11 (November 27, 2018) ##
+  
+  *   Do not deserialize GlobalID objects that were not generated by Active 
Job.
+  
+  Trusting any GlobaID object when deserializing jobs can allow attackers 
to access
+  information that should not be accessible to them.
+  
+  Fix CVE-2018-16476.
+  
+  *Rafael Mendonça França*
+
+---

Old:

  activejob-4.2.10.gem

New:

  activejob-4.2.11.gem



Other differences:
--
++ rubygem-activejob-4_2.spec ++
--- /var/tmp/diff_new_pack.VPi2NY/_old  2019-01-21 10:27:12.237628713 +0100
+++ /var/tmp/diff_new_pack.VPi2NY/_new  2019-01-21 10:27:12.237628713 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-activejob-4_2
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,7 +12,7 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-activejob-4_2
-Version:4.2.10
+Version:4.2.11
 Release:0
 %define mod_name activejob
 %define mod_full_name %{mod_name}-%{version}

++ activejob-4.2.10.gem -> activejob-4.2.11.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CHANGELOG.md new/CHANGELOG.md
--- old/CHANGELOG.md2017-09-27 16:28:43.0 +0200
+++ new/CHANGELOG.md2018-11-27 21:06:16.0 +0100
@@ -1,3 +1,15 @@
+## Rails 4.2.11 (November 27, 2018) ##
+
+*   Do not deserialize GlobalID objects that were not generated by Active Job.
+
+Trusting any GlobaID object when deserializing jobs can allow attackers to 
access
+information that should not be accessible to them.
+
+Fix CVE-2018-16476.
+
+*Rafael Mendonça França*
+
+
 ## Rails 4.2.10 (September 27, 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/arguments.rb 
new/lib/active_job/arguments.rb
--- old/lib/active_job/arguments.rb 2017-09-27 16:28:43.0 +0200
+++ new/lib/active_job/arguments.rb 2018-11-27 21:06:16.0 +0100
@@ -75,7 +75,7 @@
   def deserialize_argument(argument)
 case argument
 when String
-  GlobalID::Locator.locate(argument) || argument
+  argument
 when *TYPE_WHITELIST
   argument
 when Array
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-09-27 16:28:43.0 +0200
+++ new/lib/active_job/gem_version.rb   2018-11-27 21:06:16.0 +0100
@@ -7,7 +7,7 @@
   module VERSION
 MAJOR = 4
 MINOR = 2
-TINY  = 10
+TINY  = 11
 PRE   = nil
 
 STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/metadata new/metadata
--- old/metadata2017-09-27 16:28:43.0 +0200
+++ new/metadata2018-11-27 21:06:16.0 +0100
@@ -1,14 +1,14 @@
 --- !ruby/object:Gem::Specification
 name: activejob
 version: !ruby/object:Gem::Version
-  version: 4.2.10
+  version: 4.2.11
 platform: ruby
 authors:
 - David Heinemeier Hansson
 autorequire: 
 bindir: bin
 cert_chain: []
-date: 2017-09-27 00:00:00.0 Z
+date: 2018-11-27 00:00:00.0 Z
 dependencies:
 - !ruby/object:Gem::Dependency
   name: activesupport
@@ -16,14 

commit rubygem-activejob-4_2 for openSUSE:Factory

2017-12-07 Thread root
Hello community,

here is the log from the commit of package rubygem-activejob-4_2 for 
openSUSE:Factory checked in at 2017-12-07 13:51:43

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"

Thu Dec  7 13:51:43 2017 rev:14 rq:533907 version:4.2.10

Changes:

--- 
/work/SRC/openSUSE:Factory/rubygem-activejob-4_2/rubygem-activejob-4_2.changes  
2017-09-26 21:13:23.611076792 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-activejob-4_2.new/rubygem-activejob-4_2.changes
 2017-12-07 13:51:44.329857065 +0100
@@ -1,0 +2,10 @@
+Wed Oct 11 05:56:42 UTC 2017 - co...@suse.com
+
+- updated to version 4.2.10
+ see installed CHANGELOG.md
+
+  ## Rails 4.2.10 (September 27, 2017) ##
+  
+  *   No changes.
+
+---

Old:

  activejob-4.2.9.gem

New:

  activejob-4.2.10.gem



Other differences:
--
++ rubygem-activejob-4_2.spec ++
--- /var/tmp/diff_new_pack.eeroAf/_old  2017-12-07 13:51:44.937834924 +0100
+++ /var/tmp/diff_new_pack.eeroAf/_new  2017-12-07 13:51:44.937834924 +0100
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-activejob-4_2
-Version:4.2.9
+Version:4.2.10
 Release:0
 %define mod_name activejob
 %define mod_full_name %{mod_name}-%{version}
@@ -39,7 +39,7 @@
 BuildRequires:  %{rubygem gem2rpm}
 BuildRequires:  ruby-macros >= 5
 Url:http://www.rubyonrails.org
-Source: http://rubygems.org/gems/%{mod_full_name}.gem
+Source: https://rubygems.org/gems/%{mod_full_name}.gem
 Source1:gem2rpm.yml
 Summary:Job framework with pluggable queues
 License:MIT

++ activejob-4.2.9.gem -> activejob-4.2.10.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CHANGELOG.md new/CHANGELOG.md
--- old/CHANGELOG.md2017-06-26 23:29:06.0 +0200
+++ new/CHANGELOG.md2017-09-27 16:28:43.0 +0200
@@ -1,3 +1,8 @@
+## Rails 4.2.10 (September 27, 2017) ##
+
+*   No changes.
+
+
 ## Rails 4.2.9 (June 26, 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-06-26 23:29:06.0 +0200
+++ new/lib/active_job/gem_version.rb   2017-09-27 16:28:43.0 +0200
@@ -7,7 +7,7 @@
   module VERSION
 MAJOR = 4
 MINOR = 2
-TINY  = 9
+TINY  = 10
 PRE   = nil
 
 STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/metadata new/metadata
--- old/metadata2017-06-26 23:29:06.0 +0200
+++ new/metadata2017-09-27 16:28:43.0 +0200
@@ -1,14 +1,14 @@
 --- !ruby/object:Gem::Specification
 name: activejob
 version: !ruby/object:Gem::Version
-  version: 4.2.9
+  version: 4.2.10
 platform: ruby
 authors:
 - David Heinemeier Hansson
 autorequire: 
 bindir: bin
 cert_chain: []
-date: 2017-06-26 00:00:00.0 Z
+date: 2017-09-27 00:00:00.0 Z
 dependencies:
 - !ruby/object:Gem::Dependency
   name: activesupport
@@ -16,14 +16,14 @@
 requirements:
 - - '='
   - !ruby/object:Gem::Version
-version: 4.2.9
+version: 4.2.10
   type: :runtime
   prerelease: false
   version_requirements: !ruby/object:Gem::Requirement
 requirements:
 - - '='
   - !ruby/object:Gem::Version
-version: 4.2.9
+version: 4.2.10
 - !ruby/object:Gem::Dependency
   name: globalid
   requirement: !ruby/object:Gem::Requirement
@@ -98,7 +98,7 @@
   version: '0'
 requirements: []
 rubyforge_project: 
-rubygems_version: 2.6.12
+rubygems_version: 2.5.2
 signing_key: 
 specification_version: 4
 summary: Job framework with pluggable queues.




commit rubygem-activejob-4_2 for openSUSE:Factory

2017-09-26 Thread root
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 - co...@suse.com
+
+- 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.md2017-02-21 17:07:02.0 +0100
+++ new/CHANGELOG.md2017-06-26 23:29:06.0 +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.0 +0100
+++ new/lib/active_job/gem_version.rb   2017-06-26 23:29:06.0 +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/metadata2017-02-21 17:07:02.0 +0100
+++ new/metadata2017-06-26 23:29:06.0 +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.0 Z
+date: 2017-06-26 00:00:00.0 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.




commit rubygem-activejob-4_2 for openSUSE:Factory

2017-03-21 Thread root
Hello community,

here is the log from the commit of package rubygem-activejob-4_2 for 
openSUSE:Factory checked in at 2017-03-21 22:50: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"

Tue Mar 21 22:50:31 2017 rev:12 rq:479677 version:4.2.8

Changes:

--- 
/work/SRC/openSUSE:Factory/rubygem-activejob-4_2/rubygem-activejob-4_2.changes  
2016-08-25 09:54:20.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-activejob-4_2.new/rubygem-activejob-4_2.changes
 2017-03-21 22:50:31.850455343 +0100
@@ -1,0 +2,10 @@
+Wed Feb 22 05:29:40 UTC 2017 - co...@suse.com
+
+- updated to version 4.2.8
+ see installed CHANGELOG.md
+
+  ## Rails 4.2.8 (February 21, 2017) ##
+  
+  *   No changes.
+
+---

Old:

  activejob-4.2.7.1.gem

New:

  activejob-4.2.8.gem



Other differences:
--
++ rubygem-activejob-4_2.spec ++
--- /var/tmp/diff_new_pack.GpxkqF/_old  2017-03-21 22:50:32.602349046 +0100
+++ /var/tmp/diff_new_pack.GpxkqF/_new  2017-03-21 22:50:32.606348481 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-activejob-4_2
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-activejob-4_2
-Version:4.2.7.1
+Version:4.2.8
 Release:0
 %define mod_name activejob
 %define mod_full_name %{mod_name}-%{version}

++ activejob-4.2.7.1.gem -> activejob-4.2.8.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CHANGELOG.md new/CHANGELOG.md
--- old/CHANGELOG.md2016-08-11 00:25:29.0 +0200
+++ new/CHANGELOG.md2017-02-21 17:07:02.0 +0100
@@ -1,3 +1,8 @@
+## Rails 4.2.8 (February 21, 2017) ##
+
+*   No changes.
+
+
 ## Rails 4.2.7 (July 12, 2016) ##
 
 *   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/arguments.rb 
new/lib/active_job/arguments.rb
--- old/lib/active_job/arguments.rb 2016-08-11 00:25:29.0 +0200
+++ new/lib/active_job/arguments.rb 2017-02-21 17:07:02.0 +0100
@@ -15,7 +15,7 @@
   end
 
   # Raised when an unsupported argument type is being set as job argument. We
-  # currently support NilClass, Fixnum, Float, String, TrueClass, FalseClass,
+  # currently support NilClass, Integer, Fixnum, Float, String, TrueClass, 
FalseClass,
   # Bignum and object that can be represented as GlobalIDs (ex: Active Record).
   # Also raised if you set the key for a Hash something else than a string or
   # a symbol.
@@ -24,7 +24,9 @@
 
   module Arguments
 extend self
-TYPE_WHITELIST = [ NilClass, Fixnum, Float, String, TrueClass, FalseClass, 
Bignum ]
+# :nodoc:
+TYPE_WHITELIST = [ NilClass, String, Integer, Float, BigDecimal, 
TrueClass, FalseClass ]
+TYPE_WHITELIST.push(Fixnum, Bignum) unless 1.class == Integer
 
 # Serializes a set of arguments. Whitelisted types are returned
 # as-is. Arrays/Hashes are serialized element by element.
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   2016-08-11 00:25:29.0 +0200
+++ new/lib/active_job/gem_version.rb   2017-02-21 17:07:02.0 +0100
@@ -7,8 +7,8 @@
   module VERSION
 MAJOR = 4
 MINOR = 2
-TINY  = 7
-PRE   = "1"
+TINY  = 8
+PRE   = nil
 
 STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")
   end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/metadata new/metadata
--- old/metadata2016-08-11 00:25:29.0 +0200
+++ new/metadata2017-02-21 17:07:02.0 +0100
@@ -1,14 +1,14 @@
 --- !ruby/object:Gem::Specification
 name: activejob
 version: !ruby/object:Gem::Version
-  version: 4.2.7.1
+  version: 4.2.8
 platform: ruby
 authors:
 - David Heinemeier Hansson
 autorequire: 
 bindir: bin
 cert_chain: []
-date: 2016-08-10 00:00:00.0 Z
+date: 2017-02-21 00:00:00.0 Z
 dependencies:
 - !ruby/object:Gem::Dependency
   name: activesupport
@@ -16,14 +16,14 @@
 requirements:
 - - '='
   - !ruby/object:Gem::Version
-version: 4.2.7.1
+version: 4.2.8
   type: :runtime
   prerelease: false
   version

commit rubygem-activejob-4_2 for openSUSE:Factory

2016-08-25 Thread h_root
Hello community,

here is the log from the commit of package rubygem-activejob-4_2 for 
openSUSE:Factory checked in at 2016-08-25 09:54:19

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  
2016-07-20 09:25:39.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-activejob-4_2.new/rubygem-activejob-4_2.changes
 2016-08-25 09:54:20.0 +0200
@@ -1,0 +2,6 @@
+Fri Aug 12 04:31:27 UTC 2016 - co...@suse.com
+
+- updated to version 4.2.7.1
+ see installed CHANGELOG.md
+
+---

Old:

  activejob-4.2.7.gem

New:

  activejob-4.2.7.1.gem



Other differences:
--
++ rubygem-activejob-4_2.spec ++
--- /var/tmp/diff_new_pack.QLnudj/_old  2016-08-25 09:54:21.0 +0200
+++ /var/tmp/diff_new_pack.QLnudj/_new  2016-08-25 09:54:21.0 +0200
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-activejob-4_2
-Version:4.2.7
+Version:4.2.7.1
 Release:0
 %define mod_name activejob
 %define mod_full_name %{mod_name}-%{version}

++ activejob-4.2.7.gem -> activejob-4.2.7.1.gem ++
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   2016-07-13 04:53:44.0 +0200
+++ new/lib/active_job/gem_version.rb   2016-08-11 00:25:29.0 +0200
@@ -8,7 +8,7 @@
 MAJOR = 4
 MINOR = 2
 TINY  = 7
-PRE   = nil
+PRE   = "1"
 
 STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")
   end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/metadata new/metadata
--- old/metadata2016-07-13 04:53:44.0 +0200
+++ new/metadata2016-08-11 00:25:29.0 +0200
@@ -1,14 +1,14 @@
 --- !ruby/object:Gem::Specification
 name: activejob
 version: !ruby/object:Gem::Version
-  version: 4.2.7
+  version: 4.2.7.1
 platform: ruby
 authors:
 - David Heinemeier Hansson
 autorequire: 
 bindir: bin
 cert_chain: []
-date: 2016-07-13 00:00:00.0 Z
+date: 2016-08-10 00:00:00.0 Z
 dependencies:
 - !ruby/object:Gem::Dependency
   name: activesupport
@@ -16,14 +16,14 @@
 requirements:
 - - '='
   - !ruby/object:Gem::Version
-version: 4.2.7
+version: 4.2.7.1
   type: :runtime
   prerelease: false
   version_requirements: !ruby/object:Gem::Requirement
 requirements:
 - - '='
   - !ruby/object:Gem::Version
-version: 4.2.7
+version: 4.2.7.1
 - !ruby/object:Gem::Dependency
   name: globalid
   requirement: !ruby/object:Gem::Requirement
@@ -98,8 +98,9 @@
   version: '0'
 requirements: []
 rubyforge_project: 
-rubygems_version: 2.4.5.1
+rubygems_version: 2.6.6
 signing_key: 
 specification_version: 4
 summary: Job framework with pluggable queues.
 test_files: []
+has_rdoc: 




commit rubygem-activejob-4_2 for openSUSE:Factory

2016-07-20 Thread h_root
Hello community,

here is the log from the commit of package rubygem-activejob-4_2 for 
openSUSE:Factory checked in at 2016-07-20 09:25:33

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  
2016-03-18 21:40:47.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.rubygem-activejob-4_2.new/rubygem-activejob-4_2.changes
 2016-07-20 09:25:39.0 +0200
@@ -1,0 +2,10 @@
+Wed Jul 13 04:30:35 UTC 2016 - co...@suse.com
+
+- updated to version 4.2.7
+ see installed CHANGELOG.md
+
+  ## Rails 4.2.7 (July 12, 2016) ##
+  
+  *   No changes.
+
+---

Old:

  activejob-4.2.6.gem

New:

  activejob-4.2.7.gem



Other differences:
--
++ rubygem-activejob-4_2.spec ++
--- /var/tmp/diff_new_pack.uBFbe9/_old  2016-07-20 09:25:40.0 +0200
+++ /var/tmp/diff_new_pack.uBFbe9/_new  2016-07-20 09:25:40.0 +0200
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-activejob-4_2
-Version:4.2.6
+Version:4.2.7
 Release:0
 %define mod_name activejob
 %define mod_full_name %{mod_name}-%{version}

++ activejob-4.2.6.gem -> activejob-4.2.7.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CHANGELOG.md new/CHANGELOG.md
--- old/CHANGELOG.md2016-03-07 23:31:32.0 +0100
+++ new/CHANGELOG.md2016-07-13 04:53:44.0 +0200
@@ -1,3 +1,8 @@
+## Rails 4.2.7 (July 12, 2016) ##
+
+*   No changes.
+
+
 ## Rails 4.2.6 (March 07, 2016) ##
 
 *   No changes.
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   2016-03-07 23:31:32.0 +0100
+++ new/lib/active_job/gem_version.rb   2016-07-13 04:53:44.0 +0200
@@ -7,7 +7,7 @@
   module VERSION
 MAJOR = 4
 MINOR = 2
-TINY  = 6
+TINY  = 7
 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   2016-03-07 23:31:32.0 +0100
+++ new/lib/active_job/logging.rb   2016-07-13 04:53:44.0 +0200
@@ -40,7 +40,7 @@
   def tag_logger(*tags)
 if logger.respond_to?(:tagged)
   tags.unshift "ActiveJob" unless logger_tagged_by_active_job?
-  ActiveJob::Base.logger.tagged(*tags){ yield }
+  logger.tagged(*tags){ yield }
 else
   yield
 end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/metadata new/metadata
--- old/metadata2016-03-07 23:31:32.0 +0100
+++ new/metadata2016-07-13 04:53:44.0 +0200
@@ -1,14 +1,14 @@
 --- !ruby/object:Gem::Specification
 name: activejob
 version: !ruby/object:Gem::Version
-  version: 4.2.6
+  version: 4.2.7
 platform: ruby
 authors:
 - David Heinemeier Hansson
 autorequire: 
 bindir: bin
 cert_chain: []
-date: 2016-03-07 00:00:00.0 Z
+date: 2016-07-13 00:00:00.0 Z
 dependencies:
 - !ruby/object:Gem::Dependency
   name: activesupport
@@ -16,14 +16,14 @@
 requirements:
 - - '='
   - !ruby/object:Gem::Version
-version: 4.2.6
+version: 4.2.7
   type: :runtime
   prerelease: false
   version_requirements: !ruby/object:Gem::Requirement
 requirements:
 - - '='
   - !ruby/object:Gem::Version
-version: 4.2.6
+version: 4.2.7
 - !ruby/object:Gem::Dependency
   name: globalid
   requirement: !ruby/object:Gem::Requirement
@@ -98,7 +98,7 @@
   version: '0'
 requirements: []
 rubyforge_project: 
-rubygems_version: 2.5.1
+rubygems_version: 2.4.5.1
 signing_key: 
 specification_version: 4
 summary: Job framework with pluggable queues.




commit rubygem-activejob-4_2 for openSUSE:Factory

2016-03-18 Thread h_root
Hello community,

here is the log from the commit of package rubygem-activejob-4_2 for 
openSUSE:Factory checked in at 2016-03-18 21:40:45

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  
2016-03-07 13:27:57.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.rubygem-activejob-4_2.new/rubygem-activejob-4_2.changes
 2016-03-18 21:40:47.0 +0100
@@ -1,0 +2,10 @@
+Tue Mar  8 05:30:29 UTC 2016 - co...@suse.com
+
+- updated to version 4.2.6
+ see installed CHANGELOG.md
+
+  ## Rails 4.2.6 (March 07, 2016) ##
+  
+  *   No changes.
+
+---

Old:

  activejob-4.2.5.2.gem

New:

  activejob-4.2.6.gem



Other differences:
--
++ rubygem-activejob-4_2.spec ++
--- /var/tmp/diff_new_pack.KhHcIt/_old  2016-03-18 21:40:48.0 +0100
+++ /var/tmp/diff_new_pack.KhHcIt/_new  2016-03-18 21:40:48.0 +0100
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-activejob-4_2
-Version:4.2.5.2
+Version:4.2.6
 Release:0
 %define mod_name activejob
 %define mod_full_name %{mod_name}-%{version}

++ activejob-4.2.5.2.gem -> activejob-4.2.6.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CHANGELOG.md new/CHANGELOG.md
--- old/CHANGELOG.md2016-02-29 20:16:30.0 +0100
+++ new/CHANGELOG.md2016-03-07 23:31:32.0 +0100
@@ -1,3 +1,8 @@
+## Rails 4.2.6 (March 07, 2016) ##
+
+*   No changes.
+
+
 ## Rails 4.2.5.2 (February 26, 2016) ##
 
 *   No changes.
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   2016-02-29 20:16:30.0 +0100
+++ new/lib/active_job/gem_version.rb   2016-03-07 23:31:32.0 +0100
@@ -7,8 +7,8 @@
   module VERSION
 MAJOR = 4
 MINOR = 2
-TINY  = 5
-PRE   = "2"
+TINY  = 6
+PRE   = nil
 
 STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")
   end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/metadata new/metadata
--- old/metadata2016-02-29 20:16:30.0 +0100
+++ new/metadata2016-03-07 23:31:32.0 +0100
@@ -1,14 +1,14 @@
 --- !ruby/object:Gem::Specification
 name: activejob
 version: !ruby/object:Gem::Version
-  version: 4.2.5.2
+  version: 4.2.6
 platform: ruby
 authors:
 - David Heinemeier Hansson
 autorequire: 
 bindir: bin
 cert_chain: []
-date: 2016-02-29 00:00:00.0 Z
+date: 2016-03-07 00:00:00.0 Z
 dependencies:
 - !ruby/object:Gem::Dependency
   name: activesupport
@@ -16,14 +16,14 @@
 requirements:
 - - '='
   - !ruby/object:Gem::Version
-version: 4.2.5.2
+version: 4.2.6
   type: :runtime
   prerelease: false
   version_requirements: !ruby/object:Gem::Requirement
 requirements:
 - - '='
   - !ruby/object:Gem::Version
-version: 4.2.5.2
+version: 4.2.6
 - !ruby/object:Gem::Dependency
   name: globalid
   requirement: !ruby/object:Gem::Requirement




commit rubygem-activejob-4_2 for openSUSE:Factory

2016-03-07 Thread h_root
Hello community,

here is the log from the commit of package rubygem-activejob-4_2 for 
openSUSE:Factory checked in at 2016-03-07 13:27:13

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  
2016-03-01 09:41:57.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.rubygem-activejob-4_2.new/rubygem-activejob-4_2.changes
 2016-03-07 13:27:57.0 +0100
@@ -1,0 +2,15 @@
+Tue Mar  1 05:31:43 UTC 2016 - co...@suse.com
+
+- updated to version 4.2.5.2
+ see installed CHANGELOG.md
+
+  ## Rails 4.2.5.2 (February 26, 2016) ##
+  
+  *   No changes.
+  
+  
+  ## Rails 4.2.5.1 (January 25, 2015) ##
+  
+  *   No changes.
+
+---

Old:

  activejob-4.2.5.1.gem

New:

  activejob-4.2.5.2.gem



Other differences:
--
++ rubygem-activejob-4_2.spec ++
--- /var/tmp/diff_new_pack.Y7Eyev/_old  2016-03-07 13:27:58.0 +0100
+++ /var/tmp/diff_new_pack.Y7Eyev/_new  2016-03-07 13:27:58.0 +0100
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-activejob-4_2
-Version:4.2.5.1
+Version:4.2.5.2
 Release:0
 %define mod_name activejob
 %define mod_full_name %{mod_name}-%{version}

++ activejob-4.2.5.1.gem -> activejob-4.2.5.2.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CHANGELOG.md new/CHANGELOG.md
--- old/CHANGELOG.md2016-01-25 19:25:07.0 +0100
+++ new/CHANGELOG.md2016-02-29 20:16:30.0 +0100
@@ -1,3 +1,13 @@
+## Rails 4.2.5.2 (February 26, 2016) ##
+
+*   No changes.
+
+
+## Rails 4.2.5.1 (January 25, 2015) ##
+
+*   No changes.
+
+
 ## Rails 4.2.5 (November 12, 2015) ##
 
 *   No changes.
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   2016-01-25 19:25:07.0 +0100
+++ new/lib/active_job/gem_version.rb   2016-02-29 20:16:30.0 +0100
@@ -8,7 +8,7 @@
 MAJOR = 4
 MINOR = 2
 TINY  = 5
-PRE   = "1"
+PRE   = "2"
 
 STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")
   end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/metadata new/metadata
--- old/metadata2016-01-25 19:25:07.0 +0100
+++ new/metadata2016-02-29 20:16:30.0 +0100
@@ -1,14 +1,14 @@
 --- !ruby/object:Gem::Specification
 name: activejob
 version: !ruby/object:Gem::Version
-  version: 4.2.5.1
+  version: 4.2.5.2
 platform: ruby
 authors:
 - David Heinemeier Hansson
 autorequire: 
 bindir: bin
 cert_chain: []
-date: 2016-01-25 00:00:00.0 Z
+date: 2016-02-29 00:00:00.0 Z
 dependencies:
 - !ruby/object:Gem::Dependency
   name: activesupport
@@ -16,14 +16,14 @@
 requirements:
 - - '='
   - !ruby/object:Gem::Version
-version: 4.2.5.1
+version: 4.2.5.2
   type: :runtime
   prerelease: false
   version_requirements: !ruby/object:Gem::Requirement
 requirements:
 - - '='
   - !ruby/object:Gem::Version
-version: 4.2.5.1
+version: 4.2.5.2
 - !ruby/object:Gem::Dependency
   name: globalid
   requirement: !ruby/object:Gem::Requirement




commit rubygem-activejob-4_2 for openSUSE:Factory

2016-03-01 Thread h_root
Hello community,

here is the log from the commit of package rubygem-activejob-4_2 for 
openSUSE:Factory checked in at 2016-03-01 09:41:50

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-12-14 10:13:33.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.rubygem-activejob-4_2.new/rubygem-activejob-4_2.changes
 2016-03-01 09:41:57.0 +0100
@@ -1,0 +2,6 @@
+Tue Jan 26 05:30:20 UTC 2016 - co...@suse.com
+
+- updated to version 4.2.5.1
+ see installed CHANGELOG.md
+
+---

Old:

  activejob-4.2.5.gem

New:

  activejob-4.2.5.1.gem



Other differences:
--
++ rubygem-activejob-4_2.spec ++
--- /var/tmp/diff_new_pack.iKM1NG/_old  2016-03-01 09:41:59.0 +0100
+++ /var/tmp/diff_new_pack.iKM1NG/_new  2016-03-01 09:41:59.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-activejob-4_2
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-activejob-4_2
-Version:4.2.5
+Version:4.2.5.1
 Release:0
 %define mod_name activejob
 %define mod_full_name %{mod_name}-%{version}

++ activejob-4.2.5.gem -> activejob-4.2.5.1.gem ++
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-11-12 18:06:15.0 +0100
+++ new/lib/active_job/gem_version.rb   2016-01-25 19:25:07.0 +0100
@@ -8,7 +8,7 @@
 MAJOR = 4
 MINOR = 2
 TINY  = 5
-PRE   = nil
+PRE   = "1"
 
 STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")
   end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/metadata new/metadata
--- old/metadata2015-11-12 18:06:15.0 +0100
+++ new/metadata2016-01-25 19:25:07.0 +0100
@@ -1,14 +1,14 @@
 --- !ruby/object:Gem::Specification
 name: activejob
 version: !ruby/object:Gem::Version
-  version: 4.2.5
+  version: 4.2.5.1
 platform: ruby
 authors:
 - David Heinemeier Hansson
 autorequire: 
 bindir: bin
 cert_chain: []
-date: 2015-11-12 00:00:00.0 Z
+date: 2016-01-25 00:00:00.0 Z
 dependencies:
 - !ruby/object:Gem::Dependency
   name: activesupport
@@ -16,14 +16,14 @@
 requirements:
 - - '='
   - !ruby/object:Gem::Version
-version: 4.2.5
+version: 4.2.5.1
   type: :runtime
   prerelease: false
   version_requirements: !ruby/object:Gem::Requirement
 requirements:
 - - '='
   - !ruby/object:Gem::Version
-version: 4.2.5
+version: 4.2.5.1
 - !ruby/object:Gem::Dependency
   name: globalid
   requirement: !ruby/object:Gem::Requirement
@@ -98,7 +98,7 @@
   version: '0'
 requirements: []
 rubyforge_project: 
-rubygems_version: 2.4.5.1
+rubygems_version: 2.5.1
 signing_key: 
 specification_version: 4
 summary: Job framework with pluggable queues.




commit rubygem-activejob-4_2 for openSUSE:Factory

2015-12-14 Thread h_root
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.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-activejob-4_2.new/rubygem-activejob-4_2.changes
 2015-12-14 10:13:33.0 +0100
@@ -1,0 +2,10 @@
+Fri Nov 13 05:29:55 UTC 2015 - co...@suse.com
+
+- 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.0 +0100
+++ /var/tmp/diff_new_pack.2jQNn1/_new  2015-12-14 10:13:34.0 +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.md2015-08-24 20:23:18.0 +0200
+++ new/CHANGELOG.md2015-11-12 18:06:15.0 +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.0 +0200
+++ new/lib/active_job/gem_version.rb   2015-11-12 18:06:15.0 +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.0 +0200
+++ new/lib/active_job/logging.rb   2015-11-12 18:06:15.0 +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/metadata2015-08-24 20:23:18.0 +0200
+++ new/metadata2015-11-12 18:06:15.0 +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.0 Z
+date: 2015-11-12 00:00:00.0 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: 




commit rubygem-activejob-4_2 for openSUSE:Factory

2015-08-26 Thread h_root
Hello community,

here is the log from the commit of package rubygem-activejob-4_2 for 
openSUSE:Factory checked in at 2015-08-27 08:57:40

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-07-03 00:19:41.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-activejob-4_2.new/rubygem-activejob-4_2.changes
 2015-08-27 08:57:42.0 +0200
@@ -1,0 +2,15 @@
+Tue Aug 25 04:30:04 UTC 2015 - co...@suse.com
+
+- updated to version 4.2.4
+ see installed CHANGELOG.md
+
+  ## Rails 4.2.4 (August 24, 2015) ##
+  
+  *   Include I18n.locale into job serialization/deserialization and use it 
around
+  `perform`.
+  
+  Fixes #20799.
+  
+  *Johannes Opper*
+
+---

Old:

  activejob-4.2.3.gem

New:

  activejob-4.2.4.gem



Other differences:
--
++ rubygem-activejob-4_2.spec ++
--- /var/tmp/diff_new_pack.L7ZX93/_old  2015-08-27 08:57:42.0 +0200
+++ /var/tmp/diff_new_pack.L7ZX93/_new  2015-08-27 08:57:42.0 +0200
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-activejob-4_2
-Version:4.2.3
+Version:4.2.4
 Release:0
 %define mod_name activejob
 %define mod_full_name %{mod_name}-%{version}

++ activejob-4.2.3.gem -> activejob-4.2.4.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CHANGELOG.md new/CHANGELOG.md
--- old/CHANGELOG.md2015-06-25 23:29:55.0 +0200
+++ new/CHANGELOG.md2015-08-24 20:23:18.0 +0200
@@ -1,3 +1,12 @@
+## Rails 4.2.4 (August 24, 2015) ##
+
+*   Include I18n.locale into job serialization/deserialization and use it 
around
+`perform`.
+
+Fixes #20799.
+
+*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/base.rb new/lib/active_job/base.rb
--- old/lib/active_job/base.rb  2015-06-25 23:29:55.0 +0200
+++ new/lib/active_job/base.rb  2015-08-24 20:23:18.0 +0200
@@ -5,6 +5,7 @@
 require 'active_job/execution'
 require 'active_job/callbacks'
 require 'active_job/logging'
+require 'active_job/translation'
 
 module ActiveJob #:nodoc:
   # = Active Job
@@ -60,6 +61,7 @@
 include Execution
 include Callbacks
 include Logging
+include Translation
 
 ActiveSupport.run_load_hooks(:active_job, self)
   end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/active_job/core.rb new/lib/active_job/core.rb
--- old/lib/active_job/core.rb  2015-06-25 23:29:55.0 +0200
+++ new/lib/active_job/core.rb  2015-08-24 20:23:18.0 +0200
@@ -15,6 +15,9 @@
 
   # Queue in which the job will reside.
   attr_writer :queue_name
+
+  # I18n.locale to be used during the job.
+  attr_accessor :locale
 end
 
 # These methods will be included into any Active Job object, adding
@@ -26,6 +29,7 @@
 job.job_id   = job_data['job_id']
 job.queue_name   = job_data['queue_name']
 job.serialized_arguments = job_data['arguments']
+job.locale   = job_data['locale'] || I18n.locale
 job
   end
 
@@ -65,7 +69,8 @@
 'job_class'  => self.class.name,
 'job_id' => job_id,
 'queue_name' => queue_name,
-'arguments'  => serialize_arguments(arguments)
+'arguments'  => serialize_arguments(arguments),
+'locale' => I18n.locale
   }
 end
 
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-06-25 23:29:55.0 +0200
+++ new/lib/active_job/gem_version.rb   2015-08-24 20:23:18.0 +0200
@@ -7,7 +7,7 @@
   module VERSION
 MAJOR = 4
 MINOR = 2
-TINY  = 3
+TINY  = 4
 PRE   = nil
 
 STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/active_job/queue_adapters.rb 
new/lib/active_job/queue_adapters.rb
--- old/lib/active_job/queue_adapters.rb2015-06-25 23:29:55.0 
+0200
+++ new/lib/active_job/queue_adapters.rb2015-08-24 20:23:18.0 
+0200
@@ -15,23 +15,22 @@
   #
   # === Backe

commit rubygem-activejob-4_2 for openSUSE:Factory

2015-07-02 Thread h_root
Hello community,

here is the log from the commit of package rubygem-activejob-4_2 for 
openSUSE:Factory checked in at 2015-07-02 22:49:19

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-06-24 20:46:55.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-activejob-4_2.new/rubygem-activejob-4_2.changes
 2015-07-03 00:19:41.0 +0200
@@ -1,0 +2,14 @@
+Fri Jun 26 04:30:22 UTC 2015 - co...@suse.com
+
+- updated to version 4.2.3
+ see installed CHANGELOG.md
+
+  ## Rails 4.2.3 (June 25, 2015) ##
+  
+  *   `assert_enqueued_jobs` and `assert_performed_jobs` in block form use the
+  given number as expected value. This makes the error message much easier 
to
+  understand.
+  
+  *y-yagi*
+
+---

Old:

  activejob-4.2.2.gem

New:

  activejob-4.2.3.gem



Other differences:
--
++ rubygem-activejob-4_2.spec ++
--- /var/tmp/diff_new_pack.PWbA8l/_old  2015-07-03 00:19:42.0 +0200
+++ /var/tmp/diff_new_pack.PWbA8l/_new  2015-07-03 00:19:42.0 +0200
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-activejob-4_2
-Version:4.2.2
+Version:4.2.3
 Release:0
 %define mod_name activejob
 %define mod_full_name %{mod_name}-%{version}

++ activejob-4.2.2.gem -> activejob-4.2.3.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CHANGELOG.md new/CHANGELOG.md
--- old/CHANGELOG.md2015-06-16 20:02:34.0 +0200
+++ new/CHANGELOG.md2015-06-25 23:29:55.0 +0200
@@ -1,9 +1,18 @@
+## Rails 4.2.3 (June 25, 2015) ##
+
+*   `assert_enqueued_jobs` and `assert_performed_jobs` in block form use the
+given number as expected value. This makes the error message much easier to
+understand.
+
+*y-yagi*
+
+
 ## Rails 4.2.2 (June 16, 2015) ##
 
 * No Changes *
 
 
-## Rails 4.2.1 (March 19, 2014) ##
+## Rails 4.2.1 (March 19, 2015) ##
 
 *   Allow keyword arguments to be used with Active Job.
 
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-06-16 20:02:34.0 +0200
+++ new/lib/active_job/gem_version.rb   2015-06-25 23:29:55.0 +0200
@@ -7,7 +7,7 @@
   module VERSION
 MAJOR = 4
 MINOR = 2
-TINY  = 2
+TINY  = 3
 PRE   = nil
 
 STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/active_job/queue_adapters/sidekiq_adapter.rb 
new/lib/active_job/queue_adapters/sidekiq_adapter.rb
--- old/lib/active_job/queue_adapters/sidekiq_adapter.rb2015-06-16 
20:02:34.0 +0200
+++ new/lib/active_job/queue_adapters/sidekiq_adapter.rb2015-06-25 
23:29:55.0 +0200
@@ -20,6 +20,7 @@
   #Sidekiq::Client does not support symbols as keys
   Sidekiq::Client.push \
 'class' => JobWrapper,
+'wrapped' => job.class.to_s,
 'queue' => job.queue_name,
 'args'  => [ job.serialize ]
 end
@@ -27,6 +28,7 @@
 def enqueue_at(job, timestamp) #:nodoc:
   Sidekiq::Client.push \
 'class' => JobWrapper,
+'wrapped' => job.class.to_s,
 'queue' => job.queue_name,
 'args'  => [ job.serialize ],
 'at'=> timestamp
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/active_job/queue_adapters.rb 
new/lib/active_job/queue_adapters.rb
--- old/lib/active_job/queue_adapters.rb2015-06-16 20:02:34.0 
+0200
+++ new/lib/active_job/queue_adapters.rb2015-06-25 23:29:55.0 
+0200
@@ -27,7 +27,6 @@
   #   | Sneakers  | Yes   | Yes| No| Queue  | Queue   
| No  |
   #   | Sucker Punch  | Yes   | Yes| No| No | No  
| No  |
   #   | Active Job Inline | No| Yes| N/A   | N/A| N/A 
| N/A |
-  #   | Active Job| Yes   | Yes| Yes   | No | No  
| No  |
   #
   # NOTE:
   # queue_classic does not support Job scheduling. However you can implement 
this
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/active_job/test_helper.rb 
new/lib/active_job/test_helper.rb
--- old/lib/a

commit rubygem-activejob-4_2 for openSUSE:Factory

2015-06-24 Thread h_root
Hello community,

here is the log from the commit of package rubygem-activejob-4_2 for 
openSUSE:Factory checked in at 2015-06-24 20:46:54

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-03-25 21:04:51.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.rubygem-activejob-4_2.new/rubygem-activejob-4_2.changes
 2015-06-24 20:46:55.0 +0200
@@ -1,0 +2,10 @@
+Wed Jun 17 04:30:55 UTC 2015 - co...@suse.com
+
+- updated to version 4.2.2
+ see installed CHANGELOG.md
+
+  ## Rails 4.2.2 (June 16, 2015) ##
+  
+  * No Changes *
+
+---

Old:

  activejob-4.2.1.gem

New:

  activejob-4.2.2.gem



Other differences:
--
++ rubygem-activejob-4_2.spec ++
--- /var/tmp/diff_new_pack.7G90fN/_old  2015-06-24 20:46:56.0 +0200
+++ /var/tmp/diff_new_pack.7G90fN/_new  2015-06-24 20:46:56.0 +0200
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-activejob-4_2
-Version:4.2.1
+Version:4.2.2
 Release:0
 %define mod_name activejob
 %define mod_full_name %{mod_name}-%{version}

++ activejob-4.2.1.gem -> activejob-4.2.2.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CHANGELOG.md new/CHANGELOG.md
--- old/CHANGELOG.md2015-03-19 17:41:22.0 +0100
+++ new/CHANGELOG.md2015-06-16 20:02:34.0 +0200
@@ -1,3 +1,8 @@
+## Rails 4.2.2 (June 16, 2015) ##
+
+* No Changes *
+
+
 ## Rails 4.2.1 (March 19, 2014) ##
 
 *   Allow keyword arguments to be used with Active Job.
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-03-19 17:41:22.0 +0100
+++ new/lib/active_job/gem_version.rb   2015-06-16 20:02:34.0 +0200
@@ -7,7 +7,7 @@
   module VERSION
 MAJOR = 4
 MINOR = 2
-TINY  = 1
+TINY  = 2
 PRE   = nil
 
 STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/metadata new/metadata
--- old/metadata2015-03-19 17:41:22.0 +0100
+++ new/metadata2015-06-16 20:02:34.0 +0200
@@ -1,14 +1,14 @@
 --- !ruby/object:Gem::Specification
 name: activejob
 version: !ruby/object:Gem::Version
-  version: 4.2.1
+  version: 4.2.2
 platform: ruby
 authors:
 - David Heinemeier Hansson
 autorequire: 
 bindir: bin
 cert_chain: []
-date: 2015-03-19 00:00:00.0 Z
+date: 2015-06-16 00:00:00.0 Z
 dependencies:
 - !ruby/object:Gem::Dependency
   name: activesupport
@@ -16,14 +16,14 @@
 requirements:
 - - '='
   - !ruby/object:Gem::Version
-version: 4.2.1
+version: 4.2.2
   type: :runtime
   prerelease: false
   version_requirements: !ruby/object:Gem::Requirement
 requirements:
 - - '='
   - !ruby/object:Gem::Version
-version: 4.2.1
+version: 4.2.2
 - !ruby/object:Gem::Dependency
   name: globalid
   requirement: !ruby/object:Gem::Requirement




commit rubygem-activejob-4_2 for openSUSE:Factory

2015-03-25 Thread h_root
Hello community,

here is the log from the commit of package rubygem-activejob-4_2 for 
openSUSE:Factory checked in at 2015-03-25 21:04:50

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-02-16 21:09:01.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.rubygem-activejob-4_2.new/rubygem-activejob-4_2.changes
 2015-03-25 21:04:51.0 +0100
@@ -1,0 +2,7 @@
+Sun Mar 22 09:55:24 UTC 2015 - co...@suse.com
+
+- updated to version 4.2.1
+   Allow keyword arguments to be used with Active Job.
+ Fixes #18741.
+
+---

Old:

  activejob-4.2.0.gem

New:

  activejob-4.2.1.gem



Other differences:
--
++ rubygem-activejob-4_2.spec ++
--- /var/tmp/diff_new_pack.F1G00Q/_old  2015-03-25 21:04:51.0 +0100
+++ /var/tmp/diff_new_pack.F1G00Q/_new  2015-03-25 21:04:51.0 +0100
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-activejob-4_2
-Version:4.2.0
+Version:4.2.1
 Release:0
 %define mod_name activejob
 %define mod_full_name %{mod_name}-%{version}
@@ -37,17 +37,16 @@
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  %{ruby >= 1.9.3}
 BuildRequires:  %{rubygem gem2rpm}
-BuildRequires:  %{rubygem rdoc > 3.10}
 BuildRequires:  ruby-macros >= 5
 Url:http://www.rubyonrails.org
 Source: http://rubygems.org/gems/%{mod_full_name}.gem
 Source1:gem2rpm.yml
-Summary:Job handling framework (part of Rails)
+Summary:Job framework with pluggable queues
 License:MIT
 Group:  Development/Languages/Ruby
 
 %description
-Declare job classes that can be run by a variety of queueing backends
+Declare job classes that can be run by a variety of queueing backends.
 
 %prep
 

++ activejob-4.2.0.gem -> activejob-4.2.1.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CHANGELOG.md new/CHANGELOG.md
--- old/CHANGELOG.md2014-12-20 01:14:37.0 +0100
+++ new/CHANGELOG.md2015-03-19 17:41:22.0 +0100
@@ -1 +1,12 @@
-*  Started project.
\ No newline at end of file
+## Rails 4.2.1 (March 19, 2014) ##
+
+*   Allow keyword arguments to be used with Active Job.
+
+Fixes #18741.
+
+*Sean Griffin*
+
+
+## Rails 4.2.0 (December 20, 2014) ##
+
+*  Started project.
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/arguments.rb 
new/lib/active_job/arguments.rb
--- old/lib/active_job/arguments.rb 2014-12-20 01:14:37.0 +0100
+++ new/lib/active_job/arguments.rb 2015-03-19 17:41:22.0 +0100
@@ -1,3 +1,5 @@
+require 'active_support/core_ext/hash'
+
 module ActiveJob
   # Raised when an exception is raised during job arguments deserialization.
   #
@@ -42,7 +44,9 @@
 
 private
   GLOBALID_KEY = '_aj_globalid'.freeze
-  private_constant :GLOBALID_KEY
+  SYMBOL_KEYS_KEY = '_aj_symbol_keys'.freeze
+  WITH_INDIFFERENT_ACCESS_KEY = '_aj_hash_with_indifferent_access'.freeze
+  private_constant :GLOBALID_KEY, :SYMBOL_KEYS_KEY, 
:WITH_INDIFFERENT_ACCESS_KEY
 
   def serialize_argument(argument)
 case argument
@@ -52,10 +56,15 @@
   { GLOBALID_KEY => argument.to_global_id.to_s }
 when Array
   argument.map { |arg| serialize_argument(arg) }
+when ActiveSupport::HashWithIndifferentAccess
+  result = serialize_hash(argument)
+  result[WITH_INDIFFERENT_ACCESS_KEY] = serialize_argument(true)
+  result
 when Hash
-  argument.each_with_object({}) do |(key, value), hash|
-hash[serialize_hash_key(key)] = serialize_argument(value)
-  end
+  symbol_keys = argument.each_key.grep(Symbol).map(&:to_s)
+  result = serialize_hash(argument)
+  result[SYMBOL_KEYS_KEY] = symbol_keys
+  result
 else
   raise SerializationError.new("Unsupported argument type: 
#{argument.class.name}")
 end
@@ -73,7 +82,7 @@
   if serialized_global_id?(argument)
 deserialize_global_id argument
   else
-deserialize_hash argument
+deserialize_hash(argument)
   end
 else
   raise ArgumentError, "Can only deserialize primitive arguments: 
#{argument.inspect}"
@@ -88,13 +97,27 @@
 GlobalID::Locator.locate hash[GLOBALID_KEY]
   end
 
+  def serialize_hash(argument