Skip to content
New issue

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

odd number list for Hash (SyntaxError) #6

Closed
aenciso opened this issue Aug 5, 2013 · 3 comments
Closed

odd number list for Hash (SyntaxError) #6

aenciso opened this issue Aug 5, 2013 · 3 comments

Comments

@aenciso
Copy link

aenciso commented Aug 5, 2013

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

@aenciso
Copy link
Author

aenciso commented Aug 5, 2013

Just realised that it was a previous issue already. I'm going to try to update ruby to 1.9 then

@aenciso aenciso closed this as completed Aug 5, 2013
@rktjmp
Copy link
Owner

rktjmp commented Aug 5, 2013

Sure, I recommend rbenv or rvm. That way you can get the latest ruby version easily.

@aenciso
Copy link
Author

aenciso commented Aug 5, 2013

Just upgraded it, now it works perfect.

Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants