Hello community,

here is the log from the commit of package rubygem-multi_json for 
openSUSE:Factory checked in at 2020-10-05 19:32:12
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rubygem-multi_json (Old)
 and      /work/SRC/openSUSE:Factory/.rubygem-multi_json.new.4249 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "rubygem-multi_json"

Mon Oct  5 19:32:12 2020 rev:37 rq:838056 version:1.15.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/rubygem-multi_json/rubygem-multi_json.changes    
2020-03-07 21:39:11.288310620 +0100
+++ 
/work/SRC/openSUSE:Factory/.rubygem-multi_json.new.4249/rubygem-multi_json.changes
  2020-10-05 19:32:17.636991310 +0200
@@ -1,0 +2,12 @@
+Fri Sep 25 14:21:28 UTC 2020 - Stephan Kulow <co...@suse.com>
+
+updated to version 1.15.0
+ see installed CHANGELOG.md
+
+  1.14.2
+  ------
+  
+  * [Improve detection of json_gem 
adapter](https://github.com/intridea/multi_json/commit/62d54019b17ebf83b28c8deb871a02a122e7d9cf)
+  
+
+-------------------------------------------------------------------

Old:
----
  multi_json-1.14.1.gem

New:
----
  multi_json-1.15.0.gem

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

Other differences:
------------------
++++++ rubygem-multi_json.spec ++++++
--- /var/tmp/diff_new_pack.yxDfSG/_old  2020-10-05 19:32:18.728995915 +0200
+++ /var/tmp/diff_new_pack.yxDfSG/_new  2020-10-05 19:32:18.728995915 +0200
@@ -24,7 +24,7 @@
 #
 
 Name:           rubygem-multi_json
-Version:        1.14.1
+Version:        1.15.0
 Release:        0
 %define mod_name multi_json
 %define mod_full_name %{mod_name}-%{version}

++++++ multi_json-1.14.1.gem -> multi_json-1.15.0.gem ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CHANGELOG.md new/CHANGELOG.md
--- old/CHANGELOG.md    2019-10-15 05:39:38.000000000 +0200
+++ new/CHANGELOG.md    2020-07-10 06:55:32.000000000 +0200
@@ -1,3 +1,8 @@
+1.14.2
+------
+
+* [Improve detection of json_gem 
adapter](https://github.com/intridea/multi_json/commit/62d54019b17ebf83b28c8deb871a02a122e7d9cf)
+
 1.14.1
 ------
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/README.md new/README.md
--- old/README.md       2019-10-15 05:39:38.000000000 +0200
+++ new/README.md       2020-07-10 06:55:32.000000000 +0200
@@ -68,6 +68,7 @@
 * Ruby 2.4
 * Ruby 2.5
 * Ruby 2.6
+* Ruby 2.7
 * [JRuby][]
 
 If something doesn't work in one of these implementations, it's a bug.
Binary files old/checksums.yaml.gz and new/checksums.yaml.gz differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/multi_json/version.rb 
new/lib/multi_json/version.rb
--- old/lib/multi_json/version.rb       2019-10-15 05:39:38.000000000 +0200
+++ new/lib/multi_json/version.rb       2020-07-10 06:55:32.000000000 +0200
@@ -1,8 +1,8 @@
 module MultiJson
   class Version
     MAJOR = 1 unless defined? MultiJson::Version::MAJOR
-    MINOR = 14 unless defined? MultiJson::Version::MINOR
-    PATCH = 1 unless defined? MultiJson::Version::PATCH
+    MINOR = 15 unless defined? MultiJson::Version::MINOR
+    PATCH = 0 unless defined? MultiJson::Version::PATCH
     PRE = nil unless defined? MultiJson::Version::PRE
 
     class << self
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/multi_json.rb new/lib/multi_json.rb
--- old/lib/multi_json.rb       2019-10-15 05:39:38.000000000 +0200
+++ new/lib/multi_json.rb       2020-07-10 06:55:32.000000000 +0200
@@ -47,7 +47,7 @@
     return :oj if defined?(::Oj)
     return :yajl if defined?(::Yajl)
     return :jr_jackson if defined?(::JrJackson)
-    return :json_gem if defined?(::JSON::JSON_LOADED)
+    return :json_gem if defined?(::JSON::Ext::Parser)
     return :gson if defined?(::Gson)
 
     REQUIREMENT_MAP.each do |adapter, library|
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/metadata new/metadata
--- old/metadata        2019-10-15 05:39:38.000000000 +0200
+++ new/metadata        2020-07-10 06:55:32.000000000 +0200
@@ -1,7 +1,7 @@
 --- !ruby/object:Gem::Specification
 name: multi_json
 version: !ruby/object:Gem::Version
-  version: 1.14.1
+  version: 1.15.0
 platform: ruby
 authors:
 - Michael Bleigh
@@ -11,7 +11,7 @@
 autorequire: 
 bindir: bin
 cert_chain: []
-date: 2019-10-15 00:00:00.000000000 Z
+date: 2020-07-10 00:00:00.000000000 Z
 dependencies:
 - !ruby/object:Gem::Dependency
   name: rake
@@ -80,9 +80,9 @@
 - MIT
 metadata:
   bug_tracker_uri: https://github.com/intridea/multi_json/issues
-  changelog_uri: 
https://github.com/intridea/multi_json/blob/v1.14.1/CHANGELOG.md
-  documentation_uri: https://www.rubydoc.info/gems/multi_json/1.14.1
-  source_code_uri: https://github.com/intridea/multi_json/tree/v1.14.1
+  changelog_uri: 
https://github.com/intridea/multi_json/blob/v1.15.0/CHANGELOG.md
+  documentation_uri: https://www.rubydoc.info/gems/multi_json/1.15.0
+  source_code_uri: https://github.com/intridea/multi_json/tree/v1.15.0
   wiki_uri: https://github.com/intridea/multi_json/wiki
 post_install_message: 
 rdoc_options: []


Reply via email to