sinisterchipmunk / jax

Framework for creating rich WebGL-enabled applications using JavaScript and Ruby
http://jaxgl.com
MIT License
96 stars 16 forks source link

jax tool unable to handle paths with spaces #55

Closed nat-n closed 12 years ago

nat-n commented 12 years ago

for example:

$ mkdir spaced\ out
$ cd spaced\ out
$ jax new foo
$ cd foo
$ jax

returns:

~/.rvm/rubies/ruby-1.9.3-head/bin/ruby: No such file or directory -- ~/spaced (LoadError)
sinisterchipmunk commented 12 years ago

This patch has been included in Jax v2.0.8, now released. Thanks!