Hello community, here is the log from the commit of package rubygem-gettext_i18n_rails_js for openSUSE:Factory checked in at 2016-06-19 10:48:21 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/rubygem-gettext_i18n_rails_js (Old) and /work/SRC/openSUSE:Factory/.rubygem-gettext_i18n_rails_js.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "rubygem-gettext_i18n_rails_js" Changes: -------- --- /work/SRC/openSUSE:Factory/rubygem-gettext_i18n_rails_js/rubygem-gettext_i18n_rails_js.changes 2016-06-12 18:54:34.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.rubygem-gettext_i18n_rails_js.new/rubygem-gettext_i18n_rails_js.changes 2016-06-19 10:48:22.000000000 +0200 @@ -1,0 +2,10 @@ +Sat Jun 4 04:29:07 UTC 2016 - co...@suse.com + +- updated to version 1.1.0 + see installed CHANGELOG.md + + ## [1.1.0](https://github.com/webhippie/gettext_i18n_rails_js/releases/tag/v1.1.0) - 2016-06-02 + + * Replace hyphens with underscores in locale var from DOM (@filib) + +------------------------------------------------------------------- Old: ---- gettext_i18n_rails_js-1.0.4.gem New: ---- gettext_i18n_rails_js-1.1.0.gem ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ rubygem-gettext_i18n_rails_js.spec ++++++ --- /var/tmp/diff_new_pack.cVFivq/_old 2016-06-19 10:48:23.000000000 +0200 +++ /var/tmp/diff_new_pack.cVFivq/_new 2016-06-19 10:48:23.000000000 +0200 @@ -24,7 +24,7 @@ # Name: rubygem-gettext_i18n_rails_js -Version: 1.0.4 +Version: 1.1.0 Release: 0 %define mod_name gettext_i18n_rails_js %define mod_full_name %{mod_name}-%{version} ++++++ gettext_i18n_rails_js-1.0.4.gem -> gettext_i18n_rails_js-1.1.0.gem ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/CHANGELOG.md new/CHANGELOG.md --- old/CHANGELOG.md 2016-05-31 10:09:53.000000000 +0200 +++ new/CHANGELOG.md 2016-06-03 12:31:33.000000000 +0200 @@ -1,5 +1,9 @@ # Changelog +## [1.1.0](https://github.com/webhippie/gettext_i18n_rails_js/releases/tag/v1.1.0) - 2016-06-02 + +* Replace hyphens with underscores in locale var from DOM (@filib) + ## [1.0.4](https://github.com/webhippie/gettext_i18n_rails_js/releases/tag/v1.0.4) - 2016-05-31 * Support ES2015 template strings (@bradbarrow) Files old/checksums.yaml.gz and new/checksums.yaml.gz differ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/lib/assets/javascripts/gettext/all.js new/lib/assets/javascripts/gettext/all.js --- old/lib/assets/javascripts/gettext/all.js 2016-05-31 10:09:53.000000000 +0200 +++ new/lib/assets/javascripts/gettext/all.js 2016-06-03 12:31:33.000000000 +0200 @@ -34,6 +34,8 @@ return; } + locale = locale.replace(/-/g, "_"); + var i18n = new Jed(locales[locale] || {}); window.__ = function() { diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/lib/gettext_i18n_rails_js/version.rb new/lib/gettext_i18n_rails_js/version.rb --- old/lib/gettext_i18n_rails_js/version.rb 2016-05-31 10:09:53.000000000 +0200 +++ new/lib/gettext_i18n_rails_js/version.rb 2016-06-03 12:31:33.000000000 +0200 @@ -26,8 +26,8 @@ module GettextI18nRailsJs class Version MAJOR = 1 - MINOR = 0 - PATCH = 4 + MINOR = 1 + PATCH = 0 PRE = nil diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/metadata new/metadata --- old/metadata 2016-05-31 10:55:33.000000000 +0200 +++ new/metadata 2016-06-03 12:31:33.000000000 +0200 @@ -1,7 +1,7 @@ --- !ruby/object:Gem::Specification name: gettext_i18n_rails_js version: !ruby/object:Gem::Version - version: 1.0.4 + version: 1.1.0 platform: ruby authors: - Thomas Boerger @@ -9,7 +9,7 @@ autorequire: bindir: bin cert_chain: [] -date: 2016-05-31 00:00:00.000000000 Z +date: 2016-06-03 00:00:00.000000000 Z dependencies: - !ruby/object:Gem::Dependency name: bundler @@ -178,18 +178,18 @@ version: '0' requirements: [] rubyforge_project: -rubygems_version: 2.2.5 +rubygems_version: 2.5.1 signing_key: specification_version: 4 summary: Extends gettext_i18n_rails making your .po files available to client side javascript as JSON test_files: -- spec/fixtures/example.js -- spec/fixtures/example.handlebars - spec/fixtures/example.coffee -- spec/support/with_file.rb -- spec/gettext_i18n_rails_js/parser/javascript_spec.rb +- spec/fixtures/example.handlebars +- spec/fixtures/example.js - spec/gettext_i18n_rails_js/parser/handlebars_spec.rb +- spec/gettext_i18n_rails_js/parser/javascript_spec.rb - spec/gettext_i18n_rails_js_spec.rb - spec/spec_helper.rb +- spec/support/with_file.rb has_rdoc: