Patch #4573
closedMove github gems to Gemcutter
100%
Description
gems.github.com is almost gone.
Simply (config/environments/test*.rb):config.gem "shoulda", :source => "http://gemcutter.org"
Updated by Eric Davis almost 15 years ago
- Subject changed from Move shoulda gem to Gemcutter to Move github gems to Gemcutter
- Category set to Code cleanup/refactoring
- Status changed from New to 7
- Assignee set to Eric Davis
- Target version set to 1.0.0 (RC)
Agreed but the Github gems will be around until October 2010 (according to their reports). We will also need to move over Object Daddy, which I'll probably have to fork and build myself.
Updated by Konstantin Haase almost 15 years ago
Eric Davis wrote:
Agreed but the Github gems will be around until October 2010 (according to their reports). We will also need to move over Object Daddy, which I'll probably have to fork and build myself.
Why not embed Object Daddy as a plugin, which seems to be the official way to do it?
Updated by Eric Davis almost 15 years ago
- Status changed from 7 to Closed
- % Done changed from 0 to 100
Konstantin Haase wrote:
Why not embed Object Daddy as a plugin, which seems to be the official way to do it?
It would add to the size of the download for Redmine (svn and archives) even if the user won't be running the tests. I've already forked object_daddy and added some bug fixes that the official repository is missing.
I've switched to the shoulda
gem in r3403.