lightbox2 2.10.0.1 → 2.10.0.2
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/README.md +1 -1
- data/lib/lightbox2/rails/version.rb +1 -1
- metadata +2 -8
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 68b82db4d7c254288f2cf59684b3d39e4c62f9fe598a633ec162ae8a2ae6b9e0
|
|
4
|
+
data.tar.gz: 478578ce2502090374db7afbe79ef599069fc9148b21f81b859cd9392304ef48
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 7f9cd61510db7801160f9e1b40eab1c0a20408625e0f2626e66a28139a2c302e59a6dce1527636fc0ec7f0d054804969078e679d199c766aac34a4f23c57a912
|
|
7
|
+
data.tar.gz: 3144d18379b25ff50bf83f75262960ac1eb2bc12748b8d0f09eaf1a691208db92d741d016e31f4550ac0fdaa88494f9139ae2a70e8fbd22de618ba87690fd5e5
|
data/README.md
CHANGED
|
@@ -7,7 +7,7 @@ This ruby gem provides the latest version of [lightbox2](https://github.com/loke
|
|
|
7
7
|
Require this Ruby gem in your Ruby on Rails app by adding the following line to your `Gemfile`:
|
|
8
8
|
|
|
9
9
|
```
|
|
10
|
-
gem 'lightbox2'
|
|
10
|
+
gem 'lightbox2'
|
|
11
11
|
```
|
|
12
12
|
|
|
13
13
|
Install the ruby gem by running `bundle` in your Rails app directory.
|
metadata
CHANGED
|
@@ -1,22 +1,19 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: lightbox2
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.10.0.
|
|
4
|
+
version: 2.10.0.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Manuel Schnitzer
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2019-03-
|
|
11
|
+
date: 2019-03-12 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: jquery-rails
|
|
15
15
|
requirement: !ruby/object:Gem::Requirement
|
|
16
16
|
requirements:
|
|
17
|
-
- - "~>"
|
|
18
|
-
- !ruby/object:Gem::Version
|
|
19
|
-
version: '3.1'
|
|
20
17
|
- - ">="
|
|
21
18
|
- !ruby/object:Gem::Version
|
|
22
19
|
version: 3.1.3
|
|
@@ -24,9 +21,6 @@ dependencies:
|
|
|
24
21
|
prerelease: false
|
|
25
22
|
version_requirements: !ruby/object:Gem::Requirement
|
|
26
23
|
requirements:
|
|
27
|
-
- - "~>"
|
|
28
|
-
- !ruby/object:Gem::Version
|
|
29
|
-
version: '3.1'
|
|
30
24
|
- - ">="
|
|
31
25
|
- !ruby/object:Gem::Version
|
|
32
26
|
version: 3.1.3
|