jquery-colorbox-rails 0.3.2 → 1.6.3

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: bcda05541dde4aeea23fdf088a5c7f072d2dec6c
4
- data.tar.gz: fe90d9a49829778c6aa80a2f6d6b6b3a443d4974
3
+ metadata.gz: 27a1736bdbbcad329605131eac192eccf6c2a429
4
+ data.tar.gz: 8b2848a4eb44ff53c4adc9573145ef0b6df889e7
5
5
  SHA512:
6
- metadata.gz: 7eaaaacf5b5eeb697d3fc78cf21cf107e44865d716aabd983b261a47c7a2cc18565704ec4547789f431a58d31999777dc63c5e8fb0e59705c0c299822136c24e
7
- data.tar.gz: b41537067ddb1be123b7714d163729275df4087290cf9e0fcf9a6a5193e994997b687f8aec8e910be8043d096c833c1aac698b2f286070eebb19894092009f4b
6
+ metadata.gz: ce9857bef235f6488ed905f4c4e007cbfa1bfeadfc6691bf8b8913f92f3ff87d8682898bd943f8284d44ddf956e50998f2edd2a7531000b15a784336eba68dc1
7
+ data.tar.gz: b9e09e91ebc0371bf9d97ac660a2df7f403e905ee4bff0749d4c9139daa720c905d7ecc9284247b28dfcc9a24350de557e1685f05aa99104c46f8fd320e31b9f
@@ -1,3 +1,3 @@
1
1
  module JqueryColorboxRails
2
- VERSION = "0.3.2"
2
+ VERSION = "1.6.3"
3
3
  end
@@ -484,7 +484,7 @@
484
484
  $current = $tag(div, "Current"),
485
485
  $prev = $('<button type="button"/>').attr({id:prefix+'Previous'}),
486
486
  $next = $('<button type="button"/>').attr({id:prefix+'Next'}),
487
- $slideshow = $tag('button', "Slideshow"),
487
+ $slideshow = $('<button type="button"/>').attr({id:prefix+'Slideshow'}),
488
488
  $loadingOverlay
489
489
  );
490
490
 
@@ -2,7 +2,7 @@
2
2
  Colorbox Core Style:
3
3
  The following CSS is consistent between example themes and should not be altered.
4
4
  */
5
- #colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
5
+ #colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden; -webkit-transform: translate3d(0,0,0);}
6
6
  #cboxWrapper {max-width:none;}
7
7
  #cboxOverlay{position:fixed; width:100%; height:100%;}
8
8
  #cboxMiddleLeft, #cboxBottomLeft{clear:left;}
@@ -2,7 +2,7 @@
2
2
  Colorbox Core Style:
3
3
  The following CSS is consistent between example themes and should not be altered.
4
4
  */
5
- #colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
5
+ #colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden; -webkit-transform: translate3d(0,0,0);}
6
6
  #cboxWrapper {max-width:none;}
7
7
  #cboxOverlay{position:fixed; width:100%; height:100%;}
8
8
  #cboxMiddleLeft, #cboxBottomLeft{clear:left;}
@@ -2,7 +2,7 @@
2
2
  Colorbox Core Style:
3
3
  The following CSS is consistent between example themes and should not be altered.
4
4
  */
5
- #colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
5
+ #colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden; -webkit-transform: translate3d(0,0,0);}
6
6
  #cboxWrapper {max-width:none;}
7
7
  #cboxOverlay{position:fixed; width:100%; height:100%;}
8
8
  #cboxMiddleLeft, #cboxBottomLeft{clear:left;}
@@ -2,7 +2,7 @@
2
2
  Colorbox Core Style:
3
3
  The following CSS is consistent between example themes and should not be altered.
4
4
  */
5
- #colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
5
+ #colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden; -webkit-transform: translate3d(0,0,0);}
6
6
  #cboxWrapper {max-width:none;}
7
7
  #cboxOverlay{position:fixed; width:100%; height:100%;}
8
8
  #cboxMiddleLeft, #cboxBottomLeft{clear:left;}
@@ -2,7 +2,7 @@
2
2
  Colorbox Core Style:
3
3
  The following CSS is consistent between example themes and should not be altered.
4
4
  */
5
- #colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
5
+ #colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden; -webkit-transform: translate3d(0,0,0);}
6
6
  #cboxWrapper {max-width:none;}
7
7
  #cboxOverlay{position:fixed; width:100%; height:100%;}
8
8
  #cboxMiddleLeft, #cboxBottomLeft{clear:left;}
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: 0.3.2
4
+ version: 1.6.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: 2015-08-07 00:00:00.000000000 Z
11
+ date: 2016-04-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: railties
@@ -125,7 +125,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
125
125
  version: '0'
126
126
  requirements: []
127
127
  rubyforge_project: jquery-colorbox-rails
128
- rubygems_version: 2.4.6
128
+ rubygems_version: 2.5.1
129
129
  signing_key:
130
130
  specification_version: 4
131
131
  summary: jQuery Colorbox integration for Rails 3.1+ asset pipeline