Project

General

Profile

Actions

Bug #13906

closed

homepage in gemspec

Bug #13906: homepage in gemspec

Added by znz (Kazuhiro NISHIYAMA) about 8 years ago. Updated about 8 years ago.

Status:
Closed
Assignee:
-
Target version:
-
[ruby-core:82817]

Description

Some gemspec files set ruby-lang site instead of github site to homepage.
Is it intentional?

% git ls-files '*.gemspec' | xargs grep homepage | grep ruby-lang
ext/io/console/io-console.gemspec:  s.homepage = "https://www.ruby-lang.org"
ext/openssl/openssl.gemspec:  s.homepage = "https://www.ruby-lang.org/".freeze
ext/sdbm/sdbm.gemspec:  s.homepage = "https://www.ruby-lang.org"
ext/stringio/stringio.gemspec:  s.homepage = "https://www.ruby-lang.org".freeze
ext/strscan/strscan.gemspec:  s.homepage = "https://www.ruby-lang.org"
lib/webrick/webrick.gemspec:  s.homepage = "https://www.ruby-lang.org"

Updated by shevegen (Robert A. Heiler) about 8 years ago Actions #1 [ruby-core:82825]

I believe Hiroshi Shibata can answer this, he is busy integrating
gems and doing a lot of work on the .gemspec files + bundler
integration by now, I think. :)

I assume that the ruby github page is a secondary mirror site; the
primary one is ruby-lang.org and the ruby svn repository. But I
may be wrong so feel free to ignore what I wrote there.

Updated by hsbt (Hiroshi SHIBATA) about 8 years ago Actions #2

  • Status changed from Open to Closed

Applied in changeset trunk|r59931.


To use github url for gemspec.

[Bug #13906][ruby-core:82817]

Updated by nagachika (Tomoyuki Chikanaga) about 8 years ago Actions #3

  • Backport changed from 2.2: UNKNOWN, 2.3: UNKNOWN, 2.4: UNKNOWN to 2.2: DONTNEED, 2.3: DONTNEED, 2.4: DONTNEED

Updated by shyouhei (Shyouhei Urabe) about 8 years ago Actions #4 [ruby-core:83095]

I don't understand, what's wrong with homepage being ruby-lang.org?

Updated by Eregon (Benoit Daloze) about 8 years ago Actions #5 [ruby-core:83101]

It seems better to link to the place where the development of these libraries happen.

Actions

Also available in: PDF Atom