We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
I'm using ruby 1.8.7 and when I'm trying to run tileup I'm getting this 2 errors
/usr/bin/tileup:19:in `load': /usr/lib/ruby/gems/1.8/gems/tileup-0.1.4/bin/tileup:7: odd number list for Hash (SyntaxError) tile_width: 256, ^
/usr/lib/ruby/gems/1.8/gems/tileup-0.1.4/bin/tileup:7: syntax error, unexpected ':', expecting '}' tile_width: 256, ^ from /usr/bin/tileup:19
What am I doing wrong?
Thanks
The text was updated successfully, but these errors were encountered:
Just realised that it was a previous issue already. I'm going to try to update ruby to 1.9 then
Sorry, something went wrong.
Sure, I recommend rbenv or rvm. That way you can get the latest ruby version easily.
Just upgraded it, now it works perfect.
No branches or pull requests
Hi,
I'm using ruby 1.8.7 and when I'm trying to run tileup I'm getting this 2 errors
/usr/bin/tileup:19:in `load': /usr/lib/ruby/gems/1.8/gems/tileup-0.1.4/bin/tileup:7: odd number list for Hash (SyntaxError)
tile_width: 256,
^
/usr/lib/ruby/gems/1.8/gems/tileup-0.1.4/bin/tileup:7: syntax error, unexpected ':', expecting '}'
tile_width: 256,
^
from /usr/bin/tileup:19
What am I doing wrong?
Thanks
The text was updated successfully, but these errors were encountered: