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 +4 -4
- data/.travis.yml +0 -1
- data/CHANGELOG.md +12 -1
- data/README.md +2 -2
- data/lib/material_design_lite-sass.rb +0 -1
- data/lib/material_design_lite/sass/version.rb +1 -1
- data/material_design_lite-sass.gemspec +2 -2
- metadata +5 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: fc0f274d82691172cea0e74162ba93a16588d155
|
4
|
+
data.tar.gz: a79100b260aa91dc3415400e6e298b1ace8f11c2
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 24fc70e5a45d6ae890a49e2f6a842f5b326c41b7ef7f3e4e9b91fe329748e69e9e87d5c5794b199c6da746c246d79a6dd3eca4411782199a56e2e7c05f060df7
|
7
|
+
data.tar.gz: cb1ddc1d74d9af810178ec9c4cadbcb57e62523f7819706447568c2446096b4806baf05493e49342cd5646d53774a83e6af984e6f1a472d689461ed39dc0dec6
|
data/.travis.yml
CHANGED
data/CHANGELOG.md
CHANGED
@@ -1,4 +1,15 @@
|
|
1
|
-
## 1.0.4 (2015-
|
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
|
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)
|
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.
|
@@ -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 = '>=
|
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', '~>
|
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.
|
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-
|
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: '
|
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: '
|
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:
|
176
|
+
version: 2.0.0
|
177
177
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
178
178
|
requirements:
|
179
179
|
- - ">="
|