volt-materialize 0.0.1 → 0.0.3
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.
- checksums.yaml +4 -4
- data/README.md +7 -3
- data/VERSION +1 -1
- data/app/materialize/assets/css/materialize.css +7 -7
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 670e15660adb13830fc567958f7eb3fba3239a8c
|
|
4
|
+
data.tar.gz: cb1fb01c67eb879213ea30e5c93786e9da134399
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3cc17fe091ae880c6bd6fe5344f65bea05a21aea2da066f7a2c12e29aae29a44e446c4690776852efd9da1e88b2afc73be36f38fc818318a6ea67ad29d8e36a5
|
|
7
|
+
data.tar.gz: 97db63b2acdeb7a473df6c803bece5c4af8540404afea082d621746fb49cfdab3c4a7d675d6476b5fe620393fb9c6f9347043c505678d760ebb44c6415c792ba
|
data/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# Volt::
|
|
1
|
+
# Volt::Materialize
|
|
2
2
|
|
|
3
3
|
Adds Materialize to your Volt app!
|
|
4
4
|
|
|
@@ -18,11 +18,15 @@ And then execute:
|
|
|
18
18
|
|
|
19
19
|
## Usage
|
|
20
20
|
|
|
21
|
-
Now you can use Materializecss in your application's views. For more information on how to use it visit http://
|
|
21
|
+
Now you can use Materializecss in your application's views. For more information on how to use it visit http://materializecss.com/
|
|
22
|
+
|
|
23
|
+
## Changelog
|
|
24
|
+
|
|
25
|
+
0.0.2 - Fixes fonts and icon loading issue
|
|
22
26
|
|
|
23
27
|
## Contributing
|
|
24
28
|
|
|
25
|
-
1. Fork it ( http://github.com/acapro/volt-
|
|
29
|
+
1. Fork it ( http://github.com/acapro/volt-materialize/fork )
|
|
26
30
|
2. Create your feature branch (`git checkout -b my-new-feature`)
|
|
27
31
|
3. Commit your changes (`git commit -am 'Add some feature'`)
|
|
28
32
|
4. Push to the branch (`git push origin my-new-feature`)
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.0.
|
|
1
|
+
0.0.3
|
|
@@ -2540,8 +2540,8 @@ span.badge {
|
|
|
2540
2540
|
|
|
2541
2541
|
@font-face {
|
|
2542
2542
|
font-family: "Material-Design-Icons";
|
|
2543
|
-
src: url("../
|
|
2544
|
-
src: url("../
|
|
2543
|
+
src: url("../fonts/material-design-icons/Material-Design-Icons.eot");
|
|
2544
|
+
src: url("../fonts/material-design-icons/Material-Design-Icons.eot?#iefix") format("embedded-opentype"), url("../fonts/material-design-icons/Material-Design-Icons.woff") format("woff"), url("../fonts/material-design-icons/Material-Design-Icons.ttf") format("truetype"), url("../fonts/material-design-icons/Material-Design-Icons.svg#Material-Design-Icons") format("svg");
|
|
2545
2545
|
font-weight: normal;
|
|
2546
2546
|
font-style: normal; }
|
|
2547
2547
|
|
|
@@ -5179,27 +5179,27 @@ nav {
|
|
|
5179
5179
|
|
|
5180
5180
|
@font-face {
|
|
5181
5181
|
font-family: "Roboto";
|
|
5182
|
-
src: url("../
|
|
5182
|
+
src: url("../fonts/roboto/Roboto-Thin.ttf");
|
|
5183
5183
|
font-weight: 200; }
|
|
5184
5184
|
|
|
5185
5185
|
@font-face {
|
|
5186
5186
|
font-family: "Roboto";
|
|
5187
|
-
src: url("../
|
|
5187
|
+
src: url("../fonts/roboto/Roboto-Light.ttf");
|
|
5188
5188
|
font-weight: 300; }
|
|
5189
5189
|
|
|
5190
5190
|
@font-face {
|
|
5191
5191
|
font-family: "Roboto";
|
|
5192
|
-
src: url("../
|
|
5192
|
+
src: url("../fonts/roboto/Roboto-Regular.ttf");
|
|
5193
5193
|
font-weight: 400; }
|
|
5194
5194
|
|
|
5195
5195
|
@font-face {
|
|
5196
5196
|
font-family: "Roboto";
|
|
5197
|
-
src: url("../
|
|
5197
|
+
src: url("../fonts/roboto/Roboto-Medium.ttf");
|
|
5198
5198
|
font-weight: 500; }
|
|
5199
5199
|
|
|
5200
5200
|
@font-face {
|
|
5201
5201
|
font-family: "Roboto";
|
|
5202
|
-
src: url("../
|
|
5202
|
+
src: url("../fonts/roboto/Roboto-Bold.ttf");
|
|
5203
5203
|
font-weight: 700; }
|
|
5204
5204
|
|
|
5205
5205
|
a {
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: volt-materialize
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Adam Cooper
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2015-02-
|
|
11
|
+
date: 2015-02-28 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: volt
|