A gemspec is not a big truck
drbrain |
It’s not something that you just dump something on. (paraphrasing)
There’s some terrible code that generates a ruby version of a Gem::Specification object.
This code is that it’s a broken implementation of Gem::Specification#to_ruby, a method that was documented all the way back to RubyGems 0.8.11.
Using this code generates a broken Gem::Specification object which will corrupt RubyGems indexes.
There are some projects in the wild that use this code, so if you own one of those, you should remove this code right away!
Remember! A gemspec is not a big truck!
commentComments are disabled


