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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: ac3d590e81fee2b16954e356662c83ff49fa3a3f
4
- data.tar.gz: 9df9989ff2fc1c27c1fe29b03d141edbb8b22dba
3
+ metadata.gz: 348e36be63f3b468f07b7953996f9945ae60adf8
4
+ data.tar.gz: 17aa7b6779f6f5042e5ad92d12f500d5dd4218e7
5
5
  SHA512:
6
- metadata.gz: 7a926300cbbd774be4a4a279c17c12f2f8072c3cd1d452eb36b71e931439aaa86c94b181d1cb6e7edfd29f84c003b3d3955892425519500a734a7d1389bc095e
7
- data.tar.gz: 44f2bec9025b55ce5e4d43c4e2174046732f7312aa12d47d04cb832eacbbeaf3264a417b05863dfaa35c29f467bd458d62f5692a0b05d34f965cd64ccf38b4b5
6
+ metadata.gz: 196b5ce58d044645ed1cc3e128c7ebcbd5344875137c53e1086c80878f6b3972f7d11f91cbdb9a20d7ad354a149b48031badf7516cc21ad326061735ebe4497c
7
+ data.tar.gz: 393d5ec64f1b14c92912116f0a2411a5cb0f0b26214cf79fde088e72841ce50d1481a6a34e4e77c1bf843c6432dee3e28e381093f2b32cc7631e7cce16c641f6
@@ -1,3 +1,3 @@
1
1
  module JqueryColorboxRails
2
- VERSION = "0.0.4"
2
+ VERSION = "0.0.5"
3
3
  end
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
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 (http://www.jacklmoore.com/colorbox) for Rails 3.1+ asset
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 for Rails 3.1+ for Rails 3.1+ asset pipeline
109
+ summary: jQuery Colorbox integration for Rails 3.1+ asset pipeline
110
110
  test_files: []