less-rails-bootstrap 2.0.11 → 2.0.12

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.12 - 04/25/2012
5
+
6
+ * Work with latest less.rb v2.2.1.
7
+
8
+
4
9
  2.0.11 - 04/25/2012
5
10
 
6
11
  * Update to bootstrap 2.0.3.
data/Gemfile CHANGED
@@ -3,3 +3,6 @@ gemspec
3
3
 
4
4
  gem 'less-rails', :path => ENV['LESS_RAILS_SOURCE'] if ENV['LESS_RAILS_SOURCE']
5
5
 
6
+ gem "therubyracer", ">= 0.10.1", :require => nil, :platforms => :ruby
7
+ gem "therubyrhino", ">= 1.73.2", :require => nil, :platforms => :jruby
8
+
@@ -1,3 +1,5 @@
1
+ require 'rails'
2
+
1
3
  module Less
2
4
  module Rails
3
5
  module Bootstrap
@@ -1,7 +1,7 @@
1
1
  module Less
2
2
  module Rails
3
3
  module Bootstrap
4
- VERSION = "2.0.11"
4
+ VERSION = "2.0.12"
5
5
  end
6
6
  end
7
7
  end
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: 25
4
+ hash: 23
5
5
  prerelease:
6
6
  segments:
7
7
  - 2
8
8
  - 0
9
- - 11
10
- version: 2.0.11
9
+ - 12
10
+ version: 2.0.12
11
11
  platform: ruby
12
12
  authors:
13
13
  - Ken Collins