Hello community,

here is the log from the commit of package rubygem-po_to_json for 
openSUSE:Factory checked in at 2015-12-03 13:29:58
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rubygem-po_to_json (Old)
 and      /work/SRC/openSUSE:Factory/.rubygem-po_to_json.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "rubygem-po_to_json"

Changes:
--------
--- /work/SRC/openSUSE:Factory/rubygem-po_to_json/rubygem-po_to_json.changes    
2015-03-25 10:00:32.000000000 +0100
+++ 
/work/SRC/openSUSE:Factory/.rubygem-po_to_json.new/rubygem-po_to_json.changes   
    2015-12-03 13:30:00.000000000 +0100
@@ -1,0 +2,6 @@
+Wed Nov  4 05:34:04 UTC 2015 - [email protected]
+
+- updated to version 1.0.1
+ see installed CHANGELOG.md
+
+-------------------------------------------------------------------

Old:
----
  po_to_json-1.0.0.gem

New:
----
  po_to_json-1.0.1.gem

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

Other differences:
------------------
++++++ rubygem-po_to_json.spec ++++++
--- /var/tmp/diff_new_pack.2nX0GQ/_old  2015-12-03 13:30:01.000000000 +0100
+++ /var/tmp/diff_new_pack.2nX0GQ/_new  2015-12-03 13:30:01.000000000 +0100
@@ -24,7 +24,7 @@
 #
 
 Name:           rubygem-po_to_json
-Version:        1.0.0
+Version:        1.0.1
 Release:        0
 %define mod_name po_to_json
 %define mod_full_name %{mod_name}-%{version}

++++++ po_to_json-1.0.0.gem -> po_to_json-1.0.1.gem ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CHANGELOG.md new/CHANGELOG.md
--- old/CHANGELOG.md    2015-03-19 11:51:25.000000000 +0100
+++ new/CHANGELOG.md    2015-11-03 21:00:40.000000000 +0100
@@ -1,11 +1,15 @@
 # Changelog
 
-## [1.0.0](https://github.com/webhippie/po_to_json/releases/tag/v0.1.0) - 
2015-03-19
+## [1.0.1](https://github.com/webhippie/po_to_json/releases/tag/v1.0.1) - 
2015-11-03
+
+* Stop using bundler within the core lib (@tboerger)
+
+## [1.0.0](https://github.com/webhippie/po_to_json/releases/tag/v1.0.0) - 
2015-03-19
 
 * BREAKING: Made result compatible to current Jed (#4)
 
 ## [0.1.0](https://github.com/webhippie/po_to_json/releases/tag/v0.1.0) - 
2015-02-19
 
-* Transfer from github.com/nubis/po_to_json
-* Added TravisCI, Rubocop and Coveralls
-* Updated structure to my opinionated gem style
+* Transfer from github.com/nubis/po_to_json (@tboerger)
+* Added TravisCI, Rubocop and Coveralls (@tboerger)
+* Updated structure to my opinionated gem style (@tboerger)
Files old/checksums.yaml.gz and new/checksums.yaml.gz differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/po_to_json/version.rb 
new/lib/po_to_json/version.rb
--- old/lib/po_to_json/version.rb       2015-03-19 11:51:25.000000000 +0100
+++ new/lib/po_to_json/version.rb       2015-11-03 21:00:40.000000000 +0100
@@ -27,7 +27,7 @@
   class Version
     MAJOR = 1
     MINOR = 0
-    PATCH = 0
+    PATCH = 1
 
     PRE = nil
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/po_to_json.rb new/lib/po_to_json.rb
--- old/lib/po_to_json.rb       2015-03-19 11:51:25.000000000 +0100
+++ new/lib/po_to_json.rb       2015-11-03 21:00:40.000000000 +0100
@@ -23,15 +23,7 @@
 # WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 #
 
-ENV["BUNDLE_GEMFILE"] ||= File.expand_path("../../Gemfile", __FILE__)
-
-if File.exist? ENV["BUNDLE_GEMFILE"]
-  require "bundler"
-  Bundler.setup(:default)
-else
-  gem "json", version: ">= 1.6.0"
-end
-
+gem "json", version: ">= 1.6.0"
 require "json"
 
 class PoToJson
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/metadata new/metadata
--- old/metadata        2015-03-19 11:51:25.000000000 +0100
+++ new/metadata        2015-11-03 21:00:40.000000000 +0100
@@ -1,7 +1,7 @@
 --- !ruby/object:Gem::Specification
 name: po_to_json
 version: !ruby/object:Gem::Version
-  version: 1.0.0
+  version: 1.0.1
 platform: ruby
 authors:
 - Thomas Boerger
@@ -9,7 +9,7 @@
 autorequire: 
 bindir: bin
 cert_chain: []
-date: 2015-03-19 00:00:00.000000000 Z
+date: 2015-11-03 00:00:00.000000000 Z
 dependencies:
 - !ruby/object:Gem::Dependency
   name: bundler
@@ -119,7 +119,7 @@
       version: '0'
 requirements: []
 rubyforge_project: 
-rubygems_version: 2.4.5
+rubygems_version: 2.4.5.1
 signing_key: 
 specification_version: 4
 summary: Convert gettext PO files to JSON


Reply via email to