jquery-colorbox-rails 1.6.3 → 1.6.4

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: 27a1736bdbbcad329605131eac192eccf6c2a429
4
- data.tar.gz: 8b2848a4eb44ff53c4adc9573145ef0b6df889e7
3
+ metadata.gz: 3f47ddd08aa94458e426f40886e9d70338393a89
4
+ data.tar.gz: 4b2f0c58469fd3239712928adcec90dbbbea31f4
5
5
  SHA512:
6
- metadata.gz: ce9857bef235f6488ed905f4c4e007cbfa1bfeadfc6691bf8b8913f92f3ff87d8682898bd943f8284d44ddf956e50998f2edd2a7531000b15a784336eba68dc1
7
- data.tar.gz: b9e09e91ebc0371bf9d97ac660a2df7f403e905ee4bff0749d4c9139daa720c905d7ecc9284247b28dfcc9a24350de557e1685f05aa99104c46f8fd320e31b9f
6
+ metadata.gz: 6f7a71b7cc47f759902e4ef2b6aa79ccbf2e6766329bf3993dabcaafff8dbd3ee0be5dfbeb67d1e406ccadc4de3e8ea5cff3452c9c902295955a8a709312bd50
7
+ data.tar.gz: 9c75b21e66258936207e4a1c026368960ce08a9fd1991a51f19aa5e17dc638ae3e192034a2741324103fd89e1c4f40c9e451e884033512777a68f1f5ed759a85
data/README.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  jquery-colorbox-rails integrates [jquery.colorbox](https://github.com/jackmoore/colorbox) with rails 3.1+ asset pipeline.
4
4
 
5
- Colorbox version: <b id="colorbox-version">1.6.3</b>
5
+ Colorbox version: <b id="colorbox-version">1.6.4</b>
6
6
 
7
7
  ### Installation
8
8
 
@@ -1,3 +1,3 @@
1
1
  module JqueryColorboxRails
2
- VERSION = "1.6.3"
2
+ VERSION = "1.6.4"
3
3
  end
@@ -1,5 +1,5 @@
1
1
  /*!
2
- Colorbox 1.6.3
2
+ Colorbox 1.6.4
3
3
  license: MIT
4
4
  http://www.jacklmoore.com/colorbox
5
5
  */
@@ -950,7 +950,7 @@
950
950
  }, 100);
951
951
 
952
952
  if (settings.get('inline')) {
953
- var $target = $(href);
953
+ var $target = $(href).eq(0);
954
954
  // Inserts an empty placeholder where inline content is being pulled from.
955
955
  // An event is bound to put inline content back when Colorbox closes or loads new content.
956
956
  $inline = $('<div>').hide().insertBefore($target);
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.6.3
4
+ version: 1.6.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Krzysztof Knapik
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-04-15 00:00:00.000000000 Z
11
+ date: 2016-05-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: railties
@@ -33,7 +33,7 @@ dependencies:
33
33
  description: jQuery Colorbox [https://github.com/jackmoore/colorbox] integration for
34
34
  Rails 3.1+ asset pipeline
35
35
  email:
36
- - knapo@knapo.net
36
+ - k@knapik.cc
37
37
  executables: []
38
38
  extensions: []
39
39
  extra_rdoc_files: []
@@ -105,7 +105,7 @@ files:
105
105
  - vendor/assets/stylesheets/jquery.colorbox-example3.css.scss
106
106
  - vendor/assets/stylesheets/jquery.colorbox-example4.css.scss
107
107
  - vendor/assets/stylesheets/jquery.colorbox-example5.css.scss
108
- homepage: https://github.com/knapo/jquery-colorbox-rails
108
+ homepage: https://github.com/kknapik/jquery-colorbox-rails
109
109
  licenses:
110
110
  - MIT
111
111
  metadata: {}