jquery-slick-rails 1.4.1 → 1.5.0

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.
@@ -198,4 +198,4 @@
198
198
  {
199
199
  opacity: .75;
200
200
  color: black;
201
- }
201
+ }
File without changes
@@ -1,3 +1,3 @@
1
1
  module JquerySlickRails
2
- VERSION = "1.4.1"
2
+ VERSION = "1.5.0"
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.4.1
4
+ version: 1.5.0
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-02-18 00:00:00.000000000 Z
11
+ date: 2015-03-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: railties
@@ -40,8 +40,8 @@ files:
40
40
  - app/assets/fonts/slick.woff
41
41
  - app/assets/images/ajax-loader.gif
42
42
  - app/assets/javascripts/jquery.slick.js
43
- - app/assets/stylesheets/slick-theme.css.scss
44
- - app/assets/stylesheets/slick.css
43
+ - app/assets/stylesheets/slick-theme.scss
44
+ - app/assets/stylesheets/slick.scss
45
45
  - lib/jquery-slick-rails.rb
46
46
  - lib/jquery-slick-rails/version.rb
47
47
  homepage: https://github.com/bodrovis/jquery-slick-rails