anjlab-bootstrap-rails 2.3.1.1 → 2.3.1.2

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: c01d16ba696c1606fb4659bbf7232e5cd152eb4e
4
- data.tar.gz: cbce7ed88e3d45c9b197dabda887543a32650078
3
+ metadata.gz: 88e385c71c22c7adae65fe10ecab9831907624a6
4
+ data.tar.gz: f6f21c61c86108488806437bdb21176065db2d62
5
5
  SHA512:
6
- metadata.gz: 0186e11755d3384cb342cf3eee0c73182b90f8100a287ee84ade9b0e0b701bab0f7cdb7ff9ee3e6ed18e2c8ba586e03dfd5097e24ab50976b4466f51c91d6760
7
- data.tar.gz: 59a8001288090d1b1979f1a1349cbf98f3d7fb24ee15eb8bf75463a0bc028f65269ae00724dc8486bde971c5879aa1d5dbb0ed096eadb5f1bd50580051c8c858
6
+ metadata.gz: 380ef54aab06d926481c133b720c58c90dd35b9a500b27cdaa318b335fe6d09f45867beb6144ead6f5e94058284b2f2f314d3de4985a76b906db2afe07f24e24
7
+ data.tar.gz: 6c54ad7d8ccd030039ac71fab109402f852dad84353cb115ba3d9125d2ea4deaef5173f9eb065edaf279a4f486e3bde3276a432181bb262c5c2cd68580d3d6f2
data/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # Twitter Bootstrap v2.3.0.0 for Rails 3/4
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
- [![SpellHub](http://spellhub.com/projects/status/69)](http://spellhub.com/projects/project/69)
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;
@@ -1,5 +1,5 @@
1
1
  module Bootstrap
2
2
  module Rails
3
- VERSION = "2.3.1.1"
3
+ VERSION = "2.3.1.2"
4
4
  end
5
5
  end
@@ -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) fadein(rgba(0,0,0,.1), 15%);
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.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-03-01 00:00:00.000000000 Z
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.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