Project

General

Profile

Actions

Bug #13906

closed

homepage in gemspec

Added by znz (Kazuhiro NISHIYAMA) over 6 years ago. Updated over 6 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) over 6 years ago

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.

Actions #2

Updated by hsbt (Hiroshi SHIBATA) over 6 years ago

  • Status changed from Open to Closed

Applied in changeset trunk|r59931.


To use github url for gemspec.

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

Actions #3

Updated by nagachika (Tomoyuki Chikanaga) over 6 years ago

  • 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) over 6 years ago

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

Updated by Eregon (Benoit Daloze) over 6 years ago

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

Actions

Also available in: Atom PDF

Like0
Like0Like0Like0Like0Like0