anjlab-bootstrap-rails 3.0.1.0 → 3.0.1.1

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: 383360c94752eeb1ab969d06f069f2c0d5955345
4
- data.tar.gz: ca06451c206dea47ec3e62eaadd5758c0b943704
3
+ metadata.gz: 5155c3ad2e9e1744274f9e92e597ce96226bd809
4
+ data.tar.gz: 6ad024f84f169baf9350336f4eb57db1f9cf21e2
5
5
  SHA512:
6
- metadata.gz: 172810ce5587b6883f88ef1bd88b93a610c919d8de912a91d1e6c8978c4d8f85958b9f9dd842ac6e316c085671c534d9e6e064ad61dc876ef354c869af849d5a
7
- data.tar.gz: a6d570d64c3a463812e345658d2a7fb8afeaa7763d460971a9aa232a4a88e631a86cbc2098c632ecbb062a551d6f9f4b2549311584ce887a28cd9a9a82e01187
6
+ metadata.gz: eab92e66cc3580ccc75aebb7a04bea69ba6716348834edda684e091ac16843f825f31c8363c45acc65465534251ef10a1a63640496e65b1f56bc3f496fae6c7c
7
+ data.tar.gz: 104b48ce0dd0d13e678ea7b34350201ba2e76ec96adee609c871ec50c4e36e9029a19ef699e2471624756f0add9454c49e6e2759e19929358d2fdcc9108d058f
data/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # Twitter Bootstrap v3.0.0 for Rails 3/4
1
+ # Twitter Bootstrap v3.0.1 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
 
@@ -19,7 +19,7 @@ You can install from latest build via git
19
19
 
20
20
  ``` ruby
21
21
 
22
- gem 'anjlab-bootstrap-rails', '~> 3.0.0.3', :require => 'bootstrap-rails'
22
+ gem 'anjlab-bootstrap-rails', '~> 3.0.1.0', :require => 'bootstrap-rails'
23
23
  ```
24
24
 
25
25
  and run bundle install.
@@ -433,10 +433,10 @@
433
433
  .table > thead > tr,
434
434
  .table > tbody > tr,
435
435
  .table > tfoot > tr {
436
- > td.#{state},
437
- > th.#{state},
438
- &.#{state} > td,
439
- &.#{state} > th {
436
+ > td.#{$state},
437
+ > th.#{$state},
438
+ &.#{$state} > td,
439
+ &.#{$state} > th {
440
440
  background-color: $background;
441
441
  }
442
442
  }
@@ -444,10 +444,10 @@
444
444
  // Hover states for `.table-hover`
445
445
  // Note: this is not available for cells or rows within `thead` or `tfoot`.
446
446
  .table-hover > tbody > tr {
447
- > td.#{state}:hover,
448
- > th.#{state}:hover,
449
- &.#{state}:hover > td,
450
- &.#{state}:hover > th {
447
+ > td.#{$state}:hover,
448
+ > th.#{$state}:hover,
449
+ &.#{$state}:hover > td,
450
+ &.#{$state}:hover > th {
451
451
  background-color: darken($background, 5%);
452
452
  }
453
453
  }
@@ -1,5 +1,5 @@
1
1
  module Bootstrap
2
2
  module Rails
3
- VERSION = '3.0.1.0'
3
+ VERSION = '3.0.1.1'
4
4
  end
5
5
  end
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: 3.0.1.0
4
+ version: 3.0.1.1
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-02 00:00:00.000000000 Z
11
+ date: 2013-11-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: railties