-
-
Notifications
You must be signed in to change notification settings - Fork 161
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
Invalid gemspec warnings #101
Comments
Here's what the gemspec looks like BTW:
|
Thanks for letting us know. I've built the last few releases, and I probably did it using 1.9.3. Sorry, I hadn't realised it was causing a problem. Is there anything else I can do, or do I just need to remember to switch to Ruby 1.8.7 to build the gem? |
I think just switching to 1.8.7 is all. Something to do with the Yaml parser. Never truly understood myself. There are some other bugs around if you google for "YAML::Yecht::DefaultKey", but they're not very informative. They just kind of stumble until rebuilding and pushing under 1.8 |
I've closed this, but it wouldn't hurt for someone other than me to test this and let me know if 0.4.11 is working any better. |
Working for me. |
I've been getting these warning on various rubies for the last few releases:
I had this issue on some of my own gems in the past, is it possible your packaging and releasing your gems with something other than Ruby 1.8.x? It seemed, at the time, that different rubies each made assumptions that weren't always compatible (well, it works, but not without warnings). So now I use only Ruby 1.8.7 for packaging.
The text was updated successfully, but these errors were encountered: