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
When I type ''tileup' into the command line and hit enter on osx 10.8 I get the following error:
/usr/bin/tileup:23:in `load': /Library/Ruby/Gems/1.8/gems/tileup-0.1.3/bin/tileup:13: odd number list for Hash (SyntaxError) tile_width: 256, ^ /Library/Ruby/Gems/1.8/gems/tileup-0.1.3/bin/tileup:13: syntax error, unexpected ':', expecting '}' tile_width: 256, ^ from /usr/bin/tileup:23
The text was updated successfully, but these errors were encountered:
Looks like you're using Ruby 1.8.X, could you run ruby --version in your terminal?
ruby --version
tileup is only 1.9.3+ compatible, 1.8 is quite old (~2008).
tileup
Sorry, something went wrong.
No branches or pull requests
When I type ''tileup' into the command line and hit enter on osx 10.8 I get the following error:
/usr/bin/tileup:23:in `load': /Library/Ruby/Gems/1.8/gems/tileup-0.1.3/bin/tileup:13: odd number list for Hash (SyntaxError)
tile_width: 256,
^
/Library/Ruby/Gems/1.8/gems/tileup-0.1.3/bin/tileup:13: syntax error, unexpected ':', expecting '}'
tile_width: 256,
^
from /usr/bin/tileup:23
The text was updated successfully, but these errors were encountered: