| Path: | sprout/lib/sprout.rb |
| Last Update: | Sat Aug 22 18:22:18 -0700 2009 |
Set an array of URLs to use as gem repositories when loading Sprout gems. Any rakefile that requires the sprout gem can use this method as follows:
set_sources ['http://gems.yourdomain.com']
# File sprout/lib/sprout.rb, line 488 def set_sources(sources) Sprout::Sprout.gem_sources = sources end