anjlab-bootstrap-rails 2.3.1.1 → 2.3.1.2
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.
- checksums.yaml +4 -4
- data/README.md +2 -2
- data/lib/bootstrap-rails/version.rb +1 -1
- data/vendor/frameworks/twitter/bootstrap/mixins.scss +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 88e385c71c22c7adae65fe10ecab9831907624a6
|
|
4
|
+
data.tar.gz: f6f21c61c86108488806437bdb21176065db2d62
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 380ef54aab06d926481c133b720c58c90dd35b9a500b27cdaa318b335fe6d09f45867beb6144ead6f5e94058284b2f2f314d3de4985a76b906db2afe07f24e24
|
|
7
|
+
data.tar.gz: 6c54ad7d8ccd030039ac71fab109402f852dad84353cb115ba3d9125d2ea4deaef5173f9eb065edaf279a4f486e3bde3276a432181bb262c5c2cd68580d3d6f2
|
data/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# Twitter Bootstrap v2.3.
|
|
1
|
+
# Twitter Bootstrap v2.3.1.0 for Rails 3/4
|
|
2
2
|
Bootstrap is a toolkit from Twitter designed to kickstart development of webapps and sites.
|
|
3
3
|
It includes base CSS and HTML for typography, forms, buttons, tables, grids, navigation, and more.
|
|
4
4
|
|
|
@@ -7,7 +7,7 @@ Note: if you are looking for bootstrapped date and time pickers please take a lo
|
|
|
7
7
|
|
|
8
8
|
anjlab-bootstrap-rails project integrates Bootstrap CSS (with Sass flavour) and JS toolkits for Rails 3 projects
|
|
9
9
|
|
|
10
|
-
|
|
10
|
+
<a href="http://spellhub.com/projects/project/69"><img src="http://spellhub.com/projects/status/69" height="18"></a>
|
|
11
11
|
|
|
12
12
|
## Rails > 3.1
|
|
13
13
|
Include Bootstrap in Gemfile;
|
|
@@ -501,7 +501,7 @@
|
|
|
501
501
|
text-shadow: $textShadow;
|
|
502
502
|
@include gradient-vertical($primaryColor, $secondaryColor);
|
|
503
503
|
border-color: $secondaryColor $secondaryColor darken($secondaryColor, 15%);
|
|
504
|
-
border-color: rgba(0,0,0,.1) rgba(0,0,0,.1)
|
|
504
|
+
border-color: rgba(0,0,0,.1) rgba(0,0,0,.1) opacify(rgba(0,0,0,.1), 0.15);
|
|
505
505
|
}
|
|
506
506
|
|
|
507
507
|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: anjlab-bootstrap-rails
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.3.1.
|
|
4
|
+
version: 2.3.1.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Yury Korolev
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2013-
|
|
11
|
+
date: 2013-05-06 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: railties
|
|
@@ -165,7 +165,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
165
165
|
version: '0'
|
|
166
166
|
requirements: []
|
|
167
167
|
rubyforge_project:
|
|
168
|
-
rubygems_version: 2.0.
|
|
168
|
+
rubygems_version: 2.0.3
|
|
169
169
|
signing_key:
|
|
170
170
|
specification_version: 4
|
|
171
171
|
summary: Bootstrap CSS (with Sass flavour) and JS toolkits for Rails 3 projects
|