Closed dillonwelch closed 6 years ago
Updated!
The gemspec is committed so that git-bundled uses of mime-types works, and the Gemfile specifies gemspec
. It’s been a while, but if you install the necessary dependencies, it should be possible to type rake gemspec
and it should automatically generate/update the .gemspec
file.
Normally, I do this as part of release hygiene.
I can clean up all of the .freeze
in the gemspec file too if you'd like
The gemspec is generated. If the .freeze methods are there, they get left there.
This looks fine to me, but you should probably remove the changes to the gemspec. That file should actually be deleted since I think Hoe is now used in the Rakefile to create the gemspec.