material_design_lite-sass 1.0.4.1 → 1.0.4.2

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: a6ab1e89caa4e860949e79d14f3d6041c3322933
4
- data.tar.gz: f6d8b121aaa24cff03833a82c5f2bda4127c8631
3
+ metadata.gz: fc0f274d82691172cea0e74162ba93a16588d155
4
+ data.tar.gz: a79100b260aa91dc3415400e6e298b1ace8f11c2
5
5
  SHA512:
6
- metadata.gz: 6f521c26df28666facd35b5142c4bbb61cb226411b9fd65b484884cac6eea0adda9f75feed1fdf555ebf30e8603cebf22b6d52c0d26d2c27f2e4042d1cd7605f
7
- data.tar.gz: a94ed75e77083bf2d93b7630d09223a80e29268f78176359ff68cb55930b648298c3dd73a6b39969505b681c03978479d192cc31437d68116fdadbacc0897ace
6
+ metadata.gz: 24fc70e5a45d6ae890a49e2f6a842f5b326c41b7ef7f3e4e9b91fe329748e69e9e87d5c5794b199c6da746c246d79a6dd3eca4411782199a56e2e7c05f060df7
7
+ data.tar.gz: cb1ddc1d74d9af810178ec9c4cadbcb57e62523f7819706447568c2446096b4806baf05493e49342cd5646d53774a83e6af984e6f1a472d689461ed39dc0dec6
data/.travis.yml CHANGED
@@ -1,7 +1,6 @@
1
1
  language: ruby
2
2
 
3
3
  rvm:
4
- - 1.9.3
5
4
  - 2.0.0
6
5
  - 2.1.7
7
6
  - 2.2.3
data/CHANGELOG.md CHANGED
@@ -1,4 +1,15 @@
1
- ## 1.0.4 (2015-08-23)
1
+ ## 1.0.4.2 (2015-09-24)
2
+
3
+ - Improvement: Update autoprefixer dependency
4
+ - Ruby Versioning: Drop support for Ruby 1.9
5
+ - Rails Versioning: Drop support for Rails 3.2
6
+
7
+ Library version:
8
+
9
+ - Material Design Lite v1.0.4
10
+ - Material Icons v2.0
11
+
12
+ ## 1.0.4.1 (2015-08-23)
2
13
 
3
14
  - Bug Fix: Include autoprefixer
4
15
 
data/README.md CHANGED
@@ -29,7 +29,7 @@ Open `/app/assets/stylesheets/application.scss` file and add this line:
29
29
  @import 'material';
30
30
  ```
31
31
 
32
- > **Note:** Default Rails installation comes with `.css` file extension for stylesheet assests files, make sure you change it to `.scss` and remove all the `//= require` and `//= require_tree` statements from file. Alternatively, to keep original `application.css` file, you can create `custom.scss` file in the same folder and import `material` there.
32
+ > **Note:** Default Rails installation comes with `.css` file extension for stylesheet assests files, make sure you change it to `.scss` and remove all the `*= require_tree .` and `*= require_self` statements from file. Alternatively, to keep original `application.css` file, you can create `custom.scss` file in the same folder and import `material` there.
33
33
 
34
34
  Open `app/assets/javascripts/application.js` file and add this line:
35
35
 
@@ -154,4 +154,4 @@ Material Icons © Google, 2015. Released under the [Creative Common Attribution
154
154
 
155
155
  Roboto © Google, 2015. Licensed under the [Apache-2](https://github.com/rubysamurai/material_design_lite-sass/blob/master/vendor/assets/fonts/roboto/LICENSE.txt) license.
156
156
 
157
- `material_design_lite-sass` © Dmitriy Tarasov, 2015. Released under the [MIT](https://github.com/rubysamurai/material_design_lite-sass/blob/master/LICENSE.txt) licence.
157
+ `material_design_lite-sass` © Dmitriy Tarasov, 2015. Released under the [MIT](https://github.com/rubysamurai/material_design_lite-sass/blob/master/LICENSE.txt) license.
@@ -38,7 +38,6 @@ module MaterialDesignLite
38
38
  def register_rails_engine
39
39
  require 'material_design_lite/sass/engine'
40
40
  require 'autoprefixer-rails'
41
- require 'autoprefixer-rails/railtie'
42
41
  end
43
42
 
44
43
  def register_sprockets
@@ -1,5 +1,5 @@
1
1
  module MaterialDesignLite
2
2
  module Sass
3
- VERSION = '1.0.4.1'
3
+ VERSION = '1.0.4.2'
4
4
  end
5
5
  end
@@ -19,10 +19,10 @@ Gem::Specification.new do |spec|
19
19
  spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
20
20
  spec.require_paths = ['lib']
21
21
 
22
- spec.required_ruby_version = '>= 1.9.3'
22
+ spec.required_ruby_version = '>= 2.0.0'
23
23
 
24
24
  spec.add_runtime_dependency 'sass', '~> 3.3'
25
- spec.add_runtime_dependency 'autoprefixer-rails', '~> 5.2'
25
+ spec.add_runtime_dependency 'autoprefixer-rails', '~> 6.0'
26
26
 
27
27
  spec.add_development_dependency 'rails', '~> 4.2'
28
28
  spec.add_development_dependency 'rspec', '~> 3.3'
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.4.1
4
+ version: 1.0.4.2
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-08-23 00:00:00.000000000 Z
11
+ date: 2015-09-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: sass
@@ -30,14 +30,14 @@ dependencies:
30
30
  requirements:
31
31
  - - "~>"
32
32
  - !ruby/object:Gem::Version
33
- version: '5.2'
33
+ version: '6.0'
34
34
  type: :runtime
35
35
  prerelease: false
36
36
  version_requirements: !ruby/object:Gem::Requirement
37
37
  requirements:
38
38
  - - "~>"
39
39
  - !ruby/object:Gem::Version
40
- version: '5.2'
40
+ version: '6.0'
41
41
  - !ruby/object:Gem::Dependency
42
42
  name: rails
43
43
  requirement: !ruby/object:Gem::Requirement
@@ -173,7 +173,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
173
173
  requirements:
174
174
  - - ">="
175
175
  - !ruby/object:Gem::Version
176
- version: 1.9.3
176
+ version: 2.0.0
177
177
  required_rubygems_version: !ruby/object:Gem::Requirement
178
178
  requirements:
179
179
  - - ">="