smoothslider 1.0.9 → 1.1.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: f3aa9fef259236e35d72a44533b65eeef95631c8
4
- data.tar.gz: 9ac5b51bea610e1d2caa8c19c91471d76969f24d
3
+ metadata.gz: f8f0f9a730b39702c62991c434b87bc63e7896a3
4
+ data.tar.gz: 19f5fd3d587fa94ed9d3a9dad9f79c3fccd28b2f
5
5
  SHA512:
6
- metadata.gz: c99007902a0e9fa17c40a41dd7fde9c34219161ec4babaa1e0a51e8ffe234f97c09710dcd147bdbd78554b9f2fa95a7e8f001af35ebc54cda54cd13cfd6e3a4b
7
- data.tar.gz: 187c5cbc3571a4f0cd04695d7f4abe7d402c6f4010c5c42b6090874babe3261f3f00105aebca5f3e5462e4d0953f9afcc965236f8fb1df06e6d5bd4caa5d884f
6
+ metadata.gz: 877a29c72c5f8da20e28e50b76e39e77e030f928e39437311765f45faec7710e7b449e3e52b3004151d09770ddd9591fc6dcdd22026b75614186813f401e94a0
7
+ data.tar.gz: '0404085d07e4d6e1832526071a496fb7843e518e1eea0c335c6097a62db218a1ddbbaf20d2da1f88d2bf69fbcf250366c217ad4cd8b0349c39509c5a2723ef9d'
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- smoothslider (1.0.5)
4
+ smoothslider (1.0.9)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
data/lib/smoothslider.rb CHANGED
@@ -3,22 +3,6 @@ require "smoothslider/version"
3
3
  module Smoothslider
4
4
  module Rails
5
5
  class Engine < ::Rails::Engine
6
- initializer :append_dependent_assets_path, :group => :all do |app|
7
- app.config.assets.paths += %w( fonts )
8
-
9
- app.config.assets.precompile += %w( smoothslider.css )
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 )
16
-
17
- app.config.assets.precompile += %w( smoothslider-icon.eot )
18
- app.config.assets.precompile += %w( smoothslider-icon.svg )
19
- app.config.assets.precompile += %w( smoothslider-icon.ttf )
20
- app.config.assets.precompile += %w( smoothslider-icon.woff )
21
- end
22
6
  end
23
7
  end
24
8
  end
@@ -1,3 +1,3 @@
1
1
  module Smoothslider
2
- VERSION = "1.0.9"
2
+ VERSION = "1.1.0"
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.9
4
+ version: 1.1.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Arjun Ghimire