material_design_lite-sass 1.0.3.2 → 1.0.4

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.
Files changed (56) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +10 -1
  3. data/README.md +6 -1
  4. data/lib/material_design_lite/sass/version.rb +1 -1
  5. data/material_design_lite-sass.gemspec +2 -2
  6. data/vendor/assets/javascripts/material.js +0 -0
  7. data/vendor/assets/javascripts/material/button.js +0 -0
  8. data/vendor/assets/javascripts/material/checkbox.js +0 -0
  9. data/vendor/assets/javascripts/material/data-table.js +0 -0
  10. data/vendor/assets/javascripts/material/icon-toggle.js +0 -0
  11. data/vendor/assets/javascripts/material/layout.js +0 -0
  12. data/vendor/assets/javascripts/material/mdlComponentHandler.js +0 -0
  13. data/vendor/assets/javascripts/material/menu.js +0 -0
  14. data/vendor/assets/javascripts/material/progress.js +0 -0
  15. data/vendor/assets/javascripts/material/rAF.js +0 -0
  16. data/vendor/assets/javascripts/material/radio.js +0 -0
  17. data/vendor/assets/javascripts/material/ripple.js +0 -0
  18. data/vendor/assets/javascripts/material/slider.js +0 -0
  19. data/vendor/assets/javascripts/material/spinner.js +0 -0
  20. data/vendor/assets/javascripts/material/switch.js +0 -0
  21. data/vendor/assets/javascripts/material/tabs.js +0 -0
  22. data/vendor/assets/javascripts/material/textfield.js +0 -0
  23. data/vendor/assets/javascripts/material/tooltip.js +0 -0
  24. data/vendor/assets/stylesheets/_material.scss +0 -0
  25. data/vendor/assets/stylesheets/material/_animation.scss +0 -0
  26. data/vendor/assets/stylesheets/material/_badge.scss +0 -0
  27. data/vendor/assets/stylesheets/material/_button.scss +0 -0
  28. data/vendor/assets/stylesheets/material/_card.scss +0 -0
  29. data/vendor/assets/stylesheets/material/_checkbox.scss +0 -0
  30. data/vendor/assets/stylesheets/material/_color-definitions.scss +0 -0
  31. data/vendor/assets/stylesheets/material/_data-table.scss +0 -0
  32. data/vendor/assets/stylesheets/material/_functions.scss +0 -0
  33. data/vendor/assets/stylesheets/material/_grid.scss +0 -0
  34. data/vendor/assets/stylesheets/material/_icon-toggle.scss +0 -0
  35. data/vendor/assets/stylesheets/material/_layout.scss +0 -0
  36. data/vendor/assets/stylesheets/material/_mega_footer.scss +0 -0
  37. data/vendor/assets/stylesheets/material/_menu.scss +0 -0
  38. data/vendor/assets/stylesheets/material/_mini_footer.scss +0 -0
  39. data/vendor/assets/stylesheets/material/_mixins.scss +0 -0
  40. data/vendor/assets/stylesheets/material/_palette.scss +0 -0
  41. data/vendor/assets/stylesheets/material/_progress.scss +0 -1
  42. data/vendor/assets/stylesheets/material/_radio.scss +0 -0
  43. data/vendor/assets/stylesheets/material/_resets.scss +0 -0
  44. data/vendor/assets/stylesheets/material/_ripple.scss +0 -0
  45. data/vendor/assets/stylesheets/material/_shadow.scss +0 -0
  46. data/vendor/assets/stylesheets/material/_slider.scss +0 -0
  47. data/vendor/assets/stylesheets/material/_spinner.scss +0 -0
  48. data/vendor/assets/stylesheets/material/_switch.scss +0 -0
  49. data/vendor/assets/stylesheets/material/_tabs.scss +0 -0
  50. data/vendor/assets/stylesheets/material/_textfield.scss +1 -0
  51. data/vendor/assets/stylesheets/material/_tooltip.scss +0 -0
  52. data/vendor/assets/stylesheets/material/_typography.scss +0 -0
  53. data/vendor/assets/stylesheets/material/_variables.scss +0 -0
  54. data/vendor/assets/stylesheets/material/resets/_h5bp.scss +0 -0
  55. data/vendor/assets/stylesheets/material/resets/_mobile.scss +0 -0
  56. metadata +5 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: d5f4ce0c13e69d1f87d921dd3216bea9cc1c4f57
4
- data.tar.gz: 53e92378eae51388948fba39a9a8f231532bb32c
3
+ metadata.gz: 1cd183fbc45f31d014e71741bb5ca4cd83fd8079
4
+ data.tar.gz: c7e8d85cb527f663ac5b72cb8912164e2d99ea76
5
5
  SHA512:
6
- metadata.gz: 5b25c0b75ff4b756c7f385cbc2704696db624552ea5198308fcc2587816a21a49f4cc27f74ff14165628d3ca22dab8040e3f8dfbf8c204cd433b3c96fbca76a9
7
- data.tar.gz: 78070fa7628b483c8b4b8b4ccda6bc1c3a76e5d8e1159adbba263dd46440855d0e0d8c076d07f40e33c313f0c517f9b28f97e0ab3bd9752f9075ef29ba19f734
6
+ metadata.gz: c61b11bd329c2027a26fa30692c2acbaa61aa118bdde6a01eeb5f366b39babc35cf053715d7f9b270f4e7eafc84dcf90a487488916c2cfcc50f027bdca10d4b7
7
+ data.tar.gz: 0961818f7965408bd347f7a90f2263478ba0b0190fe9c0d2ee7e5ca45546f4e1d6347d82317c0d7e636e2d88936bc1e83e9f780ef1d4952fff7ab13868878395
@@ -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 Material Icons font
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/google/material-design-icons/blob/master/LICENSE) license.
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.
@@ -1,5 +1,5 @@
1
1
  module MaterialDesignLite
2
2
  module Sass
3
- VERSION = '1.0.3.2'
3
+ VERSION = '1.0.4'
4
4
  end
5
5
  end
@@ -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
@@ -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
 
@@ -64,6 +64,7 @@
64
64
  margin: 0;
65
65
  padding: $input-text-padding 0;
66
66
  width: $input-text-width;
67
+ background: none;
67
68
  text-align: left;
68
69
  color: inherit;
69
70
 
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.3.2
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 powered applications
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 applications
173
+ summary: Google's Material Design Lite with Material Icons and Roboto for Sass powered
174
+ applications
173
175
  test_files: []