Skip to content

Commit

Permalink
2.0.2: minor update to use rubyracer stable
Browse files Browse the repository at this point in the history
  • Loading branch information
cowboyd committed Jun 10, 2011
1 parent 63e0036 commit 479ffeb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion less.gemspec
Expand Up @@ -22,7 +22,7 @@ Gem::Specification.new do |s|
s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
s.require_paths = ["lib"]

s.add_dependency "therubyracer", "~> 0.9.0beta6"
s.add_dependency "therubyracer", "~> 0.9.0"
s.add_development_dependency "rake", "~> 0.9.1"
s.add_development_dependency "rspec", "~> 2.0"
end
Expand Down
2 changes: 1 addition & 1 deletion lib/less/version.rb
@@ -1,3 +1,3 @@
module Less
VERSION = '2.0.1'
VERSION = '2.0.2'
end

0 comments on commit 479ffeb

Please sign in to comment.