On Wed, Sep 23, 2009 at 3:53 PM, DanS <dansteini...@gmail.com> wrote:
>> Well that explains why you're not seeing --prerelease gems. What do
>> you get from this:
>>
>> gem sources
>
> *** CURRENT SOURCES ***
>
> http://gems.rubyforge.org
> http://gems.rubyonrails.org
> http://gems.github.com
>
> -This is after I followed Stephen Eley's advice (thanks Stephen) and
> added github as a source.  Not sure if that was there prior to that.

I've got this:

$ gem sources
*** CURRENT SOURCES ***

http://gemcutter.org
http://gems.rubyforge.org/
http://gems.github.com/

My guess is that the server at http://gems.rubyonrails.org needs to be
updated. If you don't need that I'd remove it from your source list.
You can always get gems from there with --source
http://gems.rubyforge.org/ on the command line.

$ gem sources -r  http://gems.rubyonrails.org
$ gem q -rn rspec --prerelease

????
_______________________________________________
rspec-users mailing list
rspec-users@rubyforge.org
http://rubyforge.org/mailman/listinfo/rspec-users

Reply via email to