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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: b280d534ae82caebcb417d8d8c999b6938a32e6c
4
- data.tar.gz: 71932d3afc9f92c62e7fcf9b2bea9a6e3a131cdb
3
+ metadata.gz: bc7e0f57276d60df325137467fa6975ec7e65999
4
+ data.tar.gz: 49fc651901a80644d96c723365fb6ef53d02e10b
5
5
  SHA512:
6
- metadata.gz: 4ec78ee72ea6a3c2607e5923823f7076930e8dd104e62149afdbfcff7109d5b161f12843dcfcb93114bb853aff74c3f7305d35d2dc3b1ddcdfdeb32f1b3da03b
7
- data.tar.gz: 0398a1b86da9ae0a476b06c76307e1516357b9d9d910afd61873ab28d44227ec5a7bc63d3a41d51b33c65b449a33905856b346cb01b5db996daec881dd560529
6
+ metadata.gz: 4b52d2f58a857b40581004783c22346fbf99868df345dfa4b89e9296ead5a6b19a4730d3cc26b7474e68e1edfe7a18dd56676497f2b199d8618c30ecf0575b08
7
+ data.tar.gz: 6c97b2641faae91f2029fa36701c0cf51d107fc700629579a63afff98081746bd2fc18d5c75bdede20c72002d06297115dc795b0f83a31ea3064b8622935f76e
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.0.10
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'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
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.10
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-02-11 00:00:00.000000000 Z
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.css
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.2.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