commit rubygem-multi_json for openSUSE:Factory

2020-10-05 Thread root
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 
+
+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.md2019-10-15 05:39:38.0 +0200
+++ new/CHANGELOG.md2020-07-10 06:55:32.0 +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.0 +0200
+++ new/README.md   2020-07-10 06:55:32.0 +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.0 +0200
+++ new/lib/multi_json/version.rb   2020-07-10 06:55:32.0 +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.0 +0200
+++ new/lib/multi_json.rb   2020-07-10 06:55:32.0 +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/metadata2019-10-15 05:39:38.0 +0200
+++ new/metadata2020-07-10 06:55:32.0 +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.0 Z
+date: 2020-07-10 00:00:00.0 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: 

commit rubygem-multi_json for openSUSE:Factory

2020-03-07 Thread root


binepyaeEaFU3.bin
Description: Binary data


commit rubygem-multi_json for openSUSE:Factory

2018-02-12 Thread root
Hello community,

here is the log from the commit of package rubygem-multi_json for 
openSUSE:Factory checked in at 2018-02-12 10:15:05

Comparing /work/SRC/openSUSE:Factory/rubygem-multi_json (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-multi_json.new (New)


Package is "rubygem-multi_json"

Mon Feb 12 10:15:05 2018 rev:35 rq:574945 version:1.13.1

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-multi_json/rubygem-multi_json.changes
2017-09-12 19:56:51.066791916 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-multi_json.new/rubygem-multi_json.changes   
2018-02-12 10:15:11.637550696 +0100
@@ -1,0 +2,22 @@
+Thu Feb  8 07:50:45 UTC 2018 - factory-a...@kulow.org
+
+- updated to version 1.13.1
+ see installed CHANGELOG.md
+
+  1.13.1
+  --
+  
+  * [Fix missing stdlib set dependency in oj 
adapter](https://github.com/intridea/multi_json/commit/c4ff66e7bee6fb4f45e54429813d7fada1c152b8)
+  
+  1.13.0
+  -
+  
+  * [Make Oj adapter handle JSON::ParseError 
correctly](https://github.com/intridea/multi_json/commit/275e3ffd8169797c510d23d9ef5b8b07e64c3b42)
+
+---
+Tue Jan  9 07:36:26 UTC 2018 - co...@suse.com
+
+- updated to version 1.13.0
+ see installed CHANGELOG.md
+
+---

Old:

  multi_json-1.12.2.gem

New:

  multi_json-1.13.1.gem



Other differences:
--
++ rubygem-multi_json.spec ++
--- /var/tmp/diff_new_pack.pa6r1h/_old  2018-02-12 10:15:12.525518698 +0100
+++ /var/tmp/diff_new_pack.pa6r1h/_new  2018-02-12 10:15:12.529518553 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-multi_json
 #
-# 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
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-multi_json
-Version:1.12.2
+Version:1.13.1
 Release:0
 %define mod_name multi_json
 %define mod_full_name %{mod_name}-%{version}

++ multi_json-1.12.2.gem -> multi_json-1.13.1.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CHANGELOG.md new/CHANGELOG.md
--- old/CHANGELOG.md2017-09-05 06:51:47.0 +0200
+++ new/CHANGELOG.md2018-01-10 22:10:13.0 +0100
@@ -1,3 +1,13 @@
+1.13.1
+--
+
+* [Fix missing stdlib set dependency in oj 
adapter](https://github.com/intridea/multi_json/commit/c4ff66e7bee6fb4f45e54429813d7fada1c152b8)
+
+1.13.0
+-
+
+* [Make Oj adapter handle JSON::ParseError 
correctly](https://github.com/intridea/multi_json/commit/275e3ffd8169797c510d23d9ef5b8b07e64c3b42)
+
 1.12.2
 --
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/README.md new/README.md
--- old/README.md   2017-09-05 06:51:47.0 +0200
+++ new/README.md   2018-01-10 22:10:13.0 +0100
@@ -5,11 +5,6 @@
 [![Dependency 
Status](http://img.shields.io/gemnasium/intridea/multi_json.svg)][gemnasium]
 [![Code 
Climate](http://img.shields.io/codeclimate/github/intridea/multi_json.svg)][codeclimate]
 
-[gem]: https://rubygems.org/gems/multi_json
-[travis]: http://travis-ci.org/intridea/multi_json
-[gemnasium]: https://gemnasium.com/intridea/multi_json
-[codeclimate]: https://codeclimate.com/github/intridea/multi_json
-
 Lots of Ruby libraries parse JSON and everyone has their favorite JSON coder.
 Instead of choosing a single JSON coder and forcing users of your library to be
 stuck with it, you can use MultiJSON instead, which will simply choose the
@@ -51,17 +46,15 @@
 then the JSON gem, then JSON pure. If no other JSON library is available,
 MultiJSON falls back to [OkJson][], a simple, vendorable JSON parser.
 
-[okjson]: https://github.com/kr/okjson
-
 ## Supported JSON Engines
 
-* [Oj](https://github.com/ohler55/oj) Optimized JSON by Peter Ohler
-* [Yajl](https://github.com/brianmario/yajl-ruby) Yet Another JSON Library by 
Brian Lopez
-* [JSON](https://github.com/flori/json) The default JSON gem with C-extensions 
(ships with Ruby 1.9)
-* [JSON Pure](https://github.com/flori/json) A Ruby variant of the JSON gem
-* 
[NSJSONSerialization](https://developer.apple.com/library/ios/#documentation/Foundation/Reference/NSJSONSerialization_Class/Reference/Reference.html)
 Wrapper for Apple's NSJSONSerialization in the Cocoa Framework (MacRuby only)
-* [gson.rb](https://github.com/avsej/gson.rb) A Ruby wrapper for google-gson 
library (JRuby only)
-* [JrJackson](https://github.com/guyboertje/jrjackson) JRuby wrapper for 
Jackson (JRuby only)
+* [Oj][oj] 

commit rubygem-multi_json for openSUSE:Factory

2017-09-12 Thread root
Hello community,

here is the log from the commit of package rubygem-multi_json for 
openSUSE:Factory checked in at 2017-09-12 19:56:49

Comparing /work/SRC/openSUSE:Factory/rubygem-multi_json (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-multi_json.new (New)


Package is "rubygem-multi_json"

Tue Sep 12 19:56:49 2017 rev:34 rq:523552 version:1.12.2

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-multi_json/rubygem-multi_json.changes
2016-05-29 03:13:18.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-multi_json.new/rubygem-multi_json.changes   
2017-09-12 19:56:51.066791916 +0200
@@ -1,0 +2,11 @@
+Mon Sep 11 12:43:36 UTC 2017 - co...@suse.com
+
+- updated to version 1.12.2
+ see installed CHANGELOG.md
+
+  1.12.2
+  --
+  
+  * [Renew gem 
certificate](https://github.com/intridea/multi_json/commit/57922d898c6eb587cc9a28ba5724c11e81724700)
+
+---

Old:

  multi_json-1.12.1.gem

New:

  multi_json-1.12.2.gem



Other differences:
--
++ rubygem-multi_json.spec ++
--- /var/tmp/diff_new_pack.tqhcXZ/_old  2017-09-12 19:56:52.478593406 +0200
+++ /var/tmp/diff_new_pack.tqhcXZ/_new  2017-09-12 19:56:52.482592843 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-multi_json
 #
-# 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-multi_json
-Version:1.12.1
+Version:1.12.2
 Release:0
 %define mod_name multi_json
 %define mod_full_name %{mod_name}-%{version}
@@ -33,7 +33,7 @@
 BuildRequires:  %{ruby}
 BuildRequires:  ruby-macros >= 5
 Url:http://github.com/intridea/multi_json
-Source: http://rubygems.org/gems/%{mod_full_name}.gem
+Source: https://rubygems.org/gems/%{mod_full_name}.gem
 Source1:gem2rpm.yml
 Summary:A common interface to multiple JSON libraries
 License:MIT

++ multi_json-1.12.1.gem -> multi_json-1.12.2.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CHANGELOG.md new/CHANGELOG.md
--- old/CHANGELOG.md2016-05-19 01:05:06.0 +0200
+++ new/CHANGELOG.md2017-09-05 06:51:47.0 +0200
@@ -1,7 +1,12 @@
+1.12.2
+--
+
+* [Renew gem 
certificate](https://github.com/intridea/multi_json/commit/57922d898c6eb587cc9a28ba5724c11e81724700)
+
 1.12.1
 --
 
-* [Prevent meory leak in 
OptionsCache](https://github.com/intridea/multi_json/commit/aa7498199ad272f3d4a13750d7c568a66047e2ee)
+* [Prevent memory leak in 
OptionsCache](https://github.com/intridea/multi_json/commit/aa7498199ad272f3d4a13750d7c568a66047e2ee)
 
 1.12.0
 --
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/README.md new/README.md
--- old/README.md   2016-05-19 01:05:06.0 +0200
+++ new/README.md   2017-09-05 06:51:47.0 +0200
@@ -24,7 +24,7 @@
 MultiJson.dump({:abc => 'def'}, :pretty => true) # encoded in a pretty form 
(if supported by the coder)
 ```
 
-When loading invalid JSON, MultiJson will throw a `MultiJson::ParseError`. 
`MultiJson::DecodeError` and `MultiJson::LoadError` are aliases for backwards 
compatibility.
+When loading invalid JSON, MultiJSON will throw a `MultiJson::ParseError`. 
`MultiJson::DecodeError` and `MultiJson::LoadError` are aliases for backwards 
compatibility.
 
 ```ruby
 begin
@@ -38,11 +38,11 @@
 `ParseError` instance has `cause` reader which contains the original exception.
 It also has `data` reader with the input that caused the problem.
 
-The `use` method, which sets the MultiJson adapter, takes either a symbol or a
+The `use` method, which sets the MultiJSON adapter, takes either a symbol or a
 class (to allow for custom JSON parsers) that responds to both `.load` and 
`.dump`
 at the class level.
 
-When MultiJson fails to load the specified adapter, it'll throw 
`MultiJson::AdapterError`
+When MultiJSON fails to load the specified adapter, it'll throw 
`MultiJson::AdapterError`
 which inherits from `ArgumentError`.
 
 MultiJSON tries to have intelligent defaulting. That is, if you have any of the
@@ -75,6 +75,7 @@
 * Ruby 2.1
 * Ruby 2.2.4
 * Ruby 2.3.1
+* Ruby 2.4.0
 * [JRuby][]
 * [Rubinius][]
 * [MacRuby][] (not tested on Travis CI)
@@ -83,7 +84,7 @@
 [rubinius]: http://rubini.us/
 [macruby]: http://www.macruby.org/
 
-If something doesn't work on one of these interpreters, it's a bug.
+If something doesn't work in one of these implementations, it's a bug.
 
 This library 

commit rubygem-multi_json for openSUSE:Factory

2016-05-28 Thread h_root
Hello community,

here is the log from the commit of package rubygem-multi_json for 
openSUSE:Factory checked in at 2016-05-29 03:12:20

Comparing /work/SRC/openSUSE:Factory/rubygem-multi_json (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-multi_json.new (New)


Package is "rubygem-multi_json"

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-multi_json/rubygem-multi_json.changes
2015-07-08 06:59:35.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-multi_json.new/rubygem-multi_json.changes   
2016-05-29 03:13:18.0 +0200
@@ -1,0 +2,22 @@
+Sat May 21 04:35:32 UTC 2016 - co...@suse.com
+
+- updated to version 1.12.1
+ see installed CHANGELOG.md
+
+  1.12.1
+  --
+  
+  * [Prevent meory leak in 
OptionsCache](https://github.com/intridea/multi_json/commit/aa7498199ad272f3d4a13750d7c568a66047e2ee)
+  
+  1.12.0
+  --
+  
+  * [Introduce global options cache to improve 
peroformance](https://github.com/intridea/multi_json/commit/7aaef2a1bc2b83c95e4208b12dad5d1d87ff20a6)
+
+---
+Mon Apr 25 04:34:27 UTC 2016 - co...@suse.com
+
+- updated to version 1.11.3
+ see installed CHANGELOG.md
+
+---

Old:

  multi_json-1.11.2.gem

New:

  multi_json-1.12.1.gem



Other differences:
--
++ rubygem-multi_json.spec ++
--- /var/tmp/diff_new_pack.768POu/_old  2016-05-29 03:13:19.0 +0200
+++ /var/tmp/diff_new_pack.768POu/_new  2016-05-29 03:13:19.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-multi_json
 #
-# 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-multi_json
-Version:1.11.2
+Version:1.12.1
 Release:0
 %define mod_name multi_json
 %define mod_full_name %{mod_name}-%{version}

++ multi_json-1.11.2.gem -> multi_json-1.12.1.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CHANGELOG.md new/CHANGELOG.md
--- old/CHANGELOG.md2015-07-04 09:27:20.0 +0200
+++ new/CHANGELOG.md2016-05-19 01:05:06.0 +0200
@@ -1,3 +1,13 @@
+1.12.1
+--
+
+* [Prevent meory leak in 
OptionsCache](https://github.com/intridea/multi_json/commit/aa7498199ad272f3d4a13750d7c568a66047e2ee)
+
+1.12.0
+--
+
+* [Introduce global options cache to improve 
peroformance](https://github.com/intridea/multi_json/commit/7aaef2a1bc2b83c95e4208b12dad5d1d87ff20a6)
+
 1.11.2
 --
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/README.md new/README.md
--- old/README.md   2015-07-04 09:27:20.0 +0200
+++ new/README.md   2016-05-19 01:05:06.0 +0200
@@ -72,7 +72,9 @@
 * Ruby 1.9.2
 * Ruby 1.9.3
 * Ruby 2.0.0
-* Ruby 2.1.1
+* Ruby 2.1
+* Ruby 2.2.4
+* Ruby 2.3.1
 * [JRuby][]
 * [Rubinius][]
 * [MacRuby][] (not tested on Travis CI)
Files old/checksums.yaml.gz and new/checksums.yaml.gz differ
Files old/checksums.yaml.gz.sig and new/checksums.yaml.gz.sig differ
Files old/data.tar.gz.sig and new/data.tar.gz.sig differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/multi_json/adapter.rb 
new/lib/multi_json/adapter.rb
--- old/lib/multi_json/adapter.rb   2015-07-04 09:27:20.0 +0200
+++ new/lib/multi_json/adapter.rb   2016-05-19 01:05:06.0 +0200
@@ -5,24 +5,24 @@
   class Adapter
 extend Options
 include Singleton
-class << self
 
+class << self
   def defaults(action, value)
 metaclass = class << self; self; end
 
 metaclass.instance_eval do
-  define_method("default_#{action}_options"){ value }
+  define_method("default_#{action}_options") { value }
 end
   end
 
-  def load(string, options={})
-raise self::ParseError if blank?(string)
+  def load(string, options = {})
+fail self::ParseError if blank?(string)
 string = string.read if string.respond_to?(:read)
-instance.load(string, 
load_options(options).merge(MultiJson.load_options(options)).merge!(options))
+instance.load(string, cached_load_options(options))
   end
 
-  def dump(object, options={})
-instance.dump(object, 
dump_options(options).merge(MultiJson.dump_options(options)).merge!(options))
+  def dump(object, options = {})
+instance.dump(object, cached_dump_options(options))
   end
 
 private
@@ -33,6 +33,17 @@
  

commit rubygem-multi_json for openSUSE:Factory

2015-07-07 Thread h_root
Hello community,

here is the log from the commit of package rubygem-multi_json for 
openSUSE:Factory checked in at 2015-07-08 06:59:34

Comparing /work/SRC/openSUSE:Factory/rubygem-multi_json (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-multi_json.new (New)


Package is rubygem-multi_json

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-multi_json/rubygem-multi_json.changes
2015-06-16 14:06:15.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-multi_json.new/rubygem-multi_json.changes   
2015-07-08 06:59:35.0 +0200
@@ -1,0 +2,11 @@
+Sun Jul  5 04:30:26 UTC 2015 - co...@suse.com
+
+- updated to version 1.11.2
+ see installed CHANGELOG.md
+
+  1.11.2
+  --
+  
+  * [Only pass one argument to JrJackson when two is not 
supported](https://github.com/intridea/multi_json/commit/e798fa517c817fc706982d3f3c61129b6651d601)
+
+---

Old:

  multi_json-1.11.1.gem

New:

  multi_json-1.11.2.gem



Other differences:
--
++ rubygem-multi_json.spec ++
--- /var/tmp/diff_new_pack.Z4dtVL/_old  2015-07-08 06:59:35.0 +0200
+++ /var/tmp/diff_new_pack.Z4dtVL/_new  2015-07-08 06:59:35.0 +0200
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-multi_json
-Version:1.11.1
+Version:1.11.2
 Release:0
 %define mod_name multi_json
 %define mod_full_name %{mod_name}-%{version}

++ multi_json-1.11.1.gem - multi_json-1.11.2.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CHANGELOG.md new/CHANGELOG.md
--- old/CHANGELOG.md2015-06-11 08:53:18.0 +0200
+++ new/CHANGELOG.md2015-07-04 09:27:20.0 +0200
@@ -1,3 +1,8 @@
+1.11.2
+--
+
+* [Only pass one argument to JrJackson when two is not 
supported](https://github.com/intridea/multi_json/commit/e798fa517c817fc706982d3f3c61129b6651d601)
+
 1.11.1
 --
 
Files old/checksums.yaml.gz and new/checksums.yaml.gz differ
Files old/checksums.yaml.gz.sig and new/checksums.yaml.gz.sig differ
Files old/data.tar.gz.sig and new/data.tar.gz.sig differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/multi_json/adapters/jr_jackson.rb 
new/lib/multi_json/adapters/jr_jackson.rb
--- old/lib/multi_json/adapters/jr_jackson.rb   2015-06-11 08:53:18.0 
+0200
+++ new/lib/multi_json/adapters/jr_jackson.rb   2015-07-04 09:27:20.0 
+0200
@@ -11,8 +11,14 @@
 ::JrJackson::Json.load(string, options)
   end
 
-  def dump(object, options={}) #:nodoc:
-::JrJackson::Json.dump(object, options)
+  if ::JrJackson::Json.method(:dump).arity == 1
+def dump(object, _)
+  ::JrJackson::Json.dump(object)
+end
+  else
+def dump(object, options={})
+  ::JrJackson::Json.dump(object, options)
+end
   end
 end
   end
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   2015-06-11 08:53:18.0 +0200
+++ new/lib/multi_json/version.rb   2015-07-04 09:27:20.0 +0200
@@ -2,7 +2,7 @@
   class Version
 MAJOR =  1 unless defined? MultiJson::Version::MAJOR
 MINOR = 11 unless defined? MultiJson::Version::MINOR
-PATCH =  1 unless defined? MultiJson::Version::PATCH
+PATCH =  2 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/metadata new/metadata
--- old/metadata2015-06-11 08:53:18.0 +0200
+++ new/metadata2015-07-04 09:27:20.0 +0200
@@ -1,7 +1,7 @@
 --- !ruby/object:Gem::Specification
 name: multi_json
 version: !ruby/object:Gem::Version
-  version: 1.11.1
+  version: 1.11.2
 platform: ruby
 authors:
 - Michael Bleigh
@@ -33,7 +33,7 @@
   88AJhXqiqrY/cm2sh/xcGvGkhy9YOMyMZZrCAq4ruaXAB+tAkMrJ1paJDJRgErvJ
   8Vss1khfU5E/Xig1ytdFyNPPkCA=
   -END CERTIFICATE-
-date: 2015-06-11 00:00:00.0 Z
+date: 2015-07-04 00:00:00.0 Z
 dependencies:
 - !ruby/object:Gem::Dependency
   name: bundler
@@ -103,7 +103,7 @@
   version: 1.3.5
 requirements: []
 rubyforge_project: 
-rubygems_version: 2.4.6
+rubygems_version: 2.4.8
 signing_key: 
 specification_version: 4
 summary: A common interface to multiple JSON libraries.
Files old/metadata.gz.sig and new/metadata.gz.sig differ




commit rubygem-multi_json for openSUSE:Factory

2015-06-16 Thread h_root
Hello community,

here is the log from the commit of package rubygem-multi_json for 
openSUSE:Factory checked in at 2015-06-16 14:05:59

Comparing /work/SRC/openSUSE:Factory/rubygem-multi_json (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-multi_json.new (New)


Package is rubygem-multi_json

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-multi_json/rubygem-multi_json.changes
2015-03-05 18:16:58.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.rubygem-multi_json.new/rubygem-multi_json.changes   
2015-06-16 14:06:15.0 +0200
@@ -1,0 +2,11 @@
+Fri Jun 12 04:32:37 UTC 2015 - co...@suse.com
+
+- updated to version 1.11.1
+ see installed CHANGELOG.md
+
+  1.11.1
+  --
+  
+  * [Dump method passes options throught for JrJackson 
adapter](https://github.com/intridea/multi_json/commit/3c730fd12135c3e7bf212f878958004908f13909)
+
+---

Old:

  multi_json-1.11.0.gem

New:

  multi_json-1.11.1.gem



Other differences:
--
++ rubygem-multi_json.spec ++
--- /var/tmp/diff_new_pack.pDFgWo/_old  2015-06-16 14:06:16.0 +0200
+++ /var/tmp/diff_new_pack.pDFgWo/_new  2015-06-16 14:06:16.0 +0200
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-multi_json
-Version:1.11.0
+Version:1.11.1
 Release:0
 %define mod_name multi_json
 %define mod_full_name %{mod_name}-%{version}

++ multi_json-1.11.0.gem - multi_json-1.11.1.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CHANGELOG.md new/CHANGELOG.md
--- old/CHANGELOG.md2015-03-04 05:21:21.0 +0100
+++ new/CHANGELOG.md2015-06-11 08:53:18.0 +0200
@@ -1,3 +1,8 @@
+1.11.1
+--
+
+* [Dump method passes options throught for JrJackson 
adapter](https://github.com/intridea/multi_json/commit/3c730fd12135c3e7bf212f878958004908f13909)
+
 1.11.0
 --
 
Files old/checksums.yaml.gz and new/checksums.yaml.gz differ
Files old/checksums.yaml.gz.sig and new/checksums.yaml.gz.sig differ
Files old/data.tar.gz.sig and new/data.tar.gz.sig differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/multi_json/adapters/jr_jackson.rb 
new/lib/multi_json/adapters/jr_jackson.rb
--- old/lib/multi_json/adapters/jr_jackson.rb   2015-03-04 05:21:21.0 
+0100
+++ new/lib/multi_json/adapters/jr_jackson.rb   2015-06-11 08:53:18.0 
+0200
@@ -12,7 +12,7 @@
   end
 
   def dump(object, options={}) #:nodoc:
-::JrJackson::Json.dump(object)
+::JrJackson::Json.dump(object, options)
   end
 end
   end
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   2015-03-04 05:21:21.0 +0100
+++ new/lib/multi_json/version.rb   2015-06-11 08:53:18.0 +0200
@@ -2,7 +2,7 @@
   class Version
 MAJOR =  1 unless defined? MultiJson::Version::MAJOR
 MINOR = 11 unless defined? MultiJson::Version::MINOR
-PATCH =  0 unless defined? MultiJson::Version::PATCH
+PATCH =  1 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/metadata new/metadata
--- old/metadata2015-03-04 05:21:21.0 +0100
+++ new/metadata2015-06-11 08:53:18.0 +0200
@@ -1,7 +1,7 @@
 --- !ruby/object:Gem::Specification
 name: multi_json
 version: !ruby/object:Gem::Version
-  version: 1.11.0
+  version: 1.11.1
 platform: ruby
 authors:
 - Michael Bleigh
@@ -33,7 +33,7 @@
   88AJhXqiqrY/cm2sh/xcGvGkhy9YOMyMZZrCAq4ruaXAB+tAkMrJ1paJDJRgErvJ
   8Vss1khfU5E/Xig1ytdFyNPPkCA=
   -END CERTIFICATE-
-date: 2015-03-04 00:00:00.0 Z
+date: 2015-06-11 00:00:00.0 Z
 dependencies:
 - !ruby/object:Gem::Dependency
   name: bundler
Files old/metadata.gz.sig and new/metadata.gz.sig differ




commit rubygem-multi_json for openSUSE:Factory

2015-03-05 Thread h_root
Hello community,

here is the log from the commit of package rubygem-multi_json for 
openSUSE:Factory checked in at 2015-03-05 15:42:40

Comparing /work/SRC/openSUSE:Factory/rubygem-multi_json (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-multi_json.new (New)


Package is rubygem-multi_json

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-multi_json/rubygem-multi_json.changes
2014-10-22 16:23:21.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-multi_json.new/rubygem-multi_json.changes   
2015-03-05 18:16:58.0 +0100
@@ -1,0 +2,5 @@
+Wed Mar  4 05:31:41 UTC 2015 - co...@suse.com
+
+- updated to version 1.11.0
+
+---

Old:

  multi_json-1.10.1.gem

New:

  multi_json-1.11.0.gem



Other differences:
--
++ rubygem-multi_json.spec ++
--- /var/tmp/diff_new_pack.ZhqSIv/_old  2015-03-05 18:16:58.0 +0100
+++ /var/tmp/diff_new_pack.ZhqSIv/_new  2015-03-05 18:16:58.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-multi_json
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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-multi_json
-Version:1.10.1
+Version:1.11.0
 Release:0
 %define mod_name multi_json
 %define mod_full_name %{mod_name}-%{version}

++ multi_json-1.10.1.gem - multi_json-1.11.0.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/.document new/.document
--- old/.document   2014-05-20 04:02:37.0 +0200
+++ new/.document   1970-01-01 01:00:00.0 +0100
@@ -1,5 +0,0 @@
-LICENSE.md
-README.md
-bin/*
-features/**/*.feature
-lib/**/*.rb
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/.rspec new/.rspec
--- old/.rspec  2014-05-20 04:02:37.0 +0200
+++ new/.rspec  1970-01-01 01:00:00.0 +0100
@@ -1,2 +0,0 @@
---color
---order random
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/.travis.yml new/.travis.yml
--- old/.travis.yml 2014-05-20 04:02:37.0 +0200
+++ new/.travis.yml 1970-01-01 01:00:00.0 +0100
@@ -1,19 +0,0 @@
-bundler_args: --without development
-language: ruby
-rvm:
-  - 1.8.7-p374
-  - 1.9.2
-  - 1.9.3
-  - 2.0.0
-  - 2.1.1
-  - jruby-18mode
-  - jruby-19mode
-  - jruby-head
-  - rbx-2
-  - ruby-head
-matrix:
-  allow_failures:
-- rvm: rbx-2
-- rvm: jruby-head
-- rvm: ruby-head
-  fast_finish: true
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/.yardopts new/.yardopts
--- old/.yardopts   2014-05-20 04:02:37.0 +0200
+++ new/.yardopts   1970-01-01 01:00:00.0 +0100
@@ -1,6 +0,0 @@
---markup markdown
--
-CHANGELOG.md
-CONTRIBUTING.md
-LICENSE.md
-README.md
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CHANGELOG.md new/CHANGELOG.md
--- old/CHANGELOG.md2014-05-20 04:02:37.0 +0200
+++ new/CHANGELOG.md2015-03-04 05:21:21.0 +0100
@@ -1,7 +1,12 @@
+1.11.0
+--
+
+* [Make all adapters read IO object before 
load](https://github.com/intridea/multi_json/commit/167f559e18d4efee05e1f160a2661d16dbb215d4)
+
 1.10.1
 --
 * [Explicitly require stringio for Gson 
adapter](https://github.com/intridea/multi_json/commit/623ec8142d4a212fa0db763bb71295789a119929)
-* [Do not read StrignIO object before passing it to 
JrJackson](https://github.com/intridea/multi_json/commit/a6dc935df08e7b3d5d701fbb9298384c96df0fde)
+* [Do not read StringIO object before passing it to 
JrJackson](https://github.com/intridea/multi_json/commit/a6dc935df08e7b3d5d701fbb9298384c96df0fde)
 
 1.10.0
 --
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Gemfile new/Gemfile
--- old/Gemfile 2014-05-20 04:02:37.0 +0200
+++ new/Gemfile 1970-01-01 01:00:00.0 +0100
@@ -1,29 +0,0 @@
-source 'https://rubygems.org'
-
-gem 'rake', '= 0.9'
-gem 'yard', '= 0.8'
-
-gem 'json',  '~ 1.4', :require = nil
-gem 'json_pure', '~ 1.4', :require = nil
-
-group :development do
-  gem 'kramdown', '= 0.14'
-  gem 'pry'
-  gem 'pry-debugger', :platforms = :mri
-end
-
-group :test do
-  gem 'rspec', '= 2.14'
-end
-
-platforms :jruby do
-  gem 'gson', '= 0.6', :require = nil
-  gem 'jrjackson', '~ 0.2.2', :require = nil
-end
-
-platforms :mingw, :mswin, :ruby do
-  gem 'oj', '~ 2.9', :require = nil
-  gem 'yajl-ruby', '~ 1.0', 

commit rubygem-multi_json for openSUSE:Factory

2014-10-22 Thread h_root
Hello community,

here is the log from the commit of package rubygem-multi_json for 
openSUSE:Factory checked in at 2014-10-22 16:23:16

Comparing /work/SRC/openSUSE:Factory/rubygem-multi_json (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-multi_json.new (New)


Package is rubygem-multi_json

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-multi_json/rubygem-multi_json.changes
2014-10-14 07:12:03.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-multi_json.new/rubygem-multi_json.changes   
2014-10-22 16:23:21.0 +0200
@@ -1,0 +2,7 @@
+Mon Oct 20 14:00:32 UTC 2014 - co...@suse.com
+
+- updated to version 1.10.1
+ * [Explicitly require stringio for Gson 
adapter](https://github.com/intridea/multi_json/commit/623ec8142d4a212fa0db763bb71295789a119929)
+ * [Do not read StrignIO object before passing it to 
JrJackson](https://github.com/intridea/multi_json/commit/a6dc935df08e7b3d5d701fbb9298384c96df0fde)
+
+---

Old:

  multi_json-1.10.0.gem

New:

  gem2rpm.yml
  multi_json-1.10.1.gem



Other differences:
--
++ rubygem-multi_json.spec ++
--- /var/tmp/diff_new_pack.SSIS5e/_old  2014-10-22 16:23:21.0 +0200
+++ /var/tmp/diff_new_pack.SSIS5e/_new  2014-10-22 16:23:21.0 +0200
@@ -16,16 +16,25 @@
 #
 
 
+#
+# This file was generated with a gem2rpm.yml and not just plain gem2rpm.
+# All sections marked as MANUAL, license headers, summaries and descriptions
+# can be maintained in that file. Please consult this file before editing any
+# of those fields
+#
+
 Name:   rubygem-multi_json
-Version:1.10.0
+Version:1.10.1
 Release:0
 %define mod_name multi_json
 %define mod_full_name %{mod_name}-%{version}
-
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  %{rubygem gem2rpm}
+BuildRequires:  %{ruby}
 BuildRequires:  ruby-macros = 5
 Url:http://github.com/intridea/multi_json
 Source: http://rubygems.org/gems/%{mod_full_name}.gem
+Source1:gem2rpm.yml
 Summary:A common interface to multiple JSON libraries
 License:MIT
 Group:  Development/Languages/Ruby
@@ -35,14 +44,12 @@
 gem (with C-extensions), the pure-Ruby JSON gem, NSJSONSerialization, gson.rb,
 JrJackson, and OkJson.
 
-
 %prep
 
 %build
 
 %install
 %gem_install \
-  --symlink-binaries \
   --doc-files=CHANGELOG.md LICENSE.md README.md \
   -f
 

++ gem2rpm.yml ++
# ---
# ## used by gem2rpm
# :summary: this is a custom summary
# ## used by gem2rpm
# :description: |-
#   this is a custom description
#
#   it can be multiline
# ## used by gem2rpm
# :license: MIT or Ruby
# ## used by gem2rpm and gem_packages
# :version_suffix: -x_y
# ## used by gem2rpm and gem_packages
# :disable_docs: true
# ## used by gem2rpm
# :disable_automatic_rdoc_dep: true
# ## used by gem2rpm
# :preamble: |-
#   BuildRequires: foobar
#   Requires: foobar
# ## used by gem2rpm
# :patches:
#   foo.patch: -p1
#   bar.patch: 
# ## used by gem2rpm
:sources:
# - foo.desktop
# - bar.desktop
# :gem_install_args: ''
# ## used by gem2rpm
# :pre_install: |-
#   %if 0%{?use_system_libev}
#   export USE_VENDORED_LIBEV=no
#   %endif
# ## used by gem2rpm
# :post_install: |-
#   # delete custom files here or do other fancy stuff
#   install -D -m 0644 %{S:1} %{buildroot}%{_bindir}/gem2rpm-opensuse
# ## used by gem2rpm
# :testsuite_command: |-
#   (pushd %{buildroot}%{gem_base}/gems/%{mod_full_name}  rake test)
# ## used by gem2rpm
# :filelist: |-
#   /usr/bin/gem2rpm-opensuse
# ## used by gem2rpm
# :scripts:
#   :post: |-
# /bin/echo foo
# ## used by gem_packages
# :main:
#   :preamble: |-
# Requires: util-linux
# Recommends: pwgen
#   :filelist: |-
# /usr/bin/gem2rpm-opensuse
# ## used by gem_packages
# :custom:
#   apache:
# :preamble: |-
#   Requires: .
# :filelist: |-
#   /etc/apache2/conf.d/passenger.conf
# :summary: Custom summary is optional
# :description: |-
#   Custom description is optional
#
#   bar
# :post: |-
#   /bin/echo foo
#
++ multi_json-1.10.0.gem - multi_json-1.10.1.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CHANGELOG.md new/CHANGELOG.md
--- old/CHANGELOG.md2014-05-06 02:46:11.0 +0200
+++ new/CHANGELOG.md2014-05-20 04:02:37.0 +0200
@@ -1,3 +1,8 @@
+1.10.1
+--
+* [Explicitly require stringio for Gson 
adapter](https://github.com/intridea/multi_json/commit/623ec8142d4a212fa0db763bb71295789a119929)
+* [Do not read StrignIO object before passing it to 
JrJackson](https://github.com/intridea/multi_json/commit/a6dc935df08e7b3d5d701fbb9298384c96df0fde)
+
 1.10.0
 --
 * 

commit rubygem-multi_json for openSUSE:Factory

2014-10-13 Thread h_root
Hello community,

here is the log from the commit of package rubygem-multi_json for 
openSUSE:Factory checked in at 2014-10-14 07:11:22

Comparing /work/SRC/openSUSE:Factory/rubygem-multi_json (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-multi_json.new (New)


Package is rubygem-multi_json

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-multi_json/rubygem-multi_json.changes
2014-05-21 16:28:59.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-multi_json.new/rubygem-multi_json.changes   
2014-10-14 07:12:03.0 +0200
@@ -1,0 +2,5 @@
+Sun Oct 12 11:45:41 UTC 2014 - adr...@suse.de
+
+- adapt to new rubygem packaging style
+
+---



Other differences:
--
++ rubygem-multi_json.spec ++
--- /var/tmp/diff_new_pack.XKVm8j/_old  2014-10-14 07:12:04.0 +0200
+++ /var/tmp/diff_new_pack.XKVm8j/_new  2014-10-14 07:12:04.0 +0200
@@ -23,7 +23,7 @@
 %define mod_full_name %{mod_name}-%{version}
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  ruby-macros = 3
+BuildRequires:  ruby-macros = 5
 Url:http://github.com/intridea/multi_json
 Source: http://rubygems.org/gems/%{mod_full_name}.gem
 Summary:A common interface to multiple JSON libraries
@@ -35,51 +35,17 @@
 gem (with C-extensions), the pure-Ruby JSON gem, NSJSONSerialization, gson.rb,
 JrJackson, and OkJson.
 
-%package doc
-Summary:RDoc documentation for %{mod_name}
-Group:  Development/Languages/Ruby
-Requires:   %{name} = %{version}
-
-%description doc
-Documentation generated at gem installation time.
-Usually in RDoc and RI formats.
-
-%package testsuite
-Summary:Test suite for %{mod_name}
-Group:  Development/Languages/Ruby
-Requires:   %{name} = %{version}
-
-%description testsuite
-Test::Unit or RSpec files, useful for developers.
 
 %prep
-#gem_unpack
-#if you need patches, apply them here and replace the # with a % sign in the 
surrounding lines
-#gem_build
 
 %build
 
 %install
-%gem_install -f
-mkdir -p %{buildroot}%{_docdir}/%{name}
-ln -s %{gem_base}/gems/%{mod_full_name}/CHANGELOG.md 
%buildroot/%{_docdir}/%{name}/CHANGELOG.md
-ln -s %{gem_base}/gems/%{mod_full_name}/LICENSE.md 
%buildroot/%{_docdir}/%{name}/LICENSE.md
-ln -s %{gem_base}/gems/%{mod_full_name}/README.md 
%buildroot/%{_docdir}/%{name}/README.md
-
-%files
-%defattr(-,root,root,-)
-%{_docdir}/%{name}
-%{gem_base}/cache/%{mod_full_name}.gem
-%{gem_base}/gems/%{mod_full_name}/
-%exclude %{gem_base}/gems/%{mod_full_name}/spec
-%{gem_base}/specifications/%{mod_full_name}.gemspec
-
-%files doc
-%defattr(-,root,root,-)
-%doc %{gem_base}/doc
-
-%files testsuite
-%defattr(-,root,root,-)
-%{gem_base}/gems/%{mod_full_name}/spec
+%gem_install \
+  --symlink-binaries \
+  --doc-files=CHANGELOG.md LICENSE.md README.md \
+  -f
+
+%gem_packages
 
 %changelog

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit rubygem-multi_json for openSUSE:Factory

2014-05-21 Thread h_root
Hello community,

here is the log from the commit of package rubygem-multi_json for 
openSUSE:Factory checked in at 2014-05-21 16:28:57

Comparing /work/SRC/openSUSE:Factory/rubygem-multi_json (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-multi_json.new (New)


Package is rubygem-multi_json

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-multi_json/rubygem-multi_json.changes
2014-03-22 09:11:13.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.rubygem-multi_json.new/rubygem-multi_json.changes   
2014-05-21 16:28:59.0 +0200
@@ -1,0 +2,7 @@
+Sun May 18 09:04:38 UTC 2014 - co...@suse.com
+
+- updated to version 1.10.0
+ * [Performance 
tweaks](https://github.com/intridea/multi_json/commit/58724acfed31866d079eaafb1cd824e341ade287)
+ * [Convert indent option to Fixnum before passing to 
Oj](https://github.com/intridea/multi_json/commit/826fc5535b863b74fc9f981dfdda3e26f1ee4e5b)
+
+---

Old:

  multi_json-1.9.2.gem

New:

  multi_json-1.10.0.gem



Other differences:
--
++ rubygem-multi_json.spec ++
--- /var/tmp/diff_new_pack.OT4yfh/_old  2014-05-21 16:29:00.0 +0200
+++ /var/tmp/diff_new_pack.OT4yfh/_new  2014-05-21 16:29:00.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   rubygem-multi_json
-Version:1.9.2
+Version:1.10.0
 Release:0
 %define mod_name multi_json
 %define mod_full_name %{mod_name}-%{version}

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit rubygem-multi_json for openSUSE:Factory

2014-03-22 Thread h_root
Hello community,

here is the log from the commit of package rubygem-multi_json for 
openSUSE:Factory checked in at 2014-03-22 09:11:12

Comparing /work/SRC/openSUSE:Factory/rubygem-multi_json (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-multi_json.new (New)


Package is rubygem-multi_json

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-multi_json/rubygem-multi_json.changes
2014-03-18 14:04:46.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.rubygem-multi_json.new/rubygem-multi_json.changes   
2014-03-22 09:11:13.0 +0100
@@ -1,0 +2,7 @@
+Fri Mar 21 12:54:12 UTC 2014 - co...@suse.com
+
+- updated to version 1.9.2
+ * [Enable use_to_json option for Oj adapter by 
default](https://github.com/intridea/multi_json/commit/76a4aaf697b10bbabd5d535d83cf1149efcfe5c7)
+ * [Remove unused LoadError 
file](https://github.com/intridea/multi_json/commit/65dedd84d59baeefc25c477fedf0bbe85e7ce2cd)
+
+---

Old:

  multi_json-1.9.0.gem

New:

  multi_json-1.9.2.gem



Other differences:
--
++ rubygem-multi_json.spec ++
--- /var/tmp/diff_new_pack.WWxOdN/_old  2014-03-22 09:11:13.0 +0100
+++ /var/tmp/diff_new_pack.WWxOdN/_new  2014-03-22 09:11:13.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   rubygem-multi_json
-Version:1.9.0
+Version:1.9.2
 Release:0
 %define mod_name multi_json
 %define mod_full_name %{mod_name}-%{version}

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit rubygem-multi_json for openSUSE:Factory

2014-03-18 Thread h_root
Hello community,

here is the log from the commit of package rubygem-multi_json for 
openSUSE:Factory checked in at 2014-03-18 14:04:45

Comparing /work/SRC/openSUSE:Factory/rubygem-multi_json (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-multi_json.new (New)


Package is rubygem-multi_json

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-multi_json/rubygem-multi_json.changes
2014-02-12 20:29:37.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.rubygem-multi_json.new/rubygem-multi_json.changes   
2014-03-18 14:04:46.0 +0100
@@ -1,0 +2,7 @@
+Sat Mar 15 18:46:00 UTC 2014 - co...@suse.com
+
+- updated to version 1.9.0
+ * [Rename LoadError to 
ParseError](https://github.com/intridea/multi_json/commit/4abb98fe3a90b2a7b3d1594515c8a06042b4a27d)
+ * [Adapter load failure throws AdapterError instead of 
ArgumentError](https://github.com/intridea/multi_json/commit/4da612b617bd932bb6fa1cc4c43210327f98f271)
+
+---

Old:

  multi_json-1.8.4.gem

New:

  multi_json-1.9.0.gem



Other differences:
--
++ rubygem-multi_json.spec ++
--- /var/tmp/diff_new_pack.w64GvN/_old  2014-03-18 14:04:46.0 +0100
+++ /var/tmp/diff_new_pack.w64GvN/_new  2014-03-18 14:04:46.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   rubygem-multi_json
-Version:1.8.4
+Version:1.9.0
 Release:0
 %define mod_name multi_json
 %define mod_full_name %{mod_name}-%{version}

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit rubygem-multi_json for openSUSE:Factory

2014-02-12 Thread h_root
Hello community,

here is the log from the commit of package rubygem-multi_json for 
openSUSE:Factory checked in at 2014-02-12 20:29:36

Comparing /work/SRC/openSUSE:Factory/rubygem-multi_json (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-multi_json.new (New)


Package is rubygem-multi_json

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-multi_json/rubygem-multi_json.changes
2013-10-31 15:57:40.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.rubygem-multi_json.new/rubygem-multi_json.changes   
2014-02-12 20:29:37.0 +0100
@@ -1,0 +2,8 @@
+Thu Feb  6 18:00:14 UTC 2014 - co...@suse.com
+
+- updated to version 1.8.4
+ * [Make Gson adapter explicitly read StringIO 
object](https://github.com/intridea/multi_json/commit/b58b498747ff6e94f41488c971b2a30a98760ef2)
+ * [Make JrJackson explicitly read StringIO 
objects](https://github.com/intridea/multi_json/commit/e1f162d5b668e5e4db5afa175361a601a8aa2b05)
+ * [Prevent calling #downcase on alias 
symbols](https://github.com/intridea/multi_json/commit/c1cf075453ce0110f7decc4f906444b1233bb67c)
+ 
+---

Old:

  multi_json-1.8.2.gem

New:

  multi_json-1.8.4.gem



Other differences:
--
++ rubygem-multi_json.spec ++
--- /var/tmp/diff_new_pack.OqRdF0/_old  2014-02-12 20:29:38.0 +0100
+++ /var/tmp/diff_new_pack.OqRdF0/_new  2014-02-12 20:29:38.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-multi_json
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,13 +17,13 @@
 
 
 Name:   rubygem-multi_json
-Version:1.8.2
+Version:1.8.4
 Release:0
 %define mod_name multi_json
 %define mod_full_name %{mod_name}-%{version}
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  ruby-macros = 1
+BuildRequires:  ruby-macros = 3
 Url:http://github.com/intridea/multi_json
 Source: http://rubygems.org/gems/%{mod_full_name}.gem
 Summary:A common interface to multiple JSON libraries
@@ -62,24 +62,24 @@
 %install
 %gem_install -f
 mkdir -p %{buildroot}%{_docdir}/%{name}
-ln -s %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/CHANGELOG.md 
%buildroot/%{_docdir}/%{name}/CHANGELOG.md
-ln -s %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/LICENSE.md 
%buildroot/%{_docdir}/%{name}/LICENSE.md
-ln -s %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/README.md 
%buildroot/%{_docdir}/%{name}/README.md
+ln -s %{gem_base}/gems/%{mod_full_name}/CHANGELOG.md 
%buildroot/%{_docdir}/%{name}/CHANGELOG.md
+ln -s %{gem_base}/gems/%{mod_full_name}/LICENSE.md 
%buildroot/%{_docdir}/%{name}/LICENSE.md
+ln -s %{gem_base}/gems/%{mod_full_name}/README.md 
%buildroot/%{_docdir}/%{name}/README.md
 
 %files
 %defattr(-,root,root,-)
 %{_docdir}/%{name}
-%{_libdir}/ruby/gems/%{rb_ver}/cache/%{mod_full_name}.gem
-%{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/
-%exclude %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/spec
-%{_libdir}/ruby/gems/%{rb_ver}/specifications/%{mod_full_name}.gemspec
+%{gem_base}/cache/%{mod_full_name}.gem
+%{gem_base}/gems/%{mod_full_name}/
+%exclude %{gem_base}/gems/%{mod_full_name}/spec
+%{gem_base}/specifications/%{mod_full_name}.gemspec
 
 %files doc
 %defattr(-,root,root,-)
-%doc %{_libdir}/ruby/gems/%{rb_ver}/doc/%{mod_full_name}/
+%doc %{gem_base}/doc
 
 %files testsuite
 %defattr(-,root,root,-)
-%{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/spec
+%{gem_base}/gems/%{mod_full_name}/spec
 
 %changelog

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit rubygem-multi_json for openSUSE:Factory

2013-10-31 Thread h_root
Hello community,

here is the log from the commit of package rubygem-multi_json for 
openSUSE:Factory checked in at 2013-10-31 15:57:39

Comparing /work/SRC/openSUSE:Factory/rubygem-multi_json (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-multi_json.new (New)


Package is rubygem-multi_json

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-multi_json/rubygem-multi_json.changes
2013-10-21 12:59:14.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-multi_json.new/rubygem-multi_json.changes   
2013-10-31 15:57:40.0 +0100
@@ -1,0 +2,7 @@
+Sun Oct 20 12:05:35 UTC 2013 - co...@suse.com
+
+- updated to version 1.8.2
+ * [Downcase adapter string name for OS 
compatibility](https://github.com/intridea/multi_json/commit/b8e15a032247a63f1410d21a18add05035f3fa66)
+ * [Let the adapter handle strings with invalid 
encoding](https://github.com/intridea/multi_json/commit/6af2bf87b89f44eabf2ae9ca96779febc65ea94b)
+ 
+---

Old:

  multi_json-1.8.1.gem

New:

  multi_json-1.8.2.gem



Other differences:
--
++ rubygem-multi_json.spec ++
--- /var/tmp/diff_new_pack.XBowjR/_old  2013-10-31 15:57:41.0 +0100
+++ /var/tmp/diff_new_pack.XBowjR/_new  2013-10-31 15:57:41.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   rubygem-multi_json
-Version:1.8.1
+Version:1.8.2
 Release:0
 %define mod_name multi_json
 %define mod_full_name %{mod_name}-%{version}

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit rubygem-multi_json for openSUSE:Factory

2013-10-21 Thread h_root
Hello community,

here is the log from the commit of package rubygem-multi_json for 
openSUSE:Factory checked in at 2013-10-21 12:59:12

Comparing /work/SRC/openSUSE:Factory/rubygem-multi_json (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-multi_json.new (New)


Package is rubygem-multi_json

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-multi_json/rubygem-multi_json.changes
2013-10-06 14:59:45.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-multi_json.new/rubygem-multi_json.changes   
2013-10-21 12:59:14.0 +0200
@@ -1,0 +2,7 @@
+Thu Oct 10 14:20:49 UTC 2013 - co...@suse.com
+
+- updated to version 1.8.1
+ * [Raise MultiJson::LoadError on blank 
input](https://github.com/intridea/multi_json/commit/c44f9c928bb25fe672246ad394b3e5b991be32e6)
+ * [Explicitly require json gem code even when constant is 
defined](https://github.com/intridea/multi_json/commit/36f7906c66477eb4b55b7afeaa3684b6db69eff2)
+
+---

Old:

  multi_json-1.8.0.gem

New:

  multi_json-1.8.1.gem



Other differences:
--
++ rubygem-multi_json.spec ++
--- /var/tmp/diff_new_pack.XReU7O/_old  2013-10-21 12:59:14.0 +0200
+++ /var/tmp/diff_new_pack.XReU7O/_new  2013-10-21 12:59:14.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   rubygem-multi_json
-Version:1.8.0
+Version:1.8.1
 Release:0
 %define mod_name multi_json
 %define mod_full_name %{mod_name}-%{version}

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit rubygem-multi_json for openSUSE:Factory

2013-10-06 Thread h_root
Hello community,

here is the log from the commit of package rubygem-multi_json for 
openSUSE:Factory checked in at 2013-10-06 14:59:44

Comparing /work/SRC/openSUSE:Factory/rubygem-multi_json (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-multi_json.new (New)


Package is rubygem-multi_json

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-multi_json/rubygem-multi_json.changes
2013-08-23 11:10:18.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-multi_json.new/rubygem-multi_json.changes   
2013-10-06 14:59:45.0 +0200
@@ -1,0 +2,10 @@
+Fri Sep 13 11:06:23 UTC 2013 - co...@suse.com
+
+- updated to version 1.8.0, no changelog 
+
+---
+Mon Aug 26 05:05:52 UTC 2013 - co...@suse.com
+
+- updated to version 1.7.9, no changelog
+
+---

Old:

  multi_json-1.7.8.gem

New:

  multi_json-1.8.0.gem



Other differences:
--
++ rubygem-multi_json.spec ++
--- /var/tmp/diff_new_pack.znXkQR/_old  2013-10-06 14:59:46.0 +0200
+++ /var/tmp/diff_new_pack.znXkQR/_new  2013-10-06 14:59:46.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   rubygem-multi_json
-Version:1.7.8
+Version:1.8.0
 Release:0
 %define mod_name multi_json
 %define mod_full_name %{mod_name}-%{version}

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit rubygem-multi_json for openSUSE:Factory

2013-08-23 Thread h_root
Hello community,

here is the log from the commit of package rubygem-multi_json for 
openSUSE:Factory checked in at 2013-08-23 11:10:17

Comparing /work/SRC/openSUSE:Factory/rubygem-multi_json (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-multi_json.new (New)


Package is rubygem-multi_json

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-multi_json/rubygem-multi_json.changes
2013-06-17 10:20:35.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-multi_json.new/rubygem-multi_json.changes   
2013-08-23 11:10:18.0 +0200
@@ -1,0 +2,7 @@
+Tue Aug  6 17:45:15 UTC 2013 - co...@suse.com
+
+- updated to version 1.7.8
+ * [Reorder JrJackson before 
json_gem](https://github.com/intridea/multi_json/commit/315b6e460b6e4dcdb6c82e04e4be8ee975d395da)
+ * [Update vendored OkJson to version 
43](https://github.com/intridea/multi_json/commit/99a6b662f6ef4036e3ee94d7eb547fa72fb2ab50)
+ 
+---

Old:

  multi_json-1.7.7.gem

New:

  multi_json-1.7.8.gem



Other differences:
--
++ rubygem-multi_json.spec ++
--- /var/tmp/diff_new_pack.nQfrPD/_old  2013-08-23 11:10:18.0 +0200
+++ /var/tmp/diff_new_pack.nQfrPD/_new  2013-08-23 11:10:18.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   rubygem-multi_json
-Version:1.7.7
+Version:1.7.8
 Release:0
 %define mod_name multi_json
 %define mod_full_name %{mod_name}-%{version}

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit rubygem-multi_json for openSUSE:Factory

2013-06-17 Thread h_root
Hello community,

here is the log from the commit of package rubygem-multi_json for 
openSUSE:Factory checked in at 2013-06-17 10:20:34

Comparing /work/SRC/openSUSE:Factory/rubygem-multi_json (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-multi_json.new (New)


Package is rubygem-multi_json

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-multi_json/rubygem-multi_json.changes
2013-06-13 22:34:49.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-multi_json.new/rubygem-multi_json.changes   
2013-06-17 10:20:35.0 +0200
@@ -1,0 +2,6 @@
+Sat Jun 15 06:44:09 UTC 2013 - co...@suse.com
+
+- updated to version 1.7.7
+ * [Fix options caching 
issues](https://github.com/intridea/multi_json/commit/a3f14c3661688c5927638fa6088c7b46a67e875e)
+
+---

Old:

  multi_json-1.7.6.gem

New:

  multi_json-1.7.7.gem



Other differences:
--
++ rubygem-multi_json.spec ++
--- /var/tmp/diff_new_pack.RfBCme/_old  2013-06-17 10:20:36.0 +0200
+++ /var/tmp/diff_new_pack.RfBCme/_new  2013-06-17 10:20:36.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   rubygem-multi_json
-Version:1.7.6
+Version:1.7.7
 Release:0
 %define mod_name multi_json
 %define mod_full_name %{mod_name}-%{version}

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit rubygem-multi_json for openSUSE:Factory

2013-06-13 Thread h_root
Hello community,

here is the log from the commit of package rubygem-multi_json for 
openSUSE:Factory checked in at 2013-06-13 22:34:48

Comparing /work/SRC/openSUSE:Factory/rubygem-multi_json (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-multi_json.new (New)


Package is rubygem-multi_json

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-multi_json/rubygem-multi_json.changes
2013-06-05 13:37:15.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-multi_json.new/rubygem-multi_json.changes   
2013-06-13 22:34:49.0 +0200
@@ -1,0 +2,12 @@
+Tue Jun  4 16:40:06 UTC 2013 - co...@suse.com
+
+- updated to version 1.7.6
+ * [Bring back MultiJson::VERSION 
constant](https://github.com/intridea/multi_json/commit/31b990c2725e6673bf8ce57540fe66b57a751a72)
+
+---
+Mon Jun  3 20:10:08 UTC 2013 - co...@suse.com
+
+- updated to version 1.7.5
+ * [Remove stdlib 
warning](https://github.com/intridea/multi_json/commit/d06eec6b7996ac8b4ff0e2229efd835379b0c30f)
+
+---

Old:

  multi_json-1.7.4.gem

New:

  multi_json-1.7.6.gem



Other differences:
--
++ rubygem-multi_json.spec ++
--- /var/tmp/diff_new_pack.PKAqeR/_old  2013-06-13 22:34:49.0 +0200
+++ /var/tmp/diff_new_pack.PKAqeR/_new  2013-06-13 22:34:49.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   rubygem-multi_json
-Version:1.7.4
+Version:1.7.6
 Release:0
 %define mod_name multi_json
 %define mod_full_name %{mod_name}-%{version}
@@ -26,13 +26,14 @@
 BuildRequires:  ruby-macros = 1
 Url:http://github.com/intridea/multi_json
 Source: http://rubygems.org/gems/%{mod_full_name}.gem
-Summary:A gem to provide swappable JSON backends
+Summary:A common interface to multiple JSON libraries
 License:MIT
 Group:  Development/Languages/Ruby
 
 %description
-A gem to provide easy switching between different JSON backends, including Oj,
-Yajl, the JSON gem (with C-extensions), the pure-Ruby JSON gem, and OkJson.
+A common interface to multiple JSON libraries, including Oj, Yajl, the JSON
+gem (with C-extensions), the pure-Ruby JSON gem, NSJSONSerialization, gson.rb,
+JrJackson, and OkJson.
 
 %package doc
 Summary:RDoc documentation for %{mod_name}
@@ -61,6 +62,7 @@
 %install
 %gem_install -f
 mkdir -p %{buildroot}%{_docdir}/%{name}
+ln -s %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/CHANGELOG.md 
%buildroot/%{_docdir}/%{name}/CHANGELOG.md
 ln -s %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/LICENSE.md 
%buildroot/%{_docdir}/%{name}/LICENSE.md
 ln -s %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/README.md 
%buildroot/%{_docdir}/%{name}/README.md
 

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit rubygem-multi_json for openSUSE:Factory

2013-06-05 Thread h_root
Hello community,

here is the log from the commit of package rubygem-multi_json for 
openSUSE:Factory checked in at 2013-06-05 13:37:14

Comparing /work/SRC/openSUSE:Factory/rubygem-multi_json (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-multi_json.new (New)


Package is rubygem-multi_json

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-multi_json/rubygem-multi_json.changes
2013-05-07 15:45:00.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-multi_json.new/rubygem-multi_json.changes   
2013-06-05 13:37:15.0 +0200
@@ -1,0 +2,6 @@
+Mon May 27 08:56:37 UTC 2013 - co...@suse.com
+
+- updated to version 1.7.4
+ [Cache options for better 
performance](https://github.com/intridea/multi_json/commit/8a26ee93140c4bed36194ed9fb887a1b6919257b)
+
+---

Old:

  multi_json-1.7.3.gem

New:

  multi_json-1.7.4.gem



Other differences:
--
++ rubygem-multi_json.spec ++
--- /var/tmp/diff_new_pack.yzwMsk/_old  2013-06-05 13:37:15.0 +0200
+++ /var/tmp/diff_new_pack.yzwMsk/_new  2013-06-05 13:37:15.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   rubygem-multi_json
-Version:1.7.3
+Version:1.7.4
 Release:0
 %define mod_name multi_json
 %define mod_full_name %{mod_name}-%{version}

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit rubygem-multi_json for openSUSE:Factory

2013-05-07 Thread h_root
Hello community,

here is the log from the commit of package rubygem-multi_json for 
openSUSE:Factory checked in at 2013-05-07 15:44:59

Comparing /work/SRC/openSUSE:Factory/rubygem-multi_json (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-multi_json.new (New)


Package is rubygem-multi_json

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-multi_json/rubygem-multi_json.changes
2013-04-02 12:55:53.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-multi_json.new/rubygem-multi_json.changes   
2013-05-07 15:45:00.0 +0200
@@ -1,0 +2,10 @@
+Tue May  7 08:58:40 UTC 2013 - co...@suse.com
+
+- updated to version 1.7.3
+ * [Require json/ext to ensure extension version gets loaded for 
json_gem](https://github.com/intridea/multi_json/commit/942686f7e8597418c6f90ee69e1d45242fac07b1)
+ * [Rename 
JrJackson](https://github.com/intridea/multi_json/commit/078de7ba8b6035343c3e96b4767549e9ec43369a)
+ * [Prefer JrJackson to JSON gem if 
present](https://github.com/intridea/multi_json/commit/af8bd9799a66855f04b3aff1c488485950cec7bf)
+ * [Print a warning if outdated gem versions are 
used](https://github.com/intridea/multi_json/commit/e7438e7ba2be0236cfa24c2bb9ad40ee821286d1)
+ * [Loosen required_rubygems_version for compatibility with Ubuntu 10.04]
+
+---

Old:

  multi_json-1.7.2.gem

New:

  multi_json-1.7.3.gem



Other differences:
--
++ rubygem-multi_json.spec ++
--- /var/tmp/diff_new_pack.in1Oi3/_old  2013-05-07 15:45:01.0 +0200
+++ /var/tmp/diff_new_pack.in1Oi3/_new  2013-05-07 15:45:01.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   rubygem-multi_json
-Version:1.7.2
+Version:1.7.3
 Release:0
 %define mod_name multi_json
 %define mod_full_name %{mod_name}-%{version}
@@ -60,9 +60,13 @@
 
 %install
 %gem_install -f
+mkdir -p %{buildroot}%{_docdir}/%{name}
+ln -s %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/LICENSE.md 
%buildroot/%{_docdir}/%{name}/LICENSE.md
+ln -s %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/README.md 
%buildroot/%{_docdir}/%{name}/README.md
 
 %files
 %defattr(-,root,root,-)
+%{_docdir}/%{name}
 %{_libdir}/ruby/gems/%{rb_ver}/cache/%{mod_full_name}.gem
 %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/
 %exclude %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/spec

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit rubygem-multi_json for openSUSE:Factory

2013-04-02 Thread h_root
Hello community,

here is the log from the commit of package rubygem-multi_json for 
openSUSE:Factory checked in at 2013-04-02 12:55:51

Comparing /work/SRC/openSUSE:Factory/rubygem-multi_json (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-multi_json.new (New)


Package is rubygem-multi_json, Maintainer is jmassaguer...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-multi_json/rubygem-multi_json.changes
2013-03-21 22:15:07.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.rubygem-multi_json.new/rubygem-multi_json.changes   
2013-04-02 12:55:53.0 +0200
@@ -1,0 +2,9 @@
+Sat Mar 23 08:06:50 UTC 2013 - co...@suse.com
+
+- updated to version 1.7.2
+ * [Renamed Jrjackson adapter to 
JrJackson](https://github.com/intridea/multi_json/commit/b36dc915fc0e6548cbad06b5db6f520e040c9c8b)
+ * [Implemented jrjackson - jr_jackson alias for 
back-compatability](https://github.com/intridea/multi_json/commit/aa50ab8b7bb646b8b75d5d65dfeadae8248a4f10)
+ * [Update vendored OkJson 
module](https://github.com/intridea/multi_json/commit/30a3f474e17dd86a697c3fab04f468d1a4fd69d7)
+ * [Fix capitalization of JrJackson 
class](https://github.com/intridea/multi_json/commit/5373a5e38c647f02427a0477cb8e0e0dafad1b8d)
+ 
+---

Old:

  multi_json-1.7.0.gem

New:

  multi_json-1.7.2.gem



Other differences:
--
++ rubygem-multi_json.spec ++
--- /var/tmp/diff_new_pack.PhBxE5/_old  2013-04-02 12:55:55.0 +0200
+++ /var/tmp/diff_new_pack.PhBxE5/_new  2013-04-02 12:55:55.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   rubygem-multi_json
-Version:1.7.0
+Version:1.7.2
 Release:0
 %define mod_name multi_json
 %define mod_full_name %{mod_name}-%{version}
@@ -25,7 +25,7 @@
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  ruby-macros = 1
 Url:http://github.com/intridea/multi_json
-Source: %{mod_full_name}.gem
+Source: http://rubygems.org/gems/%{mod_full_name}.gem
 Summary:A gem to provide swappable JSON backends
 License:MIT
 Group:  Development/Languages/Ruby

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit rubygem-multi_json for openSUSE:Factory

2013-03-21 Thread h_root
Hello community,

here is the log from the commit of package rubygem-multi_json for 
openSUSE:Factory checked in at 2013-03-21 22:15:05

Comparing /work/SRC/openSUSE:Factory/rubygem-multi_json (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-multi_json.new (New)


Package is rubygem-multi_json, Maintainer is jmassaguer...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-multi_json/rubygem-multi_json.changes
2013-03-12 15:03:18.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.rubygem-multi_json.new/rubygem-multi_json.changes   
2013-03-21 22:15:07.0 +0100
@@ -1,0 +2,10 @@
+Mon Mar 18 06:18:58 UTC 2013 - co...@suse.com
+
+- updated to version 1.7.0
+ * [Add load_options/dump_options to 
MultiJson](https://github.com/intridea/multi_json/commit/a153956be6b0df06ea1705ce3c1ff0b5b0e27ea5)
+ * [MultiJson does not modify 
arguments](https://github.com/intridea/multi_json/commit/58525b01c4c2f6635ba2ac13d6fd987b79f3962f)
+ * [Enable quirks_mode by default for json_gem/json_pure 
adapters](https://github.com/intridea/multi_json/commit/1fd4e6635c436515b7d7d5a0bee4548de8571520)
+ * [Add JrJackson 
adapter](https://github.com/intridea/multi_json/commit/4dd86fa96300aaaf6d762578b9b31ea82adb056d)
+ * [Raise ArgumentError on bad adapter 
input](https://github.com/intridea/multi_json/commit/911a3756bdff2cb5ac06497da3fa3e72199cb7ad)
+
+---

Old:

  multi_json-1.6.1.gem

New:

  multi_json-1.7.0.gem



Other differences:
--
++ rubygem-multi_json.spec ++
--- /var/tmp/diff_new_pack.vdMQxx/_old  2013-03-21 22:15:08.0 +0100
+++ /var/tmp/diff_new_pack.vdMQxx/_new  2013-03-21 22:15:08.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   rubygem-multi_json
-Version:1.6.1
+Version:1.7.0
 Release:0
 %define mod_name multi_json
 %define mod_full_name %{mod_name}-%{version}

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit rubygem-multi_json for openSUSE:Factory

2013-03-12 Thread h_root
Hello community,

here is the log from the commit of package rubygem-multi_json for 
openSUSE:Factory checked in at 2013-03-12 15:03:15

Comparing /work/SRC/openSUSE:Factory/rubygem-multi_json (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-multi_json.new (New)


Package is rubygem-multi_json, Maintainer is jmassaguer...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-multi_json/rubygem-multi_json.changes
2012-12-21 15:02:34.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.rubygem-multi_json.new/rubygem-multi_json.changes   
2013-03-12 15:03:18.0 +0100
@@ -1,0 +2,21 @@
+Sun Mar  3 19:47:38 UTC 2013 - co...@suse.com
+
+- updated to version 1.6.1
+ [Revert Use JSON.generate instead of 
#to_json](https://github.com/intridea/multi_json/issues/86)
+
+---
+Wed Feb 13 15:33:29 UTC 2013 - co...@suse.com
+
+- updated to version 1.6.0
+  * [Add gson.rb support](https://github.com/intridea/multi_json/pull/71)
+  * [Add 
MultiJson.default_options](https://github.com/intridea/multi_json/pull/70)
+  * [Add 
MultiJson.with_adapter](https://github.com/intridea/multi_json/pull/67)
+  * [Stringify all possible keys for 
ok_json](https://github.com/intridea/multi_json/pull/66)
+  * [Alias `MultiJson::DecodeError` to 
`MultiJson::LoadError`](https://github.com/intridea/multi_json/pull/79)
+
+---
+Tue Feb 12 14:02:57 UTC 2013 - co...@suse.com
+
+- updated to version 1.5.1
+
+---

Old:

  multi_json-1.5.0.gem

New:

  multi_json-1.6.1.gem



Other differences:
--
++ rubygem-multi_json.spec ++
--- /var/tmp/diff_new_pack.4RxKLL/_old  2013-03-12 15:03:19.0 +0100
+++ /var/tmp/diff_new_pack.4RxKLL/_new  2013-03-12 15:03:19.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-multi_json
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,14 +17,13 @@
 
 
 Name:   rubygem-multi_json
-Version:1.5.0
+Version:1.6.1
 Release:0
 %define mod_name multi_json
 %define mod_full_name %{mod_name}-%{version}
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  ruby-macros = 1
-BuildRequires:  rubygem(rdoc)  3.10
 Url:http://github.com/intridea/multi_json
 Source: %{mod_full_name}.gem
 Summary:A gem to provide swappable JSON backends

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit rubygem-multi_json for openSUSE:Factory

2012-12-21 Thread h_root
Hello community,

here is the log from the commit of package rubygem-multi_json for 
openSUSE:Factory checked in at 2012-12-21 15:02:29

Comparing /work/SRC/openSUSE:Factory/rubygem-multi_json (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-multi_json.new (New)


Package is rubygem-multi_json, Maintainer is jmassaguer...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-multi_json/rubygem-multi_json.changes
2012-12-10 10:58:43.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.rubygem-multi_json.new/rubygem-multi_json.changes   
2012-12-21 15:02:34.0 +0100
@@ -1,0 +2,5 @@
+Fri Dec 14 06:08:38 UTC 2012 - co...@suse.com
+
+- updated to version 1.5.0, no changelog
+
+---

Old:

  multi_json-1.4.0.gem

New:

  multi_json-1.5.0.gem



Other differences:
--
++ rubygem-multi_json.spec ++
--- /var/tmp/diff_new_pack.UZeAfi/_old  2012-12-21 15:02:35.0 +0100
+++ /var/tmp/diff_new_pack.UZeAfi/_new  2012-12-21 15:02:35.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   rubygem-multi_json
-Version:1.4.0
+Version:1.5.0
 Release:0
 %define mod_name multi_json
 %define mod_full_name %{mod_name}-%{version}

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit rubygem-multi_json for openSUSE:Factory

2012-12-10 Thread h_root
Hello community,

here is the log from the commit of package rubygem-multi_json for 
openSUSE:Factory checked in at 2012-12-10 10:58:41

Comparing /work/SRC/openSUSE:Factory/rubygem-multi_json (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-multi_json.new (New)


Package is rubygem-multi_json, Maintainer is jmassaguer...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-multi_json/rubygem-multi_json.changes
2012-08-04 13:25:10.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-multi_json.new/rubygem-multi_json.changes   
2012-12-10 10:58:43.0 +0100
@@ -1,0 +2,10 @@
+Sat Dec  1 12:56:50 UTC 2012 - co...@suse.com
+
+- updated to version 1.4.0, no changelog
+
+---
+Sat Nov  3 10:09:12 UTC 2012 - co...@suse.com
+
+- updated to version 1.3.7
+
+---

Old:

  multi_json-1.3.6.gem

New:

  multi_json-1.4.0.gem



Other differences:
--
++ rubygem-multi_json.spec ++
--- /var/tmp/diff_new_pack.yN6Itj/_old  2012-12-10 10:58:44.0 +0100
+++ /var/tmp/diff_new_pack.yN6Itj/_new  2012-12-10 10:58:44.0 +0100
@@ -17,16 +17,17 @@
 
 
 Name:   rubygem-multi_json
-Version:1.3.6
+Version:1.4.0
 Release:0
 %define mod_name multi_json
 %define mod_full_name %{mod_name}-%{version}
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  ruby-macros = 1
+BuildRequires:  rubygem(rdoc)  3.10
 Url:http://github.com/intridea/multi_json
 Source: %{mod_full_name}.gem
-Summary:A gem to provide swappable JSON backends.
+Summary:A gem to provide swappable JSON backends
 License:MIT
 Group:  Development/Languages/Ruby
 

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit rubygem-multi_json for openSUSE:Factory

2012-08-04 Thread h_root
Hello community,

here is the log from the commit of package rubygem-multi_json for 
openSUSE:Factory checked in at 2012-08-04 13:25:08

Comparing /work/SRC/openSUSE:Factory/rubygem-multi_json (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-multi_json.new (New)


Package is rubygem-multi_json, Maintainer is jmassaguer...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-multi_json/rubygem-multi_json.changes
2012-07-23 10:36:01.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-multi_json.new/rubygem-multi_json.changes   
2012-08-04 13:25:10.0 +0200
@@ -1,0 +2,5 @@
+Tue Jul 31 11:40:43 UTC 2012 - jreidin...@suse.com
+
+- use new rpm2ruby to work with as 3_2 
+
+---



Other differences:
--
++ rubygem-multi_json.spec ++
--- /var/tmp/diff_new_pack.6j7tEG/_old  2012-08-04 13:25:12.0 +0200
+++ /var/tmp/diff_new_pack.6j7tEG/_new  2012-08-04 13:25:12.0 +0200
@@ -19,22 +19,20 @@
 Name:   rubygem-multi_json
 Version:1.3.6
 Release:0
-Summary:A gem to provide swappable JSON backends
-License:MIT
-Group:  Development/Languages/Ruby
-Url:http://github.com/intridea/multi_json
 %define mod_name multi_json
 %define mod_full_name %{mod_name}-%{version}
-Source: %{mod_full_name}.gem
-BuildRequires:  rubygems_with_buildroot_patch
-Provides:   rubygem-%{mod_name}-1 = %{version}
-Provides:   rubygem-%{mod_name}-1_0 = %{version}
+
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-%rubygems_requires
+BuildRequires:  ruby-macros = 1
+Url:http://github.com/intridea/multi_json
+Source: %{mod_full_name}.gem
+Summary:A gem to provide swappable JSON backends.
+License:MIT
+Group:  Development/Languages/Ruby
 
 %description
-A gem to provide easy switching between different JSON backends, including Oj, 
Yajl, 
-the JSON gem (with C-extensions), the pure-Ruby JSON gem, and OkJson.
+A gem to provide easy switching between different JSON backends, including Oj,
+Yajl, the JSON gem (with C-extensions), the pure-Ruby JSON gem, and OkJson.
 
 %package doc
 Summary:RDoc documentation for %{mod_name}
@@ -54,9 +52,14 @@
 Test::Unit or RSpec files, useful for developers.
 
 %prep
+#gem_unpack
+#if you need patches, apply them here and replace the # with a % sign in the 
surrounding lines
+#gem_build
+
 %build
+
 %install
-%gem_install %{SOURCE0}
+%gem_install -f
 
 %files
 %defattr(-,root,root,-)


-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit rubygem-multi_json for openSUSE:Factory

2012-07-23 Thread h_root
Hello community,

here is the log from the commit of package rubygem-multi_json for 
openSUSE:Factory checked in at 2012-07-23 10:35:58

Comparing /work/SRC/openSUSE:Factory/rubygem-multi_json (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-multi_json.new (New)


Package is rubygem-multi_json, Maintainer is jmassaguer...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-multi_json/rubygem-multi_json.changes
2012-05-16 15:04:31.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-multi_json.new/rubygem-multi_json.changes   
2012-07-23 10:36:01.0 +0200
@@ -1,0 +2,6 @@
+Fri Jul  6 19:01:44 UTC 2012 - co...@suse.com
+
+- update to 1.3.6
+  * fix for oj
+
+---

Old:

  multi_json-1.3.5.gem

New:

  multi_json-1.3.6.gem



Other differences:
--
++ rubygem-multi_json.spec ++
--- /var/tmp/diff_new_pack.fxj7sX/_old  2012-07-23 10:36:02.0 +0200
+++ /var/tmp/diff_new_pack.fxj7sX/_new  2012-07-23 10:36:02.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   rubygem-multi_json
-Version:1.3.5
+Version:1.3.6
 Release:0
 Summary:A gem to provide swappable JSON backends
 License:MIT

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit rubygem-multi_json for openSUSE:Factory

2012-05-16 Thread h_root
Hello community,

here is the log from the commit of package rubygem-multi_json for 
openSUSE:Factory checked in at 2012-05-16 15:04:28

Comparing /work/SRC/openSUSE:Factory/rubygem-multi_json (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-multi_json.new (New)


Package is rubygem-multi_json, Maintainer is jmassaguer...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-multi_json/rubygem-multi_json.changes
2012-05-07 22:51:26.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-multi_json.new/rubygem-multi_json.changes   
2012-05-16 15:04:31.0 +0200
@@ -1,0 +2,6 @@
+Sun May 13 20:34:50 UTC 2012 - co...@suse.com
+
+- update to 1.3.5
+  * Just some polishing of docu
+
+---

Old:

  multi_json-1.3.4.gem

New:

  multi_json-1.3.5.gem



Other differences:
--
++ rubygem-multi_json.spec ++
--- /var/tmp/diff_new_pack.87LhVm/_old  2012-05-16 15:04:32.0 +0200
+++ /var/tmp/diff_new_pack.87LhVm/_new  2012-05-16 15:04:32.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   rubygem-multi_json
-Version:1.3.4
+Version:1.3.5
 Release:0
 Summary:A gem to provide swappable JSON backends
 License:MIT

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit rubygem-multi_json for openSUSE:Factory

2012-05-07 Thread h_root
Hello community,

here is the log from the commit of package rubygem-multi_json for 
openSUSE:Factory checked in at 2012-05-07 22:51:20

Comparing /work/SRC/openSUSE:Factory/rubygem-multi_json (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-multi_json.new (New)


Package is rubygem-multi_json, Maintainer is jmassaguer...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-multi_json/rubygem-multi_json.changes
2012-04-17 22:02:02.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-multi_json.new/rubygem-multi_json.changes   
2012-05-07 22:51:26.0 +0200
@@ -1,0 +2,12 @@
+Sun May  6 14:23:25 UTC 2012 - co...@suse.com
+
+- update to 1.3.4
+  * Fix tests on JRuby
+
+---
+Wed Apr 25 12:17:28 UTC 2012 - co...@suse.com
+
+- update to 1.3.2
+ re-add and deprecate default_engine
+
+---

Old:

  multi_json-1.3.1.gem

New:

  multi_json-1.3.4.gem



Other differences:
--
++ rubygem-multi_json.spec ++
--- /var/tmp/diff_new_pack.Myz7SQ/_old  2012-05-07 22:51:27.0 +0200
+++ /var/tmp/diff_new_pack.Myz7SQ/_new  2012-05-07 22:51:27.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   rubygem-multi_json
-Version:1.3.1
+Version:1.3.4
 Release:0
 Summary:A gem to provide swappable JSON backends
 License:MIT

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit rubygem-multi_json for openSUSE:Factory

2012-04-17 Thread h_root
Hello community,

here is the log from the commit of package rubygem-multi_json for 
openSUSE:Factory checked in at 2012-04-17 22:01:56

Comparing /work/SRC/openSUSE:Factory/rubygem-multi_json (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-multi_json.new (New)


Package is rubygem-multi_json, Maintainer is jmassaguer...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-multi_json/rubygem-multi_json.changes
2012-03-26 11:06:59.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-multi_json.new/rubygem-multi_json.changes   
2012-04-17 22:02:02.0 +0200
@@ -1,0 +2,11 @@
+Tue Apr 17 07:23:21 UTC 2012 - co...@suse.com
+
+- update to 1.3.1
+ some fixes, old engines API deprecated 
+
+---
+Tue Apr  3 08:24:04 UTC 2012 - co...@suse.com
+
+- update to 1.2.0 - now with oj support (optimized json)
+
+---

Old:

  multi_json-1.0.4.gem

New:

  multi_json-1.3.1.gem



Other differences:
--
++ rubygem-multi_json.spec ++
--- /var/tmp/diff_new_pack.UTGwfW/_old  2012-04-17 22:02:03.0 +0200
+++ /var/tmp/diff_new_pack.UTGwfW/_new  2012-04-17 22:02:03.0 +0200
@@ -15,13 +15,14 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   rubygem-multi_json
-Version:1.0.4
+Version:1.3.1
 Release:0
-License:MIT
 Summary:A gem to provide swappable JSON backends
-Url:http://github.com/intridea/multi_json
+License:MIT
 Group:  Development/Languages/Ruby
+Url:http://github.com/intridea/multi_json
 %define mod_name multi_json
 %define mod_full_name %{mod_name}-%{version}
 Source: %{mod_full_name}.gem
@@ -32,7 +33,8 @@
 %rubygems_requires
 
 %description
-A gem to provide swappable JSON backends utilizing Yajl::Ruby, the JSON gem, 
JSON pure, or a vendored version of okjson.
+A gem to provide easy switching between different JSON backends, including Oj, 
Yajl, 
+the JSON gem (with C-extensions), the pure-Ruby JSON gem, and OkJson.
 
 %package doc
 Summary:RDoc documentation for %{mod_name}

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit rubygem-multi_json for openSUSE:Factory

2012-03-26 Thread h_root
Hello community,

here is the log from the commit of package rubygem-multi_json for 
openSUSE:Factory checked in at 2012-03-26 11:06:53

Comparing /work/SRC/openSUSE:Factory/rubygem-multi_json (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-multi_json.new (New)


Package is rubygem-multi_json, Maintainer is jmassaguer...@suse.com

Changes:

New Changes file:

--- /dev/null   2012-03-17 10:42:43.883537212 +0100
+++ 
/work/SRC/openSUSE:Factory/.rubygem-multi_json.new/rubygem-multi_json.changes   
2012-03-26 11:06:59.0 +0200
@@ -0,0 +1,31 @@
+---
+Fri Mar 23 10:58:02 UTC 2012 - sasc...@suse.de
+
+- Spec file cleanup:
+  * Factory preparation
+
+---
+Fri Dec  9 11:34:15 UTC 2011 - sasc...@suse.de
+
+- Update to version 1.0.4
+
+---
+Mon Jun 20 16:57:33 UTC 2011 - mrueck...@suse.de
+
+- update to version 1.0.3
+  - added OKJson as vendored fallback if nothing else is available
+  - multiple fixes and additions to OKJson
+  - added stringio support
+  - only catch specific Errors during encoding
+  - dont require ActiveSupport::JSON to avoid circular dependencies
+
+---
+Tue May 10 12:02:42 CEST 2011 - vis...@suse.cz
+
+- license is MIT 
+
+---
+Mon Jan 10 10:30:55 UTC 2011 - aduff...@novell.com
+
+- initial version
+

New:

  multi_json-1.0.4.gem
  rubygem-multi_json.changes
  rubygem-multi_json.spec



Other differences:
--
++ rubygem-multi_json.spec ++
#
# spec file for package rubygem-multi_json
#
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An Open Source License is a
# 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/
#

Name:   rubygem-multi_json
Version:1.0.4
Release:0
License:MIT
Summary:A gem to provide swappable JSON backends
Url:http://github.com/intridea/multi_json
Group:  Development/Languages/Ruby
%define mod_name multi_json
%define mod_full_name %{mod_name}-%{version}
Source: %{mod_full_name}.gem
BuildRequires:  rubygems_with_buildroot_patch
Provides:   rubygem-%{mod_name}-1 = %{version}
Provides:   rubygem-%{mod_name}-1_0 = %{version}
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
%rubygems_requires

%description
A gem to provide swappable JSON backends utilizing Yajl::Ruby, the JSON gem, 
JSON pure, or a vendored version of okjson.

%package doc
Summary:RDoc documentation for %{mod_name}
Group:  Development/Languages/Ruby
Requires:   %{name} = %{version}

%description doc
Documentation generated at gem installation time.
Usually in RDoc and RI formats.

%package testsuite
Summary:Test suite for %{mod_name}
Group:  Development/Languages/Ruby
Requires:   %{name} = %{version}

%description testsuite
Test::Unit or RSpec files, useful for developers.

%prep
%build
%install
%gem_install %{SOURCE0}

%files
%defattr(-,root,root,-)
%{_libdir}/ruby/gems/%{rb_ver}/cache/%{mod_full_name}.gem
%{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/
%exclude %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/spec
%{_libdir}/ruby/gems/%{rb_ver}/specifications/%{mod_full_name}.gemspec

%files doc
%defattr(-,root,root,-)
%doc %{_libdir}/ruby/gems/%{rb_ver}/doc/%{mod_full_name}/

%files testsuite
%defattr(-,root,root,-)
%{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/spec

%changelog
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org