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 +4 -4
- data/CHANGELOG.md +24 -0
- data/lib/lightbox2/rails/version.rb +2 -2
- metadata +2 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: c9389a7a93df9246fc69b0277d2c0230ba972fb5a9ba64a8bd6fe2790af31417
|
|
4
|
+
data.tar.gz: '01296d1508a5eae77a1c180de2e3e409330899540bcac327fed7f967883462a4'
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 7ed56d33a51454273a53a793cda49c4e3cf5fca70988cf10eb75d12785f0166f550112709bf54b2ba8819bd9063be5ba6e637824f035790d83e40fa7983dc73a
|
|
7
|
+
data.tar.gz: efe69c0d3c93502034854ab213fd245e61d8fe1ccc3e98ccc8c063c94b3a3c43658ee24796f3a19a1de5e46c0141a6981dfae929561dd473df28bc419ecb0674
|
data/CHANGELOG.md
ADDED
|
@@ -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
|
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
|