Skip to content

Commit

Permalink
Officially support JRuby
Browse files Browse the repository at this point in the history
Depend on the most recent version less (>= 2.2) 
which does not depend on therubyracer.
  • Loading branch information
cowboyd committed Apr 25, 2012
1 parent 5afcdb5 commit d5bf1a0
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ rvm:
- 1.9.2
- 1.9.3
- ree
- jruby-18mode
- jruby-19mode
before_install:
- gem update --system
gemfile:
Expand Down
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
CHANGELOG
=========

* Remove explicit dependency on therubyracer
* Add jruby and jruby --1.9 to travis configuration

2.2.1 - 04/15/2012

* Make it usable with therubyrhino (and older versions of therubyracer as well). Fixes #36.
Expand Down
2 changes: 1 addition & 1 deletion less-rails.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Gem::Specification.new do |s|
s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
s.require_paths = ["lib"]
s.add_runtime_dependency 'less', '~> 2.1.0'
s.add_runtime_dependency 'less', '~> 2.2.0'
s.add_runtime_dependency 'actionpack', '>= 3.1'
s.add_development_dependency 'minitest'
s.add_development_dependency 'guard-minitest'
Expand Down

0 comments on commit d5bf1a0

Please sign in to comment.