Don't depend on therubyracer, let uglifier figure out it's own deps. Fixes #50

This commit is contained in:
Thomas Reynolds 2011-05-18 15:22:19 -07:00
parent c38d542a4a
commit 397a545b8c
2 changed files with 2 additions and 4 deletions

View file

@ -1,3 +1,3 @@
module Middleman
VERSION = "1.2.4"
VERSION = "1.2.5"
end

View file

@ -28,13 +28,11 @@ Gem::Specification.new do |s|
s.add_runtime_dependency("padrino-core", ["~> 0.9.23"])
s.add_runtime_dependency("padrino-helpers", ["~> 0.9.23"])
s.add_runtime_dependency("rack-test", ["~> 0.5.0"])
s.add_runtime_dependency("therubyracer", ["~> 0.8.0"]) unless defined?(JRUBY_VERSION)
s.add_runtime_dependency("therubyrhino", ["~> 1.72.0"]) if defined?(JRUBY_VERSION)
s.add_runtime_dependency("uglifier", ["~> 0.5.0"])
s.add_runtime_dependency("haml", ["~> 3.1.0"])
s.add_runtime_dependency("sass", ["~> 3.1.0"])
s.add_runtime_dependency("compass", ["~> 0.11.1"])
s.add_runtime_dependency("coffee-script", ["~> 2.1.0"])
s.add_runtime_dependency("coffee-script", ["~> 2.2.0"])
s.add_runtime_dependency("httparty", ["~> 0.7.0"])
# s.add_runtime_dependency("fssm", ["~> 0.2.0"])
s.add_development_dependency("cucumber", ["~> 0.10.0"])