jquery-colorbox-rails 1.7.4 → 1.7.5
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +4 -0
- data/lib/jquery-colorbox-rails/version.rb +1 -1
- metadata +6 -6
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: bce72869aca862db428837b06831a55f72cd41c73a9aa70893957909aa291bff
|
4
|
+
data.tar.gz: 535d52b08c63e1e72fcec4708123af9cbb93ef6860f64acd3f5eaeddba10e5b3
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 16cb0ed14e33436f9c4bbe8aef812cd72caf93b0afaf48e9eaaa4eaf77a6bc33d84caf0067995246591651f1cd9db09d944c289c4ce834b603f64f28a6063d48
|
7
|
+
data.tar.gz: d37deb6435b067bb0fa7cde1064e6e1d2dce4361d7f9cf24b9258e57a2d8f0ec35396a9263084d4e40744287acb7452ae022bf8bfc5c58d20ee9cbc9f06689de
|
data/README.md
CHANGED
@@ -1,5 +1,9 @@
|
|
1
1
|
# jquery-colorbox-rails
|
2
2
|
|
3
|
+
[![Gem Version](https://badge.fury.io/rb/jquery-colorbox-rails.svg)][gem_version]
|
4
|
+
|
5
|
+
[gem_version]: https://rubygems.org/gems/jquery-colorbox-rails
|
6
|
+
|
3
7
|
jquery-colorbox-rails integrates [jquery.colorbox](https://github.com/jackmoore/colorbox) with rails 3.1+ asset pipeline.
|
4
8
|
|
5
9
|
Colorbox version: <b id="colorbox-version">1.6.4</b>
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: jquery-colorbox-rails
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.7.
|
4
|
+
version: 1.7.5
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Krzysztof Knapik
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2020-03-26 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: railties
|
@@ -28,16 +28,16 @@ dependencies:
|
|
28
28
|
name: rake
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
30
30
|
requirements:
|
31
|
-
- - "
|
31
|
+
- - ">="
|
32
32
|
- !ruby/object:Gem::Version
|
33
|
-
version: '
|
33
|
+
version: '0'
|
34
34
|
type: :development
|
35
35
|
prerelease: false
|
36
36
|
version_requirements: !ruby/object:Gem::Requirement
|
37
37
|
requirements:
|
38
|
-
- - "
|
38
|
+
- - ">="
|
39
39
|
- !ruby/object:Gem::Version
|
40
|
-
version: '
|
40
|
+
version: '0'
|
41
41
|
description:
|
42
42
|
email:
|
43
43
|
- knapo@knapo.net
|