jquery-colorbox-rails 1.7.2 → 1.7.3
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/{MIT-LICENSE → LICENSE} +1 -1
- data/lib/jquery-colorbox-rails.rb +2 -2
- data/lib/jquery-colorbox-rails/engine.rb +2 -5
- data/lib/jquery-colorbox-rails/version.rb +1 -1
- metadata +22 -7
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 7c5447fea8ea2a0f0231aad38e512b41c15f6af2fe995d9185ca754866d241c4
|
|
4
|
+
data.tar.gz: 3f4b7c0f4b401de19e4fcdebc68e9f3936d6c41043f2a6ed49dda34c1a99d453
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: bbc1659a86b053a9e19108d8b74df1fb4664268d7e84187573bc59fca49d9b8dcfba44462a09f6ce39b1365c8dc7904fcafcdc1bdf80f1b8bb6013e3ec746288
|
|
7
|
+
data.tar.gz: a392b1af57eac17e561d407914d23fcfc5f165fd9bfb0e8035dd756a28224720d8b8e4897173ada4e0e8561eecfdf36fc3f1d42fc78dadec4c52550d544bd21f
|
data/{MIT-LICENSE → LICENSE}
RENAMED
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.3
|
|
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: 2019-06-14 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: railties
|
|
@@ -24,6 +24,20 @@ dependencies:
|
|
|
24
24
|
- - ">="
|
|
25
25
|
- !ruby/object:Gem::Version
|
|
26
26
|
version: '3.1'
|
|
27
|
+
- !ruby/object:Gem::Dependency
|
|
28
|
+
name: rake
|
|
29
|
+
requirement: !ruby/object:Gem::Requirement
|
|
30
|
+
requirements:
|
|
31
|
+
- - "~>"
|
|
32
|
+
- !ruby/object:Gem::Version
|
|
33
|
+
version: '10.0'
|
|
34
|
+
type: :development
|
|
35
|
+
prerelease: false
|
|
36
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
37
|
+
requirements:
|
|
38
|
+
- - "~>"
|
|
39
|
+
- !ruby/object:Gem::Version
|
|
40
|
+
version: '10.0'
|
|
27
41
|
description: jQuery Colorbox [https://github.com/jackmoore/colorbox] integration for
|
|
28
42
|
Rails 3.1+ asset pipeline
|
|
29
43
|
email:
|
|
@@ -33,7 +47,7 @@ extensions: []
|
|
|
33
47
|
extra_rdoc_files: []
|
|
34
48
|
files:
|
|
35
49
|
- Gemfile
|
|
36
|
-
-
|
|
50
|
+
- LICENSE
|
|
37
51
|
- README.md
|
|
38
52
|
- Rakefile
|
|
39
53
|
- lib/jquery-colorbox-rails.rb
|
|
@@ -103,7 +117,9 @@ files:
|
|
|
103
117
|
homepage: https://github.com/knapo/jquery-colorbox-rails
|
|
104
118
|
licenses:
|
|
105
119
|
- MIT
|
|
106
|
-
metadata:
|
|
120
|
+
metadata:
|
|
121
|
+
homepage_uri: https://github.com/knapo/jquery-colorbox-rails
|
|
122
|
+
source_code_uri: https://github.com/knapo/jquery-colorbox-rails
|
|
107
123
|
post_install_message:
|
|
108
124
|
rdoc_options: []
|
|
109
125
|
require_paths:
|
|
@@ -112,15 +128,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
112
128
|
requirements:
|
|
113
129
|
- - ">="
|
|
114
130
|
- !ruby/object:Gem::Version
|
|
115
|
-
version:
|
|
131
|
+
version: 2.0.0
|
|
116
132
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
117
133
|
requirements:
|
|
118
134
|
- - ">="
|
|
119
135
|
- !ruby/object:Gem::Version
|
|
120
136
|
version: '0'
|
|
121
137
|
requirements: []
|
|
122
|
-
|
|
123
|
-
rubygems_version: 2.7.6
|
|
138
|
+
rubygems_version: 3.0.3
|
|
124
139
|
signing_key:
|
|
125
140
|
specification_version: 4
|
|
126
141
|
summary: jQuery Colorbox integration for Rails 3.1+ asset pipeline
|