This question comes from a concerned user. We are trying to use the rake-hooks gem, but bundle install gives us an error:
Unfortunately, the gem rake-hooks (1) has an invalid gemspec. As a result, Bundler cannot install this Gemfile. Please ask the gem author to yank the bad version to fix this issue. For more information, see http://bit.ly/syck-defaultkey.
I assumed it would be a simple thing for the gem owner, so I let them know about the issue (https://github.com/guillermo/rake-hooks/issues/10). Time passed. I forgot about it.
Then, the need arose again. This time I forked the project and tried many things to fix it, including creating a fresh gemspec via bundle gem rake-hooks. I still receive the same error.
What gives? How could a newly minted gemspec be invalid?
You can find both gemspecs at: https://gist.github.com/2954475
I would really appreciate it if someone could review the gemspec at https://github.com/guillermo/rake-hooks.
Thanks, matt