volt-bootstrap 0.0.3 → 0.0.4
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.gitignore +1 -0
- data/VERSION +1 -1
- data/app/bootstrap/assets/css/01-bootstrap.css +1423 -2736
- data/app/bootstrap/assets/css/02-bootstrap-theme.css +116 -228
- data/app/bootstrap/assets/fonts/glyphicons-halflings-regular.eot +0 -0
- data/app/bootstrap/assets/fonts/glyphicons-halflings-regular.svg +47 -47
- data/app/bootstrap/assets/fonts/glyphicons-halflings-regular.ttf +0 -0
- data/app/bootstrap/assets/fonts/glyphicons-halflings-regular.woff +0 -0
- data/app/bootstrap/assets/js/bootstrap.js +243 -294
- metadata +2 -6
- data/.DS_Store +0 -0
- data/app/.DS_Store +0 -0
- data/app/bootstrap/.DS_Store +0 -0
- data/app/bootstrap/assets/.DS_Store +0 -0
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.0.4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Ryan Stout
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2014-
|
11
|
+
date: 2014-03-25 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: volt
|
@@ -45,15 +45,11 @@ executables: []
|
|
45
45
|
extensions: []
|
46
46
|
extra_rdoc_files: []
|
47
47
|
files:
|
48
|
-
- ".DS_Store"
|
49
48
|
- ".gitignore"
|
50
49
|
- Gemfile
|
51
50
|
- README.md
|
52
51
|
- Rakefile
|
53
52
|
- VERSION
|
54
|
-
- app/.DS_Store
|
55
|
-
- app/bootstrap/.DS_Store
|
56
|
-
- app/bootstrap/assets/.DS_Store
|
57
53
|
- app/bootstrap/assets/css/01-bootstrap.css
|
58
54
|
- app/bootstrap/assets/css/02-bootstrap-theme.css
|
59
55
|
- app/bootstrap/assets/fonts/glyphicons-halflings-regular.eot
|
data/.DS_Store
DELETED
Binary file
|
data/app/.DS_Store
DELETED
Binary file
|
data/app/bootstrap/.DS_Store
DELETED
Binary file
|
Binary file
|