Ahh, my gem from github depends on something from rubyforge, so I'd
have to follow the dependency manually and install the dependency
first, before using "source." I'll stick with Gem.sources, then,
because it allows me to be dumber. :)
On Mar 12, 2009, at 2:18 PM, Seth Thomas Rasmussen wrote:
On Thu, Mar 12, 2009 at 2:12 PM, Edward Heil <[email protected]>
wrote:
I ended up doing this, using Kyle's suggestion:
Gem.sources = ['http://gems.github.com/', 'http://gems.rubyforge.org/'
]
and it worked great.
Could I have added both sources using the technique you describe?
Yeah, it would work like this:
Shoes.setup do
gem "something-from-rubyforge"
gem "more-rubyforge"
gem "anything-will-come-from-rubyforge-by-default"
source "http://gems.github.com"
gem "now-pulling-from-github"
gem "etc-and-so-forth"
end
--
Seth Thomas Rasmussen
http://greatseth.com