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

Installation Issue?: Invalid gemspec in [..earthquake-0.8.3.gemspec]: Illformed requirement #74

Closed
egroeg opened this issue Nov 22, 2011 · 3 comments

Comments

@egroeg
Copy link

egroeg commented Nov 22, 2011

I'm probably doing something wrong but when I install I get an error running earthquake:

$earthquake
Invalid gemspec in [/usr/lib/ruby/gems/1.9.1/specifications/earthquake-0.8.3.gemspec]: Illformed requirement ["#Syck::DefaultKey:0x00000001933928 0.4.3"]

$cat earthquake-0.8.3.gemspec | grep -i syck
s.add_runtime_dependency(%q<twitter_oauth>, ["#Syck::DefaultKey:0x00000001933928 0.4.3"])
s.add_dependency(%q<twitter_oauth>, ["#Syck::DefaultKey:0x00000001933928 0.4.3"])
s.add_dependency(%q<twitter_oauth>, ["#Syck::DefaultKey:0x00000001933928 0.4.3"])

$gem uninstall earthquake -i /usr/lib/ruby/gems/1.9.1
Invalid gemspec in [/usr/lib/ruby/gems/1.9.1/specifications/earthquake-0.8.3.gemspec]: Illformed requirement ["#Syck::DefaultKey:0x00000001933928 0.4.3"]
Invalid gemspec in [/usr/lib/ruby/gems/1.9.1/specifications/earthquake-0.8.3.gemspec]: Illformed requirement ["#Syck::DefaultKey:0x00000001933928 0.4.3"]
INFO: gem "earthquake" is not installed

@jugyo
Copy link
Owner

jugyo commented Nov 22, 2011

It seems same as #61.
Please this @irohiroki's comment to fix it:
#61 (comment)

Thanks.

@egroeg
Copy link
Author

egroeg commented Nov 23, 2011

Very sorry. That fixed it. Thanks!

@egroeg egroeg closed this as completed Nov 23, 2011
@jugyo
Copy link
Owner

jugyo commented Nov 23, 2011

Have fun :)

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