Hello community, here is the log from the commit of package rubygem-lightbox2 for openSUSE:Factory checked in at 2019-03-13 09:13:44 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/rubygem-lightbox2 (Old) and /work/SRC/openSUSE:Factory/.rubygem-lightbox2.new.28833 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "rubygem-lightbox2" Wed Mar 13 09:13:44 2019 rev:2 rq:684243 version:2.10.0.2 Changes: -------- --- /work/SRC/openSUSE:Factory/rubygem-lightbox2/rubygem-lightbox2.changes 2019-03-12 09:55:48.983509336 +0100 +++ /work/SRC/openSUSE:Factory/.rubygem-lightbox2.new.28833/rubygem-lightbox2.changes 2019-03-13 09:13:49.119395476 +0100 @@ -1,0 +2,7 @@ +Tue Mar 12 10:20:41 UTC 2019 - Lukas Krause <[email protected]> + +- Update to version 2.10.0.2 + * Fix: Wrong version of jquery-rails was required within the gemspec file + * Fix(introduced in 2.10.0.1): Fixes an issue when lightbox2 is being used in combination with turbolinks + +------------------------------------------------------------------- Old: ---- lightbox2-2.10.0.gem New: ---- lightbox2-2.10.0.2.gem ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ rubygem-lightbox2.spec ++++++ --- /var/tmp/diff_new_pack.Jr3GE6/_old 2019-03-13 09:13:50.587395324 +0100 +++ /var/tmp/diff_new_pack.Jr3GE6/_new 2019-03-13 09:13:50.619395321 +0100 @@ -16,7 +16,7 @@ # Name: rubygem-lightbox2 -Version: 2.10.0 +Version: 2.10.0.2 Release: 0 %define mod_name lightbox2 %define mod_full_name %{mod_name}-%{version} ++++++ lightbox2-2.10.0.gem -> lightbox2-2.10.0.2.gem ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/README.md new/README.md --- old/README.md 2019-03-11 18:10:18.000000000 +0100 +++ new/README.md 2019-03-12 07:53:25.000000000 +0100 @@ -1,5 +1,5 @@ # lightbox2 for Ruby on Rails -This ruby gem provides the latest version of lightbox2 for the Rails asset pipeline. +This ruby gem provides the latest version of [lightbox2](https://github.com/lokesh/lightbox2) for the Rails asset pipeline. ## Installation @@ -7,7 +7,7 @@ Require this Ruby gem in your Ruby on Rails app by adding the following line to your `Gemfile`: ``` -gem 'lightbox2', '~> 2.10.0' +gem 'lightbox2' ``` Install the ruby gem by running `bundle` in your Rails app directory. Binary files old/checksums.yaml.gz and new/checksums.yaml.gz differ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/lib/lightbox2/rails/version.rb new/lib/lightbox2/rails/version.rb --- old/lib/lightbox2/rails/version.rb 2019-03-11 18:10:18.000000000 +0100 +++ new/lib/lightbox2/rails/version.rb 2019-03-12 07:53:25.000000000 +0100 @@ -1,5 +1,6 @@ module Lightbox2 module Rails - VERSION = '2.10.0' + VERSION = '2.10.0.2' + LIGHTBOX2_VERSION = '2.10.0' end end diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/metadata new/metadata --- old/metadata 2019-03-11 18:10:32.000000000 +0100 +++ new/metadata 2019-03-12 07:57:37.000000000 +0100 @@ -1,14 +1,14 @@ --- !ruby/object:Gem::Specification name: lightbox2 version: !ruby/object:Gem::Version - version: 2.10.0 + version: 2.10.0.2 platform: ruby authors: - Manuel Schnitzer autorequire: bindir: bin cert_chain: [] -date: 2019-03-11 00:00:00.000000000 Z +date: 2019-03-12 00:00:00.000000000 Z dependencies: - !ruby/object:Gem::Dependency name: jquery-rails diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/vendor/assets/javascripts/lightbox2.js new/vendor/assets/javascripts/lightbox2.js --- old/vendor/assets/javascripts/lightbox2.js 2019-03-11 18:10:18.000000000 +0100 +++ new/vendor/assets/javascripts/lightbox2.js 2019-03-12 07:53:25.000000000 +0100 @@ -517,3 +517,7 @@ return new Lightbox(); })); + +$(document).on('turbolinks:load', function(event) { + lightbox.init(); +});
