Hello community,

here is the log from the commit of package rubygem-activejob-5_0 for 
openSUSE:Factory checked in at 2017-03-21 22:49:39
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rubygem-activejob-5_0 (Old)
 and      /work/SRC/openSUSE:Factory/.rubygem-activejob-5_0.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "rubygem-activejob-5_0"

Tue Mar 21 22:49:39 2017 rev:4 rq:479657 version:5.0.2

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/rubygem-activejob-5_0/rubygem-activejob-5_0.changes  
    2016-12-29 22:47:38.808421463 +0100
+++ 
/work/SRC/openSUSE:Factory/.rubygem-activejob-5_0.new/rubygem-activejob-5_0.changes
 2017-03-21 22:49:41.249608899 +0100
@@ -1,0 +2,10 @@
+Thu Mar  2 05:31:44 UTC 2017 - co...@suse.com
+
+- updated to version 5.0.2
+ see installed CHANGELOG.md
+
+  ## Rails 5.0.2 (March 01, 2017) ##
+  
+  *   No changes.
+
+-------------------------------------------------------------------

Old:
----
  activejob-5.0.1.gem

New:
----
  activejob-5.0.2.gem

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ rubygem-activejob-5_0.spec ++++++
--- /var/tmp/diff_new_pack.oHnkoJ/_old  2017-03-21 22:49:41.825527480 +0100
+++ /var/tmp/diff_new_pack.oHnkoJ/_new  2017-03-21 22:49:41.825527480 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-activejob-5_0
 #
-# 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-5_0
-Version:        5.0.1
+Version:        5.0.2
 Release:        0
 %define mod_name activejob
 %define mod_full_name %{mod_name}-%{version}

++++++ activejob-5.0.1.gem -> activejob-5.0.2.gem ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CHANGELOG.md new/CHANGELOG.md
--- old/CHANGELOG.md    2016-12-21 01:07:03.000000000 +0100
+++ new/CHANGELOG.md    2017-03-02 00:12:05.000000000 +0100
@@ -1,3 +1,8 @@
+## Rails 5.0.2 (March 01, 2017) ##
+
+*   No changes.
+
+
 ## Rails 5.0.1 (December 21, 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-12-21 01:07:03.000000000 +0100
+++ new/lib/active_job/arguments.rb     2017-03-02 00:12:05.000000000 +0100
@@ -34,8 +34,8 @@
   module Arguments
     extend self
     # :nodoc:
-    # Calls #uniq since Integer, Fixnum, and Bignum are all the same class on 
Ruby 2.4+
-    TYPE_WHITELIST = [ NilClass, String, Integer, Fixnum, Bignum, Float, 
BigDecimal, TrueClass, FalseClass ].uniq
+    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-12-21 01:07:03.000000000 +0100
+++ new/lib/active_job/gem_version.rb   2017-03-02 00:12:05.000000000 +0100
@@ -7,7 +7,7 @@
   module VERSION
     MAJOR = 5
     MINOR = 0
-    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/metadata        2016-12-21 01:07:03.000000000 +0100
+++ new/metadata        2017-03-02 00:12:05.000000000 +0100
@@ -1,14 +1,14 @@
 --- !ruby/object:Gem::Specification
 name: activejob
 version: !ruby/object:Gem::Version
-  version: 5.0.1
+  version: 5.0.2
 platform: ruby
 authors:
 - David Heinemeier Hansson
 autorequire: 
 bindir: bin
 cert_chain: []
-date: 2016-12-21 00:00:00.000000000 Z
+date: 2017-03-01 00:00:00.000000000 Z
 dependencies:
 - !ruby/object:Gem::Dependency
   name: activesupport
@@ -16,14 +16,14 @@
     requirements:
     - - '='
       - !ruby/object:Gem::Version
-        version: 5.0.1
+        version: 5.0.2
   type: :runtime
   prerelease: false
   version_requirements: !ruby/object:Gem::Requirement
     requirements:
     - - '='
       - !ruby/object:Gem::Version
-        version: 5.0.1
+        version: 5.0.2
 - !ruby/object:Gem::Dependency
   name: globalid
   requirement: !ruby/object:Gem::Requirement
@@ -101,9 +101,8 @@
       version: '0'
 requirements: []
 rubyforge_project: 
-rubygems_version: 2.5.2
+rubygems_version: 2.6.10
 signing_key: 
 specification_version: 4
 summary: Job framework with pluggable queues.
 test_files: []
-has_rdoc: 


Reply via email to