jquery-colorbox-rails 0.0.2 → 0.0.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/Gemfile +3 -0
- data/lib/jquery-colorbox-rails.rb +4 -0
- data/lib/jquery-colorbox-rails/engine.rb +4 -0
- data/lib/jquery-colorbox-rails/version.rb +3 -0
- metadata +8 -35
- data/lib/jquery-colorbox.rb +0 -4
- data/lib/jquery-colorbox/engine.rb +0 -4
- data/lib/jquery-colorbox/version.rb +0 -3
- data/vendor/assets/images +0 -0
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 4331a36ac1ca09203dba0877c581945f05323481
|
|
4
|
+
data.tar.gz: c0a15d792a67012e28343b2154d16f168533722f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 030e37b21545f0a954c8752df90fd9a1518c4be8e9df1dcab46025af04373adde7ad41ccf7b37134dbb5bc31fb1c9677e77dc352239d632eb2d2905166ac5213
|
|
7
|
+
data.tar.gz: a9c7428723a8effb422d105643a0899b996aa5227f04d6c70fb210311dc99487215e3839dde4cd89fc1eeb90399c2db55720c921b3e7ac776837f12997df907c
|
data/Gemfile
ADDED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: jquery-colorbox-rails
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Krzysztof Knapik
|
|
@@ -24,45 +24,14 @@ dependencies:
|
|
|
24
24
|
- - '>='
|
|
25
25
|
- !ruby/object:Gem::Version
|
|
26
26
|
version: '3.1'
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
requirement: !ruby/object:Gem::Requirement
|
|
30
|
-
requirements:
|
|
31
|
-
- - '>='
|
|
32
|
-
- !ruby/object:Gem::Version
|
|
33
|
-
version: '3.1'
|
|
34
|
-
type: :runtime
|
|
35
|
-
prerelease: false
|
|
36
|
-
version_requirements: !ruby/object:Gem::Requirement
|
|
37
|
-
requirements:
|
|
38
|
-
- - '>='
|
|
39
|
-
- !ruby/object:Gem::Version
|
|
40
|
-
version: '3.1'
|
|
41
|
-
- !ruby/object:Gem::Dependency
|
|
42
|
-
name: rails
|
|
43
|
-
requirement: !ruby/object:Gem::Requirement
|
|
44
|
-
requirements:
|
|
45
|
-
- - '>='
|
|
46
|
-
- !ruby/object:Gem::Version
|
|
47
|
-
version: '3.1'
|
|
48
|
-
type: :development
|
|
49
|
-
prerelease: false
|
|
50
|
-
version_requirements: !ruby/object:Gem::Requirement
|
|
51
|
-
requirements:
|
|
52
|
-
- - '>='
|
|
53
|
-
- !ruby/object:Gem::Version
|
|
54
|
-
version: '3.1'
|
|
55
|
-
description: jQuery Colorbox for Rails 3.1+ asset pipeline
|
|
27
|
+
description: jQuery Colorbox (http://www.jacklmoore.com/colorbox) for Rails 3.1+ asset
|
|
28
|
+
pipeline
|
|
56
29
|
email:
|
|
57
30
|
- knapo@knapo.net
|
|
58
31
|
executables: []
|
|
59
32
|
extensions: []
|
|
60
33
|
extra_rdoc_files: []
|
|
61
34
|
files:
|
|
62
|
-
- lib/jquery-colorbox/engine.rb
|
|
63
|
-
- lib/jquery-colorbox/version.rb
|
|
64
|
-
- lib/jquery-colorbox.rb
|
|
65
|
-
- vendor/assets/images
|
|
66
35
|
- vendor/assets/javascripts/jquery.colorbox-ar.js
|
|
67
36
|
- vendor/assets/javascripts/jquery.colorbox-bg.js
|
|
68
37
|
- vendor/assets/javascripts/jquery.colorbox-cs.js
|
|
@@ -88,8 +57,12 @@ files:
|
|
|
88
57
|
- vendor/assets/javascripts/jquery.colorbox-tr.js
|
|
89
58
|
- vendor/assets/javascripts/jquery.colorbox-zh-CN.js
|
|
90
59
|
- vendor/assets/javascripts/jquery.colorbox.js
|
|
60
|
+
- lib/jquery-colorbox-rails/engine.rb
|
|
61
|
+
- lib/jquery-colorbox-rails/version.rb
|
|
62
|
+
- lib/jquery-colorbox-rails.rb
|
|
91
63
|
- MIT-LICENSE
|
|
92
64
|
- Rakefile
|
|
65
|
+
- Gemfile
|
|
93
66
|
- README.md
|
|
94
67
|
homepage: https://github.com/knapo/jquery-colorbox-rails
|
|
95
68
|
licenses: []
|
|
@@ -113,5 +86,5 @@ rubyforge_project: jquery-colorbox-rails
|
|
|
113
86
|
rubygems_version: 2.0.3
|
|
114
87
|
signing_key:
|
|
115
88
|
specification_version: 4
|
|
116
|
-
summary: jQuery Colorbox for Rails 3.1+
|
|
89
|
+
summary: jQuery Colorbox for Rails 3.1+ for Rails 3.1+ asset pipeline
|
|
117
90
|
test_files: []
|
data/lib/jquery-colorbox.rb
DELETED
data/vendor/assets/images
DELETED
|
File without changes
|