jquery-slick-rails 1.5.3 → 1.5.5

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: d67e983b7606223671c5310cd03917072cde8947
4
- data.tar.gz: d744af417f8362f850df41e8ffac1bb55f7c8caf
3
+ metadata.gz: e921ead92b050a692dcfb2f9ad95b45e3646e77e
4
+ data.tar.gz: 2c6f44783513c0ae9125d65e16662fd81bd7c57b
5
5
  SHA512:
6
- metadata.gz: f465915f9ac2a166a86b352ccb273c0a185d17884a9826dfe69e60a498ee3c5b15825d96ef7535e67fff17d8937c78057d61d0e82aacfbad5252a8966655b4c1
7
- data.tar.gz: e0973f777b084cab27577fcb1c81c970e46cda81c13e8df98a338e7b680948d5cdf94cf1b9c237ffc8f13ae5356fbcf5f8918e3689a0895c01b8c70068a53b09
6
+ metadata.gz: 5a7396d04e79882dff051c2bcd31fdd14d9d8b76e58248fa97846acc05efdb7de518526fb58d82eaa21785d669de1c16616eddeac2a56257fd032660c48cd81d
7
+ data.tar.gz: 5c52d4b74720864e4235f42ea89900762b3022eba26344a34c6202d572fed3f5584f9a8f635d191d97db4254ab7fd101b0c3878d29f833d37c2edd386bc87214
@@ -6,7 +6,7 @@
6
6
  |___/_|_|\___|_|\_(_)/ |___/
7
7
  |__/
8
8
 
9
- Version: 1.5.3
9
+ Version: 1.5.5
10
10
  Author: Ken Wheeler
11
11
  Website: http://kenwheeler.github.io
12
12
  Docs: http://kenwheeler.github.io/slick
@@ -566,8 +566,10 @@
566
566
  };
567
567
  _.$slider.html(newSlides);
568
568
  _.$slider.children().children().children()
569
- .width((100 / _.options.slidesPerRow) + "%")
570
- .css({'display': 'inline-block'});
569
+ .css({
570
+ 'width':(100 / _.options.slidesPerRow) + "%",
571
+ 'display': 'inline-block'
572
+ });
571
573
  };
572
574
 
573
575
  };
@@ -1,3 +1,3 @@
1
1
  module JquerySlickRails
2
- VERSION = "1.5.3"
2
+ VERSION = "1.5.5"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jquery-slick-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.5.3
4
+ version: 1.5.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ilya Bodrov
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-05-12 00:00:00.000000000 Z
11
+ date: 2015-05-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: railties