less-rails-bootstrap 2.0.9 → 2.0.10

Sign up to get free protection for your applications and to get access to all the features.
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  CHANGELOG
2
2
  =========
3
3
 
4
+ 2.0.10 - 04/04/2012
5
+
6
+ * Include a way to require the responsive responsive file.
7
+
8
+
4
9
  2.0.9 - 04/04/2012
5
10
 
6
11
  * Bumping the less-rails depedency so everyone can use therubyracer 0.10.0.
@@ -1,7 +1,7 @@
1
1
  module Less
2
2
  module Rails
3
3
  module Bootstrap
4
- VERSION = "2.0.9"
4
+ VERSION = "2.0.10"
5
5
  end
6
6
  end
7
7
  end
@@ -0,0 +1 @@
1
+ @import "twitter/bootstrap/responsive";
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: 29
4
+ hash: 27
5
5
  prerelease:
6
6
  segments:
7
7
  - 2
8
8
  - 0
9
- - 9
10
- version: 2.0.9
9
+ - 10
10
+ version: 2.0.10
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-04-04 00:00:00 Z
18
+ date: 2012-04-05 00:00:00 Z
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency
21
21
  name: less-rails
@@ -123,6 +123,7 @@ files:
123
123
  - vendor/assets/javascripts/twitter/bootstrap/tooltip.js
124
124
  - vendor/assets/javascripts/twitter/bootstrap/transition.js
125
125
  - vendor/assets/javascripts/twitter/bootstrap/typeahead.js
126
+ - vendor/assets/stylesheets/twitter/bootstrap-responsive.css.less
126
127
  - vendor/assets/stylesheets/twitter/bootstrap.css.less
127
128
  - vendor/frameworks/twitter/bootstrap.less
128
129
  - vendor/frameworks/twitter/bootstrap/accordion.less