volt-materialize 0.0.1 → 0.0.3

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: 4f98df8ea496023c5cc7fa82fc8313ca5abfbcfd
4
- data.tar.gz: 04598011b66f11909a5e4968e197f6aec32a45d7
3
+ metadata.gz: 670e15660adb13830fc567958f7eb3fba3239a8c
4
+ data.tar.gz: cb1fb01c67eb879213ea30e5c93786e9da134399
5
5
  SHA512:
6
- metadata.gz: 773f3da40500826e39c64e596764fef5effb1a132961facc8d836ca741ac866e7fd81743682139207fc8fed3dca8f10ddbafa37ae58670dd96ee33be91c9b583
7
- data.tar.gz: 4de49be48f4d8cc4eb9cbbfa0bcbf7ba90967739954acd04911442c0522feb4334d060d0345a999fe3cd59eaa3081b91360f57b9cc0e8066f5480c1a41a61476
6
+ metadata.gz: 3cc17fe091ae880c6bd6fe5344f65bea05a21aea2da066f7a2c12e29aae29a44e446c4690776852efd9da1e88b2afc73be36f38fc818318a6ea67ad29d8e36a5
7
+ data.tar.gz: 97db63b2acdeb7a473df6c803bece5c4af8540404afea082d621746fb49cfdab3c4a7d675d6476b5fe620393fb9c6f9347043c505678d760ebb44c6415c792ba
data/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # Volt::Bootstrap
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://http://materializecss.com/
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-bootstrap/fork )
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
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("../font/material-design-icons/Material-Design-Icons.eot");
2544
- src: url("../font/material-design-icons/Material-Design-Icons.eot?#iefix") format("embedded-opentype"), url("../font/material-design-icons/Material-Design-Icons.woff") format("woff"), url("../font/material-design-icons/Material-Design-Icons.ttf") format("truetype"), url("../font/material-design-icons/Material-Design-Icons.svg#Material-Design-Icons") format("svg");
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("../font/roboto/Roboto-Thin.ttf");
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("../font/roboto/Roboto-Light.ttf");
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("../font/roboto/Roboto-Regular.ttf");
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("../font/roboto/Roboto-Medium.ttf");
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("../font/roboto/Roboto-Bold.ttf");
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.1
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-27 00:00:00.000000000 Z
11
+ date: 2015-02-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: volt