volt-bootstrap 0.0.10 → 0.1.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/VERSION +1 -1
- data/app/bootstrap/assets/css/{01-bootstrap.css → 01-bootstrap.scss} +5 -2
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: bc7e0f57276d60df325137467fa6975ec7e65999
|
4
|
+
data.tar.gz: 49fc651901a80644d96c723365fb6ef53d02e10b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4b52d2f58a857b40581004783c22346fbf99868df345dfa4b89e9296ead5a6b19a4730d3cc26b7474e68e1edfe7a18dd56676497f2b199d8618c30ecf0575b08
|
7
|
+
data.tar.gz: 6c97b2641faae91f2029fa36701c0cf51d107fc700629579a63afff98081746bd2fc18d5c75bdede20c72002d06297115dc795b0f83a31ea3064b8622935f76e
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.0
|
1
|
+
0.1.0
|
@@ -267,8 +267,11 @@ th {
|
|
267
267
|
@font-face {
|
268
268
|
font-family: 'Glyphicons Halflings';
|
269
269
|
|
270
|
-
src: url('../fonts/glyphicons-halflings-regular.eot');
|
271
|
-
src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'),
|
270
|
+
src: asset-url('../fonts/glyphicons-halflings-regular.eot');
|
271
|
+
src: asset-url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'),
|
272
|
+
asset-url('../fonts/glyphicons-halflings-regular.woff') format('woff'),
|
273
|
+
asset-url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'),
|
274
|
+
asset-url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
|
272
275
|
}
|
273
276
|
.glyphicon {
|
274
277
|
position: relative;
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: volt-bootstrap
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0
|
4
|
+
version: 0.1.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Ryan Stout
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2015-
|
11
|
+
date: 2015-08-25 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: volt
|
@@ -50,7 +50,7 @@ files:
|
|
50
50
|
- README.md
|
51
51
|
- Rakefile
|
52
52
|
- VERSION
|
53
|
-
- app/bootstrap/assets/css/01-bootstrap.
|
53
|
+
- app/bootstrap/assets/css/01-bootstrap.scss
|
54
54
|
- app/bootstrap/assets/fonts/glyphicons-halflings-regular.eot
|
55
55
|
- app/bootstrap/assets/fonts/glyphicons-halflings-regular.svg
|
56
56
|
- app/bootstrap/assets/fonts/glyphicons-halflings-regular.ttf
|
@@ -78,7 +78,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
78
78
|
version: '0'
|
79
79
|
requirements: []
|
80
80
|
rubyforge_project:
|
81
|
-
rubygems_version: 2.
|
81
|
+
rubygems_version: 2.4.5
|
82
82
|
signing_key:
|
83
83
|
specification_version: 4
|
84
84
|
summary: Twitter Bootstrap for the volt framework
|