add therubyracer on linux, closes #112
This commit is contained in:
parent
d2b94025e3
commit
d79eb3fc0f
2 changed files with 5 additions and 0 deletions
|
@ -2,6 +2,9 @@
|
||||||
=====
|
=====
|
||||||
- Support accessing variables and data objects in ERb Sprockets files (library.js.coffee.erb)
|
- Support accessing variables and data objects in ERb Sprockets files (library.js.coffee.erb)
|
||||||
- Make :markdown_engine support simple symbol names (:maruku instead of ::Tilt::MarkukuTemplate)
|
- Make :markdown_engine support simple symbol names (:maruku instead of ::Tilt::MarkukuTemplate)
|
||||||
|
- Update Padrino deps to 0.10.2
|
||||||
|
- Update EventMachine to pre for Windows users
|
||||||
|
- Include therubyracer on *nix
|
||||||
|
|
||||||
2.0.7
|
2.0.7
|
||||||
=====
|
=====
|
||||||
|
|
|
@ -64,6 +64,8 @@ eos
|
||||||
s.add_dependency("rb-fchange")
|
s.add_dependency("rb-fchange")
|
||||||
when %r{darwin}
|
when %r{darwin}
|
||||||
s.add_dependency("rb-fsevent", ["~> 0.4.2"])
|
s.add_dependency("rb-fsevent", ["~> 0.4.2"])
|
||||||
|
when %r{linux}
|
||||||
|
s.add_dependency("therubyracer", ["~> 0.9.4"])
|
||||||
end
|
end
|
||||||
|
|
||||||
s.add_dependency("guard", ["~> 0.6.2"])
|
s.add_dependency("guard", ["~> 0.6.2"])
|
||||||
|
|
Loading…
Reference in a new issue