ruby-core@ruby-lang.org archive (unofficial mirror)
 help / color / mirror / Atom feed
* [ruby-core:82817] [Ruby trunk Bug#13906] homepage in gemspec
       [not found] <redmine.issue-13906.20170915160021@ruby-lang.org>
@ 2017-09-15 16:00 ` zn
  2017-09-15 20:21 ` [ruby-core:82825] " shevegen
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 4+ messages in thread
From: zn @ 2017-09-15 16:00 UTC (permalink / raw
  To: ruby-core

Issue #13906 has been reported by znz (Kazuhiro NISHIYAMA).

----------------------------------------
Bug #13906: homepage in gemspec
https://bugs.ruby-lang.org/issues/13906

* Author: znz (Kazuhiro NISHIYAMA)
* Status: Open
* Priority: Normal
* Assignee: 
* Target version: 
* ruby -v: 
* Backport: 2.2: UNKNOWN, 2.3: UNKNOWN, 2.4: UNKNOWN
----------------------------------------
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"
```



-- 
https://bugs.ruby-lang.org/

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [ruby-core:82825] [Ruby trunk Bug#13906] homepage in gemspec
       [not found] <redmine.issue-13906.20170915160021@ruby-lang.org>
  2017-09-15 16:00 ` [ruby-core:82817] [Ruby trunk Bug#13906] homepage in gemspec zn
@ 2017-09-15 20:21 ` shevegen
  2017-10-04  3:01 ` [ruby-core:83095] " shyouhei
  2017-10-04  8:19 ` [ruby-core:83101] " eregontp
  3 siblings, 0 replies; 4+ messages in thread
From: shevegen @ 2017-09-15 20:21 UTC (permalink / raw
  To: ruby-core

Issue #13906 has been updated by shevegen (Robert A. Heiler).


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.

----------------------------------------
Bug #13906: homepage in gemspec
https://bugs.ruby-lang.org/issues/13906#change-66705

* Author: znz (Kazuhiro NISHIYAMA)
* Status: Open
* Priority: Normal
* Assignee: 
* Target version: 
* ruby -v: 
* Backport: 2.2: UNKNOWN, 2.3: UNKNOWN, 2.4: UNKNOWN
----------------------------------------
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"
```



-- 
https://bugs.ruby-lang.org/

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [ruby-core:83095] [Ruby trunk Bug#13906] homepage in gemspec
       [not found] <redmine.issue-13906.20170915160021@ruby-lang.org>
  2017-09-15 16:00 ` [ruby-core:82817] [Ruby trunk Bug#13906] homepage in gemspec zn
  2017-09-15 20:21 ` [ruby-core:82825] " shevegen
@ 2017-10-04  3:01 ` shyouhei
  2017-10-04  8:19 ` [ruby-core:83101] " eregontp
  3 siblings, 0 replies; 4+ messages in thread
From: shyouhei @ 2017-10-04  3:01 UTC (permalink / raw
  To: ruby-core

Issue #13906 has been updated by shyouhei (Shyouhei Urabe).


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

----------------------------------------
Bug #13906: homepage in gemspec
https://bugs.ruby-lang.org/issues/13906#change-67045

* Author: znz (Kazuhiro NISHIYAMA)
* Status: Closed
* Priority: Normal
* Assignee: 
* Target version: 
* ruby -v: 
* Backport: 2.2: DONTNEED, 2.3: DONTNEED, 2.4: DONTNEED
----------------------------------------
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"
```



-- 
https://bugs.ruby-lang.org/

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [ruby-core:83101] [Ruby trunk Bug#13906] homepage in gemspec
       [not found] <redmine.issue-13906.20170915160021@ruby-lang.org>
                   ` (2 preceding siblings ...)
  2017-10-04  3:01 ` [ruby-core:83095] " shyouhei
@ 2017-10-04  8:19 ` eregontp
  3 siblings, 0 replies; 4+ messages in thread
From: eregontp @ 2017-10-04  8:19 UTC (permalink / raw
  To: ruby-core

Issue #13906 has been updated by Eregon (Benoit Daloze).


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

----------------------------------------
Bug #13906: homepage in gemspec
https://bugs.ruby-lang.org/issues/13906#change-67050

* Author: znz (Kazuhiro NISHIYAMA)
* Status: Closed
* Priority: Normal
* Assignee: 
* Target version: 
* ruby -v: 
* Backport: 2.2: DONTNEED, 2.3: DONTNEED, 2.4: DONTNEED
----------------------------------------
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"
```



-- 
https://bugs.ruby-lang.org/

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2017-10-04  8:19 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <redmine.issue-13906.20170915160021@ruby-lang.org>
2017-09-15 16:00 ` [ruby-core:82817] [Ruby trunk Bug#13906] homepage in gemspec zn
2017-09-15 20:21 ` [ruby-core:82825] " shevegen
2017-10-04  3:01 ` [ruby-core:83095] " shyouhei
2017-10-04  8:19 ` [ruby-core:83101] " eregontp

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).