smoothslider 1.0.6 → 1.0.7

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: 681a922af4f851bcfaf1d2f01f8ae4e4486d4bac
4
- data.tar.gz: fc3886d4f86940280207357cff96c33bdc52b081
3
+ metadata.gz: af2f0e2bb9a1f931082ca4114be768bd2bbe7765
4
+ data.tar.gz: 141d071e1c9bd519bfa920962cc57a13cf518c55
5
5
  SHA512:
6
- metadata.gz: 16b710e12e669d4b442fc1d1c2b9a5e45d896685e619e6d7d97b91a476203a14178e765188e6b4487558f750630cc769631e8a75ed460bfd7bad07419ae5004e
7
- data.tar.gz: 6093b2547e59a39f7ea87ec351a50534fb5280d2db196fecb49338e748a2b2d8b0f19a4e590d3d2bdffa09442dcf50f1ff76a76522fd6562eda62dd4cf32e468
6
+ metadata.gz: 5b948f65d5d065f6b0495fdb5d41cc598d4c7c21e03acef2de83db3ba5f723b0a577ba52ff716dc778494bf71198c7099b394f19a3a374b45fa8acd814e93939
7
+ data.tar.gz: 545b60192c244e2cd3b41d8bcb8f74ef957aea359de4782d2780d5f3b5ce5344d8718dbaeed4af42dae6219019279d0742db92fd56ca81f4b812478aea821f77
data/lib/smoothslider.rb CHANGED
@@ -7,7 +7,12 @@ module Smoothslider
7
7
  app.config.assets.paths += %w( fonts )
8
8
 
9
9
  app.config.assets.precompile += %w( smoothslider.css )
10
- app.config.assets.precompile += %w( smoothslider.js )
10
+ app.config.assets.precompile += %w( froogaloop.js )
11
+ app.config.assets.precompile += %w( jquery.easing.js )
12
+ app.config.assets.precompile += %w( jquery.fitvid.js )
13
+ app.config.assets.precompile += %w( jquery.smoothslider.js )
14
+ app.config.assets.precompile += %w( jquery.mousewheel.js )
15
+ app.config.assets.precompile += %w( modernizr.js )
11
16
 
12
17
  app.config.assets.precompile += %w( smoothslider-icon.eot )
13
18
  app.config.assets.precompile += %w( smoothslider-icon.svg )
@@ -1,3 +1,3 @@
1
1
  module Smoothslider
2
- VERSION = "1.0.6"
2
+ VERSION = "1.0.7"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: smoothslider
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.6
4
+ version: 1.0.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Arjun Ghimire