jquery-colorbox-rails 0.0.4 → 0.0.5
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/jquery-colorbox-rails/version.rb +1 -1
- metadata +5 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 348e36be63f3b468f07b7953996f9945ae60adf8
|
4
|
+
data.tar.gz: 17aa7b6779f6f5042e5ad92d12f500d5dd4218e7
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 196b5ce58d044645ed1cc3e128c7ebcbd5344875137c53e1086c80878f6b3972f7d11f91cbdb9a20d7ad354a149b48031badf7516cc21ad326061735ebe4497c
|
7
|
+
data.tar.gz: 393d5ec64f1b14c92912116f0a2411a5cb0f0b26214cf79fde088e72841ce50d1481a6a34e4e77c1bf843c6432dee3e28e381093f2b32cc7631e7cce16c641f6
|
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.5
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Krzysztof Knapik
|
@@ -24,8 +24,7 @@ dependencies:
|
|
24
24
|
- - '>='
|
25
25
|
- !ruby/object:Gem::Version
|
26
26
|
version: '3.1'
|
27
|
-
description: jQuery Colorbox
|
28
|
-
pipeline
|
27
|
+
description: jQuery Colorbox integration for Rails 3.1+ asset pipeline
|
29
28
|
email:
|
30
29
|
- knapo@knapo.net
|
31
30
|
executables: []
|
@@ -85,7 +84,8 @@ files:
|
|
85
84
|
- Gemfile
|
86
85
|
- README.md
|
87
86
|
homepage: https://github.com/knapo/jquery-colorbox-rails
|
88
|
-
licenses:
|
87
|
+
licenses:
|
88
|
+
- MIT
|
89
89
|
metadata: {}
|
90
90
|
post_install_message:
|
91
91
|
rdoc_options: []
|
@@ -106,5 +106,5 @@ rubyforge_project: jquery-colorbox-rails
|
|
106
106
|
rubygems_version: 2.0.3
|
107
107
|
signing_key:
|
108
108
|
specification_version: 4
|
109
|
-
summary: jQuery Colorbox
|
109
|
+
summary: jQuery Colorbox integration for Rails 3.1+ asset pipeline
|
110
110
|
test_files: []
|