Add a minimum required rubygems version to the gemspec #116
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "required-rubygems-version"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Adds a minimum rubygems version to check the dependency at installation time instead of runtime. 1.8.0 is the version that adds Gem::Specification#each, so that's what I set the minimum to.
Thanks for the pull! I actually have a need to use the Sprockets gem finding code in other projects, so I took your idea and put it into sprockets-vendor_gems and am having jasmine-headless-webkit use that project to search for vendored files. Hope you don't mind. ;)
Looks good to me. :)
Pull request closed