material_design_lite-sass 1.0.6.2 → 1.0.6.3

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 8f1fbade36d3b8738127214e36eb1595ae3c5ce1
4
- data.tar.gz: a6f120dfe06552d214d81d89cc1df45983996c35
3
+ metadata.gz: bde71fb69be64bab2e676984fd29561d22e68cf0
4
+ data.tar.gz: 21e57b3dabbc1861ac8e6e3612fbbd63cbfbbb93
5
5
  SHA512:
6
- metadata.gz: cad269249d8d45d77ecb5f1d95b74e24d97122932630f3c3fc352e020712d2296c8fb398a44fd5e9e1d1bbdf3226ea1dbab5017988d75fbfaf989f85d94c103d
7
- data.tar.gz: 61e277a615ba8d28a08cf389e4130c9e8836cc238d58be10eaba74b7eeee16774a6876ed349079cb23b0e225ed62f19f4d1e80142afc8ab6e967babd3224e12d
6
+ metadata.gz: 3bc5efd0f6e2af4db8ead43d21425d5094eda77fbedffe7eb756ce520d870d18aecd6e969da5e0f4a3ef8b9985aadb9f083d7d0aa181254f40fff6d8296d4f4a
7
+ data.tar.gz: c3f69aa2c502acf170adae9fc1b2958420551a83c47d1abd6c09446488443e3faa0232079c444cdc31479484d263d8d7a2757a8bbcc454ea232df85024c5a7c3
data/CHANGELOG.md CHANGED
@@ -1,3 +1,12 @@
1
+ ## 1.0.6.3 (2015-11-21)
2
+
3
+ - Improvement: Support for sprockets-rails 3+
4
+
5
+ Library version:
6
+
7
+ - Material Design Lite v1.0.6
8
+ - Material Icons v2.1
9
+
1
10
  ## 1.0.6.2 (2015-11-18)
2
11
 
3
12
  - Update Material Icons to v2.1
@@ -6,9 +6,12 @@ module MaterialDesignLite
6
6
  %w(stylesheets javascripts fonts images).each do |sub|
7
7
  app.config.assets.paths << root.join('vendor/assets', sub).to_s
8
8
  end
9
- app.config.assets.precompile << %r(material-icons/MaterialIcons-Regular\.(?:eot|ttf|woff|woff2?)$)
10
- app.config.assets.precompile << %r(roboto/Roboto-[\w-]+\.(?:ttf|woff|woff2?)$)
11
- app.config.assets.precompile += %w[*.svg]
9
+
10
+ unless Sprockets::Rails::VERSION.split('.', 2)[0].to_i >= 3
11
+ app.config.assets.precompile << %r(material-icons/MaterialIcons-Regular\.(?:eot|ttf|woff|woff2?)$)
12
+ app.config.assets.precompile << %r(roboto/Roboto-[\w-]+\.(?:ttf|woff|woff2?)$)
13
+ app.config.assets.precompile += %w[*.svg]
14
+ end
12
15
  end
13
16
  end
14
17
  end
@@ -1,5 +1,5 @@
1
1
  module MaterialDesignLite
2
2
  module Sass
3
- VERSION = '1.0.6.2'
3
+ VERSION = '1.0.6.3'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: material_design_lite-sass
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.6.2
4
+ version: 1.0.6.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dmitriy Tarasov
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2015-11-18 00:00:00.000000000 Z
11
+ date: 2015-11-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: sass