Add a minimum required rubygems version to the gemspec #116

Closed
jwinter wants to merge 2 commits from required-rubygems-version into master
jwinter commented 2012-02-08 03:12:39 +00:00 (Migrated from github.com)

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.

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.
johnbintz commented 2012-02-08 13:49:55 +00:00 (Migrated from github.com)

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. ;)

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](http://github.com/johnbintz/sprockets-vendor_gems) and am having jasmine-headless-webkit use that project to search for vendored files. Hope you don't mind. ;)
jwinter commented 2012-02-08 18:06:48 +00:00 (Migrated from github.com)

Looks good to me. :)

Looks good to me. :)

Pull request closed

Sign in to join this conversation.
No reviewers
No Label
bug
doc
feature
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: github-migration/jasmine-headless-webkit#116
No description provided.