Hello community,

here is the log from the commit of package rubygem-js-routes for 
openSUSE:Factory checked in at 2019-08-06 15:09:47
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rubygem-js-routes (Old)
 and      /work/SRC/openSUSE:Factory/.rubygem-js-routes.new.4126 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "rubygem-js-routes"

Tue Aug  6 15:09:47 2019 rev:19 rq:717303 version:1.4.7

Changes:
--------
--- /work/SRC/openSUSE:Factory/rubygem-js-routes/rubygem-js-routes.changes      
2019-06-19 21:00:12.598078344 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-js-routes.new.4126/rubygem-js-routes.changes
    2019-08-06 15:09:48.423793124 +0200
@@ -1,0 +2,10 @@
+Fri Jul 19 09:20:12 UTC 2019 - Stephan Kulow <co...@suse.com>
+
+- updated to version 1.4.7
+ see installed CHANGELOG.md
+
+  ## v1.4.7
+  
+  * Fix a LocalJumpError on secondary initialization of the app #248
+
+-------------------------------------------------------------------

Old:
----
  js-routes-1.4.6.gem

New:
----
  js-routes-1.4.7.gem

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

Other differences:
------------------
++++++ rubygem-js-routes.spec ++++++
--- /var/tmp/diff_new_pack.dDtVL0/_old  2019-08-06 15:09:49.067792760 +0200
+++ /var/tmp/diff_new_pack.dDtVL0/_new  2019-08-06 15:09:49.071792757 +0200
@@ -24,7 +24,7 @@
 #
 
 Name:           rubygem-js-routes
-Version:        1.4.6
+Version:        1.4.7
 Release:        0
 %define mod_name js-routes
 %define mod_full_name %{mod_name}-%{version}

++++++ js-routes-1.4.6.gem -> js-routes-1.4.7.gem ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CHANGELOG.md new/CHANGELOG.md
--- old/CHANGELOG.md    2019-04-04 16:00:06.000000000 +0200
+++ new/CHANGELOG.md    2019-06-24 14:34:09.000000000 +0200
@@ -1,5 +1,9 @@
 ## master
 
+## v1.4.7
+
+* Fix a LocalJumpError on secondary initialization of the app #248
+
 ## v1.4.6
 
 * Fix regression of #244 in #243
Binary files old/checksums.yaml.gz and new/checksums.yaml.gz differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/js_routes/version.rb new/lib/js_routes/version.rb
--- old/lib/js_routes/version.rb        2019-04-04 16:00:06.000000000 +0200
+++ new/lib/js_routes/version.rb        2019-06-24 14:34:09.000000000 +0200
@@ -1,3 +1,3 @@
 class JsRoutes
-  VERSION = "1.4.6"
+  VERSION = "1.4.7"
 end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/js_routes.rb new/lib/js_routes.rb
--- old/lib/js_routes.rb        2019-04-04 16:00:06.000000000 +0200
+++ new/lib/js_routes.rb        2019-06-24 14:34:09.000000000 +0200
@@ -146,7 +146,7 @@
 
       # We don't need to rewrite file if it already exist and have same 
content.
       # It helps asset pipeline or webpack understand that file wasn't changed.
-      return if File.exist?(file_path) && File.read(file_path) == js_content
+      next if File.exist?(file_path) && File.read(file_path) == js_content
 
       File.open(file_path, 'w') do |f|
         f.write js_content
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/metadata new/metadata
--- old/metadata        2019-04-04 16:00:06.000000000 +0200
+++ new/metadata        2019-06-24 14:34:09.000000000 +0200
@@ -1,14 +1,14 @@
 --- !ruby/object:Gem::Specification
 name: js-routes
 version: !ruby/object:Gem::Version
-  version: 1.4.6
+  version: 1.4.7
 platform: ruby
 authors:
 - Bogdan Gusiev
 autorequire: 
 bindir: bin
 cert_chain: []
-date: 2019-04-04 00:00:00.000000000 Z
+date: 2019-06-24 00:00:00.000000000 Z
 dependencies:
 - !ruby/object:Gem::Dependency
   name: railties


Reply via email to