commit rubygem-po_to_json for openSUSE:Factory

2015-12-03 Thread h_root
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.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.rubygem-po_to_json.new/rubygem-po_to_json.changes   
2015-12-03 13:30:00.0 +0100
@@ -1,0 +2,6 @@
+Wed Nov  4 05:34:04 UTC 2015 - co...@suse.com
+
+- 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.0 +0100
+++ /var/tmp/diff_new_pack.2nX0GQ/_new  2015-12-03 13:30:01.0 +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.md2015-03-19 11:51:25.0 +0100
+++ new/CHANGELOG.md2015-11-03 21:00:40.0 +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.0 +0100
+++ new/lib/po_to_json/version.rb   2015-11-03 21:00:40.0 +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.0 +0100
+++ new/lib/po_to_json.rb   2015-11-03 21:00:40.0 +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/metadata2015-03-19 11:51:25.0 +0100
+++ new/metadata2015-11-03 21:00:40.0 +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.0 Z
+date: 2015-11-03 00:00:00.0 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




commit rubygem-po_to_json for openSUSE:Factory

2015-03-25 Thread h_root
Hello community,

here is the log from the commit of package rubygem-po_to_json for 
openSUSE:Factory checked in at 2015-03-25 10:00:31

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-02-22 17:26:41.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.rubygem-po_to_json.new/rubygem-po_to_json.changes   
2015-03-25 10:00:32.0 +0100
@@ -1,0 +2,6 @@
+Fri Mar 20 20:42:31 UTC 2015 - co...@suse.com
+
+- updated to version 1.0.0
+ * BREAKING: Made result compatible to current Jed (#4)
+
+---

Old:

  po_to_json-0.1.0.gem

New:

  po_to_json-1.0.0.gem



Other differences:
--
++ rubygem-po_to_json.spec ++
--- /var/tmp/diff_new_pack.ryBTjz/_old  2015-03-25 10:00:32.0 +0100
+++ /var/tmp/diff_new_pack.ryBTjz/_new  2015-03-25 10:00:32.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-po_to_json
 #
-# Copyright (c) 2015 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,13 +24,13 @@
 #
 
 Name:   rubygem-po_to_json
-Version:0.1.0
+Version:1.0.0
 Release:0
 %define mod_name po_to_json
 %define mod_full_name %{mod_name}-%{version}
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  %{ruby = 1.9.3}
 BuildRequires:  %{rubygem gem2rpm}
-BuildRequires:  %{ruby}
 BuildRequires:  ruby-macros = 5
 Url:https://github.com/webhippie/po_to_json
 Source: http://rubygems.org/gems/%{mod_full_name}.gem
@@ -49,7 +49,7 @@
 
 %install
 %gem_install \
-  --doc-files=CHANGELOG.md README.md LICENSE \
+  --doc-files=CHANGELOG.md LICENSE README.md \
   -f
 
 %gem_packages

++ po_to_json-0.1.0.gem - po_to_json-1.0.0.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CHANGELOG.md new/CHANGELOG.md
--- old/CHANGELOG.md1970-01-01 01:00:00.0 +0100
+++ new/CHANGELOG.md2015-03-19 11:51:25.0 +0100
@@ -1,5 +1,9 @@
 # Changelog
 
+## [1.0.0](https://github.com/webhippie/po_to_json/releases/tag/v0.1.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
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   1970-01-01 01:00:00.0 +0100
+++ new/lib/po_to_json/version.rb   2015-03-19 11:51:25.0 +0100
@@ -25,8 +25,8 @@
 
 class PoToJson
   class Version
-MAJOR = 0
-MINOR = 1
+MAJOR = 1
+MINOR = 0
 PATCH = 0
 
 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   1970-01-01 01:00:00.0 +0100
+++ new/lib/po_to_json.rb   2015-03-19 11:51:25.0 +0100
@@ -98,7 +98,7 @@
   def parse_header
 return if reject_header
 
-values[][1].split(\\n).each do |line|
+values[][0].split(\\n).each do |line|
   next if line.empty?
   build_header_for(line)
 end
@@ -107,7 +107,7 @@
   end
 
   def reject_header
-if values[].nil? || values[][1].nil?
+if values[].nil? || values[][0].nil?
   values[] = {}
   true
 else
@@ -173,11 +173,11 @@
   trans[$1.to_i] = string if key.to_s.match(/^msgstr_(\d+)/)
 end
 
-trans.unshift(detect_plural)
+# trans.unshift(detect_plural) if detect_plural
   end
 
   def assign_trans
-values[detect_ctxt] = trans if trans.size  1
+values[detect_ctxt] = trans if trans.size  0
   end
 
   def push_buffer(value, key = nil)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/metadata new/metadata
--- old/metadata1970-01-01 01:00:00.0 +0100
+++ new/metadata2015-03-19 11:51:25.0 +0100
@@ -1,7 +1,7 @@
 --- !ruby/object:Gem::Specification
 name: po_to_json
 version: !ruby/object:Gem::Version
-  version: 0.1.0
+  version: 1.0.0
 platform: ruby
 authors:
 - Thomas Boerger
@@ -9,76 +9,76 @@
 autorequire: 
 bindir: bin
 cert_chain: []
-date: 2015-02-20 00:00:00.0 Z
+date: 

commit rubygem-po_to_json for openSUSE:Factory

2015-02-22 Thread h_root
Hello community,

here is the log from the commit of package rubygem-po_to_json for 
openSUSE:Factory checked in at 2015-02-22 17:26:40

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-02-20 12:01:09.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.rubygem-po_to_json.new/rubygem-po_to_json.changes   
2015-02-22 17:26:41.0 +0100
@@ -1,0 +2,8 @@
+Fri Feb 20 14:13:49 UTC 2015 - tboer...@suse.com
+
+- Updated to 0.1.0
+  - Transfer from github.com/nubis/po_to_json
+  - Added TravisCI, Rubocop and Coveralls
+  - Updated structure to my opinionated gem style
+
+---

Old:

  po_to_json-0.0.7.gem

New:

  po_to_json-0.1.0.gem



Other differences:
--
++ rubygem-po_to_json.spec ++
--- /var/tmp/diff_new_pack.GS7OuB/_old  2015-02-22 17:26:42.0 +0100
+++ /var/tmp/diff_new_pack.GS7OuB/_new  2015-02-22 17:26:42.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-po_to_json
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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
@@ -24,25 +24,24 @@
 #
 
 Name:   rubygem-po_to_json
-Version:0.0.7
+Version:0.1.0
 Release:0
 %define mod_name po_to_json
 %define mod_full_name %{mod_name}-%{version}
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  ruby-macros = 5
-BuildRequires:  %{ruby}
 BuildRequires:  %{rubygem gem2rpm}
-Url:https://github.com/nubis/po_to_json
+BuildRequires:  %{ruby}
+BuildRequires:  ruby-macros = 5
+Url:https://github.com/webhippie/po_to_json
 Source: http://rubygems.org/gems/%{mod_full_name}.gem
 Source1:gem2rpm.yml
-Summary:Convert gettext PO files to json
+Summary:Convert gettext PO files to JSON
 License:MIT
 Group:  Development/Languages/Ruby
 
 %description
-Convert gettext PO files to json to use in your javascript app, based
-po2json.pl (by DuckDuckGo, Inc. http://duckduckgo.com/, Torsten Raudssus
-tors...@raudss.us.).
+Convert gettext PO files to JSON objects so that you can use it in your
+application.
 
 %prep
 
@@ -50,7 +49,7 @@
 
 %install
 %gem_install \
-  --doc-files=README.md MIT-LICENSE \
+  --doc-files=CHANGELOG.md README.md LICENSE \
   -f
 
 %gem_packages

++ gem2rpm.yml ++
--- /var/tmp/diff_new_pack.GS7OuB/_old  2015-02-22 17:26:42.0 +0100
+++ /var/tmp/diff_new_pack.GS7OuB/_new  2015-02-22 17:26:42.0 +0100
@@ -21,7 +21,7 @@
 # ## used by gem2rpm
 # :patches:
 #   foo.patch: -p1
-#   bar.patch: 
+#   bar.patch:
 # ## used by gem2rpm
 # :sources:
 # - foo.desktop
@@ -69,4 +69,4 @@
 #   /bin/echo foo
 #
 ---
-:license: MIT
+:sources:

++ po_to_json-0.0.7.gem - po_to_json-0.1.0.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CHANGELOG.md new/CHANGELOG.md
--- old/CHANGELOG.md1970-01-01 01:00:00.0 +0100
+++ new/CHANGELOG.md1970-01-01 01:00:00.0 +0100
@@ -0,0 +1,7 @@
+# Changelog
+
+## [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
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/LICENSE new/LICENSE
--- old/LICENSE 1970-01-01 01:00:00.0 +0100
+++ new/LICENSE 1970-01-01 01:00:00.0 +0100
@@ -0,0 +1,22 @@
+The MIT License (MIT)
+
+Copyright (c) 2012-2015 Dropmysite.com https://dropmyemail.com
+Copyright (c) 2015 Webhippie http://www.webhippie.de
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the Software), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in
+all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED AS IS, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 

commit rubygem-po_to_json for openSUSE:Factory

2015-02-20 Thread h_root
Hello community,

here is the log from the commit of package rubygem-po_to_json for 
openSUSE:Factory checked in at 2015-02-20 12:01:08

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:

New Changes file:

--- /dev/null   2014-12-25 22:38:16.200041506 +0100
+++ 
/work/SRC/openSUSE:Factory/.rubygem-po_to_json.new/rubygem-po_to_json.changes   
2015-02-20 12:01:09.0 +0100
@@ -0,0 +1,5 @@
+---
+Wed Dec 17 10:05:39 UTC 2014 - tboer...@suse.com
+
+- Initial packaging of 0.0.7
+

New:

  gem2rpm.yml
  po_to_json-0.0.7.gem
  rubygem-po_to_json.changes
  rubygem-po_to_json.spec



Other differences:
--
++ rubygem-po_to_json.spec ++
#
# spec file for package rubygem-po_to_json
#
# 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
# 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/
#


#
# 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-po_to_json
Version:0.0.7
Release:0
%define mod_name po_to_json
%define mod_full_name %{mod_name}-%{version}
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
BuildRequires:  ruby-macros = 5
BuildRequires:  %{ruby}
BuildRequires:  %{rubygem gem2rpm}
Url:https://github.com/nubis/po_to_json
Source: http://rubygems.org/gems/%{mod_full_name}.gem
Source1:gem2rpm.yml
Summary:Convert gettext PO files to json
License:MIT
Group:  Development/Languages/Ruby

%description
Convert gettext PO files to json to use in your javascript app, based
po2json.pl (by DuckDuckGo, Inc. http://duckduckgo.com/, Torsten Raudssus
tors...@raudss.us.).

%prep

%build

%install
%gem_install \
  --doc-files=README.md MIT-LICENSE \
  -f

%gem_packages

%changelog
++ 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
#
---
:license: MIT
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org