materialize-sass 0.97.2 → 0.97.3

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.
@@ -5,8 +5,11 @@ module Materialize
5
5
  %w(stylesheets javascripts fonts images).each do |sub|
6
6
  app.config.assets.paths << root.join('app/assets', sub).to_s
7
7
  end
8
- app.config.assets.precompile << %r(material-design-icons/Material-Design-Icons\.(?:eot|svg|ttf|woff|woff2?)$)
9
- app.config.assets.precompile << %r(roboto/Roboto-[\w-]+\.(?:eot|svg|ttf|woff|woff2?)$)
8
+
9
+ unless Sprockets::Rails::VERSION.starts_with?('3')
10
+ app.config.assets.precompile << %r(material-design-icons/Material-Design-Icons\.(?:eot|svg|ttf|woff|woff2?)$)
11
+ app.config.assets.precompile << %r(roboto/Roboto-[\w-]+\.(?:eot|svg|ttf|woff|woff2?)$)
12
+ end
10
13
  end
11
14
  end
12
15
  end
@@ -1,6 +1,6 @@
1
1
  module Materialize
2
2
  module Sass
3
- VERSION = "0.97.2"
3
+ VERSION = "0.97.3"
4
4
  end
5
5
  end
6
6
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: materialize-sass
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.97.2
4
+ version: 0.97.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - mkhairi
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-11-12 00:00:00.000000000 Z
11
+ date: 2015-11-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -91,6 +91,7 @@ files:
91
91
  - app/assets/javascripts/materialize/animation.js
92
92
  - app/assets/javascripts/materialize/buttons.js
93
93
  - app/assets/javascripts/materialize/cards.js
94
+ - app/assets/javascripts/materialize/carousel.js
94
95
  - app/assets/javascripts/materialize/character_counter.js
95
96
  - app/assets/javascripts/materialize/chips.js
96
97
  - app/assets/javascripts/materialize/collapsible.js
@@ -124,6 +125,7 @@ files:
124
125
  - app/assets/stylesheets/materialize.scss
125
126
  - app/assets/stylesheets/materialize/components/_buttons.scss
126
127
  - app/assets/stylesheets/materialize/components/_cards.scss
128
+ - app/assets/stylesheets/materialize/components/_carousel.scss
127
129
  - app/assets/stylesheets/materialize/components/_chips.scss
128
130
  - app/assets/stylesheets/materialize/components/_collapsible.scss
129
131
  - app/assets/stylesheets/materialize/components/_color.scss