Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.ruby > #3650
| From | Jonathan Rochkind <rochkind@jhu.edu> |
|---|---|
| Newsgroups | comp.lang.ruby |
| Subject | gem list --pre : 404 error? |
| Date | 2011-04-28 13:53 -0500 |
| Organization | Service de news de lacave.net |
| Message-ID | <f430e02a0bf05fed025bec7acd300ed2@ruby-forum.com> (permalink) |
rubygems 1.7.2, ruby 1.8.7.
I thought this was the way to see what "pre" versions of a gem are
available:
gem list --pre --remote someGem
When I try that though, I get this error message:
*** REMOTE GEMS ***
ERROR: While executing gem ... (Gem::RemoteFetcher::FetchError)
bad response Not Found 404
(http://gems.rubyonrails.org/prerelease_specs.4.8.gz)
Anyone know what's up?
--
Posted via http://www.ruby-forum.com/.
Back to comp.lang.ruby | Previous | Next — Next in thread | Find similar | Unroll thread
gem list --pre : 404 error? Jonathan Rochkind <rochkind@jhu.edu> - 2011-04-28 13:53 -0500 Re: gem list --pre : 404 error? Luis Lavena <luislavena@gmail.com> - 2011-04-28 15:01 -0700
csiph-web