jquery-colorbox-rails 1.6.7.1 → 1.7.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/MIT-LICENSE +1 -1
- data/lib/jquery-colorbox-rails/version.rb +1 -1
- metadata +4 -10
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 54e951dcce3cfc985e75ca0af7deab4cb541ef5c
|
4
|
+
data.tar.gz: 6b9bb39c1bdb898c9a9b105fc76f1a0ea4305276
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 33910a38aa2017c8a5d2d1060ec1468227e8fca9a3c76fcd431a87fc1cdc58be4194f6dca14c6c1a146a0f1b494aaa7ee5c082339cd94a8861bd360357cf8259
|
7
|
+
data.tar.gz: 678e5c6a2259cbc2607ec61a70d88c0b4c32d7ed53dcbe07ae23f25eb2bcb3acc06dd8dba1043140ff467dd24cb5aa10611ca7d2c97fec6335cab705f354de8e
|
data/MIT-LICENSE
CHANGED
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.
|
4
|
+
version: 1.7.0
|
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: 2017-04-11 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: railties
|
@@ -17,9 +17,6 @@ dependencies:
|
|
17
17
|
- - ">="
|
18
18
|
- !ruby/object:Gem::Version
|
19
19
|
version: '3.1'
|
20
|
-
- - "<="
|
21
|
-
- !ruby/object:Gem::Version
|
22
|
-
version: '5.1'
|
23
20
|
type: :runtime
|
24
21
|
prerelease: false
|
25
22
|
version_requirements: !ruby/object:Gem::Requirement
|
@@ -27,13 +24,10 @@ dependencies:
|
|
27
24
|
- - ">="
|
28
25
|
- !ruby/object:Gem::Version
|
29
26
|
version: '3.1'
|
30
|
-
- - "<="
|
31
|
-
- !ruby/object:Gem::Version
|
32
|
-
version: '5.1'
|
33
27
|
description: jQuery Colorbox [https://github.com/jackmoore/colorbox] integration for
|
34
28
|
Rails 3.1+ asset pipeline
|
35
29
|
email:
|
36
|
-
-
|
30
|
+
- knapo@knapo.net
|
37
31
|
executables: []
|
38
32
|
extensions: []
|
39
33
|
extra_rdoc_files: []
|
@@ -125,7 +119,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
125
119
|
version: '0'
|
126
120
|
requirements: []
|
127
121
|
rubyforge_project: jquery-colorbox-rails
|
128
|
-
rubygems_version: 2.
|
122
|
+
rubygems_version: 2.6.11
|
129
123
|
signing_key:
|
130
124
|
specification_version: 4
|
131
125
|
summary: jQuery Colorbox integration for Rails 3.1+ asset pipeline
|