material_design_lite-sass 1.0.3.2 → 1.0.4
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +10 -1
- data/README.md +6 -1
- data/lib/material_design_lite/sass/version.rb +1 -1
- data/material_design_lite-sass.gemspec +2 -2
- data/vendor/assets/javascripts/material.js +0 -0
- data/vendor/assets/javascripts/material/button.js +0 -0
- data/vendor/assets/javascripts/material/checkbox.js +0 -0
- data/vendor/assets/javascripts/material/data-table.js +0 -0
- data/vendor/assets/javascripts/material/icon-toggle.js +0 -0
- data/vendor/assets/javascripts/material/layout.js +0 -0
- data/vendor/assets/javascripts/material/mdlComponentHandler.js +0 -0
- data/vendor/assets/javascripts/material/menu.js +0 -0
- data/vendor/assets/javascripts/material/progress.js +0 -0
- data/vendor/assets/javascripts/material/rAF.js +0 -0
- data/vendor/assets/javascripts/material/radio.js +0 -0
- data/vendor/assets/javascripts/material/ripple.js +0 -0
- data/vendor/assets/javascripts/material/slider.js +0 -0
- data/vendor/assets/javascripts/material/spinner.js +0 -0
- data/vendor/assets/javascripts/material/switch.js +0 -0
- data/vendor/assets/javascripts/material/tabs.js +0 -0
- data/vendor/assets/javascripts/material/textfield.js +0 -0
- data/vendor/assets/javascripts/material/tooltip.js +0 -0
- data/vendor/assets/stylesheets/_material.scss +0 -0
- data/vendor/assets/stylesheets/material/_animation.scss +0 -0
- data/vendor/assets/stylesheets/material/_badge.scss +0 -0
- data/vendor/assets/stylesheets/material/_button.scss +0 -0
- data/vendor/assets/stylesheets/material/_card.scss +0 -0
- data/vendor/assets/stylesheets/material/_checkbox.scss +0 -0
- data/vendor/assets/stylesheets/material/_color-definitions.scss +0 -0
- data/vendor/assets/stylesheets/material/_data-table.scss +0 -0
- data/vendor/assets/stylesheets/material/_functions.scss +0 -0
- data/vendor/assets/stylesheets/material/_grid.scss +0 -0
- data/vendor/assets/stylesheets/material/_icon-toggle.scss +0 -0
- data/vendor/assets/stylesheets/material/_layout.scss +0 -0
- data/vendor/assets/stylesheets/material/_mega_footer.scss +0 -0
- data/vendor/assets/stylesheets/material/_menu.scss +0 -0
- data/vendor/assets/stylesheets/material/_mini_footer.scss +0 -0
- data/vendor/assets/stylesheets/material/_mixins.scss +0 -0
- data/vendor/assets/stylesheets/material/_palette.scss +0 -0
- data/vendor/assets/stylesheets/material/_progress.scss +0 -1
- data/vendor/assets/stylesheets/material/_radio.scss +0 -0
- data/vendor/assets/stylesheets/material/_resets.scss +0 -0
- data/vendor/assets/stylesheets/material/_ripple.scss +0 -0
- data/vendor/assets/stylesheets/material/_shadow.scss +0 -0
- data/vendor/assets/stylesheets/material/_slider.scss +0 -0
- data/vendor/assets/stylesheets/material/_spinner.scss +0 -0
- data/vendor/assets/stylesheets/material/_switch.scss +0 -0
- data/vendor/assets/stylesheets/material/_tabs.scss +0 -0
- data/vendor/assets/stylesheets/material/_textfield.scss +1 -0
- data/vendor/assets/stylesheets/material/_tooltip.scss +0 -0
- data/vendor/assets/stylesheets/material/_typography.scss +0 -0
- data/vendor/assets/stylesheets/material/_variables.scss +0 -0
- data/vendor/assets/stylesheets/material/resets/_h5bp.scss +0 -0
- data/vendor/assets/stylesheets/material/resets/_mobile.scss +0 -0
- metadata +5 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 1cd183fbc45f31d014e71741bb5ca4cd83fd8079
|
4
|
+
data.tar.gz: c7e8d85cb527f663ac5b72cb8912164e2d99ea76
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c61b11bd329c2027a26fa30692c2acbaa61aa118bdde6a01eeb5f366b39babc35cf053715d7f9b270f4e7eafc84dcf90a487488916c2cfcc50f027bdca10d4b7
|
7
|
+
data.tar.gz: 0961818f7965408bd347f7a90f2263478ba0b0190fe9c0d2ee7e5ca45546f4e1d6347d82317c0d7e636e2d88936bc1e83e9f780ef1d4952fff7ab13868878395
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,15 @@
|
|
1
|
+
## 1.0.4 (2015-08-20)
|
2
|
+
|
3
|
+
- Update assets to match upstream version
|
4
|
+
|
5
|
+
Library version:
|
6
|
+
|
7
|
+
- Material Design Lite v1.0.4
|
8
|
+
- Material Icons v2.0
|
9
|
+
|
1
10
|
## 1.0.3.2 (2015-08-20)
|
2
11
|
|
3
|
-
- Improvement: Include
|
12
|
+
- Improvement: Include Roboto font
|
4
13
|
|
5
14
|
Library version:
|
6
15
|
|
data/README.md
CHANGED
@@ -9,6 +9,8 @@
|
|
9
9
|
|
10
10
|
`material_design_lite-sass` includes [Material Icons](https://www.google.com/design/icons/), official icon set from Google, designed under the material design guidelines.
|
11
11
|
|
12
|
+
[Roboto](https://www.google.com/fonts/specimen/Roboto) font, the recommended font for Google’s visual language, Material Design, is also included.
|
13
|
+
|
12
14
|
## Installation
|
13
15
|
|
14
16
|
### Ruby on Rails
|
@@ -90,6 +92,7 @@ Individual Sass components can be included like this:
|
|
90
92
|
@import 'material/radio';
|
91
93
|
@import 'material/resets';
|
92
94
|
@import 'material/ripple';
|
95
|
+
@import 'material/roboto';
|
93
96
|
@import 'material/shadow';
|
94
97
|
@import 'material/slider';
|
95
98
|
@import 'material/spinner';
|
@@ -147,6 +150,8 @@ Material Design Lite for Sass is inspired from [bootstrap-sass](https://github.c
|
|
147
150
|
|
148
151
|
Material Design Lite © Google, 2015. Licensed under the [Apache-2](https://github.com/google/material-design-lite/blob/master/LICENSE) license.
|
149
152
|
|
150
|
-
Material Icons © Google, 2015. Released under the [Creative Common Attribution 4.0 International License (CC-BY 4.0)](https://github.com/
|
153
|
+
Material Icons © Google, 2015. Released under the [Creative Common Attribution 4.0 International License (CC-BY 4.0)](https://github.com/rubysamurai/material_design_lite-sass/blob/master/vendor/assets/fonts/material-icons/LICENSE) license.
|
154
|
+
|
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.
|
151
156
|
|
152
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.
|
@@ -9,8 +9,8 @@ Gem::Specification.new do |spec|
|
|
9
9
|
spec.authors = ['Dmitriy Tarasov']
|
10
10
|
spec.email = ['info@rubysamurai.com']
|
11
11
|
|
12
|
-
spec.summary = "Google's Material Design Lite with Material Icons for Sass powered applications"
|
13
|
-
spec.description = "Google's Material Design Lite with Material Icons for Sass powered applications"
|
12
|
+
spec.summary = "Google's Material Design Lite with Material Icons and Roboto for Sass powered applications"
|
13
|
+
spec.description = "Google's Material Design Lite with Material Icons and Roboto for Sass powered applications"
|
14
14
|
spec.homepage = 'https://github.com/rubysamurai/material_design_lite-sass'
|
15
15
|
spec.license = 'MIT'
|
16
16
|
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
@@ -55,7 +55,6 @@
|
|
55
55
|
background-image: linear-gradient(to right, $progress-secondary-color, $progress-secondary-color),
|
56
56
|
linear-gradient(to right, $progress-main-color, $progress-main-color);
|
57
57
|
mask: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIj8+Cjxzdmcgd2lkdGg9IjEyIiBoZWlnaHQ9IjQiIHZpZXdQb3J0PSIwIDAgMTIgNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgogIDxlbGxpcHNlIGN4PSIyIiBjeT0iMiIgcng9IjIiIHJ5PSIyIj4KICAgIDxhbmltYXRlIGF0dHJpYnV0ZU5hbWU9ImN4IiBmcm9tPSIyIiB0bz0iLTEwIiBkdXI9IjAuNnMiIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIiAvPgogIDwvZWxsaXBzZT4KICA8ZWxsaXBzZSBjeD0iMTQiIGN5PSIyIiByeD0iMiIgcnk9IjIiIGNsYXNzPSJsb2FkZXIiPgogICAgPGFuaW1hdGUgYXR0cmlidXRlTmFtZT0iY3giIGZyb209IjE0IiB0bz0iMiIgZHVyPSIwLjZzIiByZXBlYXRDb3VudD0iaW5kZWZpbml0ZSIgLz4KICA8L2VsbGlwc2U+Cjwvc3ZnPgo=");
|
58
|
-
|
59
58
|
}
|
60
59
|
}
|
61
60
|
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
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
|
+
version: 1.0.4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Dmitriy Tarasov
|
@@ -52,7 +52,8 @@ dependencies:
|
|
52
52
|
- - "~>"
|
53
53
|
- !ruby/object:Gem::Version
|
54
54
|
version: '3.3'
|
55
|
-
description: Google's Material Design Lite with Material Icons for Sass
|
55
|
+
description: Google's Material Design Lite with Material Icons and Roboto for Sass
|
56
|
+
powered applications
|
56
57
|
email:
|
57
58
|
- info@rubysamurai.com
|
58
59
|
executables: []
|
@@ -169,5 +170,6 @@ rubyforge_project:
|
|
169
170
|
rubygems_version: 2.4.7
|
170
171
|
signing_key:
|
171
172
|
specification_version: 4
|
172
|
-
summary: Google's Material Design Lite with Material Icons for Sass powered
|
173
|
+
summary: Google's Material Design Lite with Material Icons and Roboto for Sass powered
|
174
|
+
applications
|
173
175
|
test_files: []
|