Has anybody released a gem built with rubygems 0.9.5? I built the
latest version of deep_test with 0.9.5, but it seems like it cannot be
installed with 0.9.4 clients. It shows up in the gem list without a
platform (version 1.0.3):
Select which gem to install for your platform (i686-darwin9.0.0)
- deep_test 1.0.4 (ruby)
- deep_test 1.0.3 ()
- deep_test 1.0.2 (ruby)
- deep_test 1.0.1 (ruby)
- Skip this gem
- Cancel installation
2
ERROR: While executing gem … (OpenURI::HTTPError)
404 Not Found
It’s then looking to download the gem with an extra hyphen at the end:
“http://gems.rubyforge.org/gems/deep_test-1.0.3-.gem”
I submitted a defect, but wanted to know if anybody else ran into
this.
http://rubyforge.org/tracker/index.php?func=detail&aid=16177&group_id=126&atid=575
The gemspec I used is here:
http://deep-test.rubyforge.org/svn/trunk/Rakefile
Thanks,
Dan