bootstrap_builder 0.2.3 → 0.2.4
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.
- data/VERSION +1 -1
- data/app/assets/stylesheets/bootstrap.css +2 -2
- data/bootstrap_builder.gemspec +2 -2
- metadata +2 -2
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.2.
|
|
1
|
+
0.2.4
|
|
@@ -1395,7 +1395,7 @@ table .span24 {
|
|
|
1395
1395
|
height: 14px;
|
|
1396
1396
|
line-height: 14px;
|
|
1397
1397
|
vertical-align: text-top;
|
|
1398
|
-
background-image: url("
|
|
1398
|
+
background-image: url("glyphicons-halflings.png");
|
|
1399
1399
|
background-position: 14px 14px;
|
|
1400
1400
|
background-repeat: no-repeat;
|
|
1401
1401
|
*margin-right: .3em;
|
|
@@ -1405,7 +1405,7 @@ table .span24 {
|
|
|
1405
1405
|
*margin-left: 0;
|
|
1406
1406
|
}
|
|
1407
1407
|
.icon-white {
|
|
1408
|
-
background-image: url("
|
|
1408
|
+
background-image: url("glyphicons-halflings-white.png");
|
|
1409
1409
|
}
|
|
1410
1410
|
.icon-glass {
|
|
1411
1411
|
background-position: 0 0;
|
data/bootstrap_builder.gemspec
CHANGED
|
@@ -5,11 +5,11 @@
|
|
|
5
5
|
|
|
6
6
|
Gem::Specification.new do |s|
|
|
7
7
|
s.name = "bootstrap_builder"
|
|
8
|
-
s.version = "0.2.
|
|
8
|
+
s.version = "0.2.4"
|
|
9
9
|
|
|
10
10
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
|
11
11
|
s.authors = ["Jack Neto", "The Working Group Inc."]
|
|
12
|
-
s.date = "2012-03-
|
|
12
|
+
s.date = "2012-03-21"
|
|
13
13
|
s.description = ""
|
|
14
14
|
s.email = "jack@twg.ca"
|
|
15
15
|
s.extra_rdoc_files = [
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: bootstrap_builder
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.
|
|
4
|
+
version: 0.2.4
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -10,7 +10,7 @@ authors:
|
|
|
10
10
|
autorequire:
|
|
11
11
|
bindir: bin
|
|
12
12
|
cert_chain: []
|
|
13
|
-
date: 2012-03-
|
|
13
|
+
date: 2012-03-21 00:00:00.000000000 Z
|
|
14
14
|
dependencies: []
|
|
15
15
|
description: ''
|
|
16
16
|
email: jack@twg.ca
|