Skip to content

Commit

Permalink
Work with latest less.rb v2.2.1. Prepare for 2.0.12.
Browse files Browse the repository at this point in the history
  • Loading branch information
metaskills committed Apr 25, 2012
1 parent 23b8cb4 commit fa3c17a
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
CHANGELOG
=========

2.0.12 - 04/25/2012

* Work with latest less.rb v2.2.1.


2.0.11 - 04/25/2012

* Update to bootstrap 2.0.3.
Expand Down
3 changes: 3 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,6 @@ gemspec

gem 'less-rails', :path => ENV['LESS_RAILS_SOURCE'] if ENV['LESS_RAILS_SOURCE']

gem "therubyracer", ">= 0.10.1", :require => nil, :platforms => :ruby
gem "therubyrhino", ">= 1.73.2", :require => nil, :platforms => :jruby

2 changes: 2 additions & 0 deletions lib/less/rails/bootstrap/engine.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
require 'rails'

module Less
module Rails
module Bootstrap
Expand Down
2 changes: 1 addition & 1 deletion lib/less/rails/bootstrap/version.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module Less
module Rails
module Bootstrap
VERSION = "2.0.11"
VERSION = "2.0.12"
end
end
end

0 comments on commit fa3c17a

Please sign in to comment.