less-rails-bootstrap 2.0.4 → 2.0.5

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/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  CHANGELOG
2
2
  =========
3
3
 
4
+ 2.0.5 - 02/15/2012
5
+
6
+ * Fix .nav-list .active > a:hover Fixes #30
7
+
8
+
4
9
  2.0.3, 2.0.4 - 02-03/2012
5
10
 
6
11
  * Fix IE9 background hack from bootstrap upstream.
@@ -1,7 +1,7 @@
1
1
  module Less
2
2
  module Rails
3
3
  module Bootstrap
4
- VERSION = "2.0.4"
4
+ VERSION = "2.0.5"
5
5
  end
6
6
  end
7
7
  end
@@ -49,7 +49,8 @@
49
49
  .nav-list > li + .nav-header {
50
50
  margin-top: 9px;
51
51
  }
52
- .nav-list .active > a {
52
+ .nav-list .active > a,
53
+ .nav-list .active > a:hover {
53
54
  color: @white;
54
55
  text-shadow: 0 -1px 0 rgba(0,0,0,.2);
55
56
  background-color: @linkColor;
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: less-rails-bootstrap
3
3
  version: !ruby/object:Gem::Version
4
- hash: 7
4
+ hash: 5
5
5
  prerelease:
6
6
  segments:
7
7
  - 2
8
8
  - 0
9
- - 4
10
- version: 2.0.4
9
+ - 5
10
+ version: 2.0.5
11
11
  platform: ruby
12
12
  authors:
13
13
  - Ken Collins
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2012-02-03 00:00:00 Z
18
+ date: 2012-02-17 00:00:00 Z
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency
21
21
  name: less-rails
@@ -191,7 +191,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
191
191
  requirements: []
192
192
 
193
193
  rubyforge_project:
194
- rubygems_version: 1.8.12
194
+ rubygems_version: 1.8.16
195
195
  signing_key:
196
196
  specification_version: 3
197
197
  summary: CSS toolkit from Twitter For Rails 3.1 Asset Pipeline
@@ -206,4 +206,3 @@ test_files:
206
206
  - test/dummy_app/app/assets/stylesheets/individual.css.less
207
207
  - test/dummy_app/init.rb
208
208
  - test/spec_helper.rb
209
- has_rdoc: