lightbox2 2.11.1 → 2.11.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 1d1c9036da5b0dc4f331f06473332644fb7134b7318146bd7681d192af5b3edb
4
- data.tar.gz: d7ef64516cefd783dac0cc0e9df25cc7a8d737ef63b6086ec5ff883c2c696d89
3
+ metadata.gz: c9389a7a93df9246fc69b0277d2c0230ba972fb5a9ba64a8bd6fe2790af31417
4
+ data.tar.gz: '01296d1508a5eae77a1c180de2e3e409330899540bcac327fed7f967883462a4'
5
5
  SHA512:
6
- metadata.gz: 67bb2182d2c63b13230749dc4453bb2d0aed0a9e06847cdcc9a20fde32afb8c3377c89ebc3d7a5186fe9cce2f4c38e281f34a1755db07c796a6e4227957cd9d2
7
- data.tar.gz: 3d2242f3fceda6c5830ac3887f0ffd9da8aa4903b058bfede8736406e62930120b626fec3e09388196b79439b4446cb3629c110b3c91acc2e59ecfc6e7a58b08
6
+ metadata.gz: 7ed56d33a51454273a53a793cda49c4e3cf5fca70988cf10eb75d12785f0166f550112709bf54b2ba8819bd9063be5ba6e637824f035790d83e40fa7983dc73a
7
+ data.tar.gz: efe69c0d3c93502034854ab213fd245e61d8fe1ccc3e98ccc8c063c94b3a3c43658ee24796f3a19a1de5e46c0141a6981dfae929561dd473df28bc419ecb0674
@@ -0,0 +1,24 @@
1
+ # Release 2.11.1.1
2
+
3
+ * Fixed LIGHTBOX2_VERSION and VERSION constants (The values were not updated for the last release)
4
+
5
+ # Release 2.11.1
6
+
7
+ * Updated to upstream lightbox2 version 2.11.1 (https://github.com/lokesh/lightbox2/releases/tag/v2.11.1)
8
+
9
+ # Release 2.11.0
10
+
11
+ * Updated to upstream lightbox2 version 2.11.0 (https://github.com/lokesh/lightbox2/releases/tag/v2.11.0)
12
+
13
+ # Release 2.10.0.2
14
+
15
+ * Fix: Wrong version of `jquery-rails` was required within the gemspec file
16
+
17
+ # Release 2.10.0.1
18
+
19
+ * Fixes an issue when lightbox2 is being used in combination with turbolinks
20
+
21
+ # Release 2.10.0
22
+
23
+ This release provides the latest version of lightbox2 (2.10.0):
24
+ https://lokeshdhakar.com/projects/lightbox2
@@ -1,6 +1,6 @@
1
1
  module Lightbox2
2
2
  module Rails
3
- VERSION = '2.11.0'
4
- LIGHTBOX2_VERSION = '2.11.0'
3
+ VERSION = '2.11.1.1'
4
+ LIGHTBOX2_VERSION = '2.11.1'
5
5
  end
6
6
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: lightbox2
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.11.1
4
+ version: 2.11.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Manuel Schnitzer
@@ -31,6 +31,7 @@ executables: []
31
31
  extensions: []
32
32
  extra_rdoc_files: []
33
33
  files:
34
+ - CHANGELOG.md
34
35
  - README.md
35
36
  - lib/lightbox2.rb
36
37
  - lib/lightbox2/rails.rb