Bug 997179
Summary: | RFE: install /etc/gemrc to install gems via https rather than http | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Vincent Danen <vdanen> |
Component: | rubygems | Assignee: | Vít Ondruch <vondruch> |
Status: | CLOSED WONTFIX | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | 18 | CC: | mastahnke, mtasaka, vanmeeuwen+fedora, vondruch |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2013-08-15 08:40:47 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Vincent Danen
2013-08-14 20:51:13 UTC
This is how it looks on my F19: $ GEM_HOME=~/https gem install --verbose haml HEAD https://rubygems.org/latest_specs.4.8.gz 302 Moved Temporarily HEAD https://s3.amazonaws.com/production.s3.rubygems.org/latest_specs.4.8.gz 200 OK GET https://rubygems.org/latest_specs.4.8.gz 302 Moved Temporarily GET https://s3.amazonaws.com/production.s3.rubygems.org/latest_specs.4.8.gz 200 OK GET https://rubygems.org/quick/Marshal.4.8/haml-4.0.3.gemspec.rz 302 Moved Temporarily GET https://s3.amazonaws.com/production.s3.rubygems.org/quick/Marshal.4.8/haml-4.0.3.gemspec.rz 200 OK Installing gem tilt-1.4.1 Downloading gem tilt-1.4.1.gem GET https://rubygems.org/gems/tilt-1.4.1.gem 302 Moved Temporarily GET https://s3.amazonaws.com/production.s3.rubygems.org/gems/tilt-1.4.1.gem Fetching: tilt-1.4.1.gem (100%) 200 OK I guess this behavior changed with RubyGems 2.0, so F19+ are OK. I don't consider it worth of effort to change the behavior on F18, but I won't object if anyone else wants to do it. If F19+ is ok (haven't installed it yet so can't test), then I'm not overly worried about F18. Thanks for looking. |