less-rails-bootstrap 2.0.2 → 2.0.3

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.3 - 02-03/2012
5
+
6
+ * Fix IE9 background hack from bootstrap upstream.
7
+
8
+
4
9
  2.0.2 - 02/01/2012
5
10
 
6
11
  * Change require order for tooltip.js [Rufus Post]
@@ -1,7 +1,7 @@
1
1
  module Less
2
2
  module Rails
3
3
  module Bootstrap
4
- VERSION = "2.0.2"
4
+ VERSION = "2.0.3"
5
5
  end
6
6
  end
7
7
  end
@@ -86,7 +86,7 @@ input[type="radio"] {
86
86
  line-height: normal;
87
87
  border: 0;
88
88
  cursor: pointer;
89
- border-radius: 0 e("\0/"); // Nuke border-radius for IE9 only
89
+ .border-radius(0); /* mirror bootstrap commit 9b9e1d3 reversing IE9 hack and use mixin instead */
90
90
  }
91
91
 
92
92
  // Reset the file input to browser defaults
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: 11
4
+ hash: 9
5
5
  prerelease:
6
6
  segments:
7
7
  - 2
8
8
  - 0
9
- - 2
10
- version: 2.0.2
9
+ - 3
10
+ version: 2.0.3
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-01 00:00:00 Z
18
+ date: 2012-02-03 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.15
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: