Skip to content

Commit 48b360a

Browse files
okuramasafumiJuanitoFatas
authored andcommitted
Remove reference to rubyforge.org (ja) (#2065)
`rubyforge.org` has been inaccessible for years and I don't think it's worth mentioning here. Also, GitHub is now quite popular so I changes the wordings slightly.
1 parent 6e96270 commit 48b360a

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

ja/libraries/index.md

+2-4
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,8 @@ Ruby のライブラリは主に [RubyGems.org][rubygems] に gem として置
2020
`gem search -r` を使うと RubyGems のリポジトリを調べることが出来ます。例えば、`gem search -r rails` は Rails に関係のある gem を返します。
2121
`--local` (`-l`) オプションを使うと、インストール済みの gem に対してローカルで検索をすることが出来ます。gem をインストールするには `gem install [gem]` を使います。インストール済みの gem を見るには `gem list` を使います。さらに `gem` コマンドについて知りたい場合は、先に進むか[RubyGems' docs][rubygems-guides] を参照してください。
2222

23-
他にもライブラリの配布元があります。
24-
[RubyForge][rubyforge]はかつて Ruby のライブラリの保管場所として広く使われていたものです。
25-
しかし近年では [GitHub][github] が ruby 関連のリポジトリとして台頭してきました。
23+
また、他にもライブラリの配布元があります。
24+
近年では[GitHub][github] が ruby 関連のリポジトリとして広く使われています。
2625
gem としては RubyGems.org に公開されますが、gem のソースコードのほとんどは GitHub 上で見ることが出来ます。
2726

2827
[The Ruby Toolbox][ruby-toolbox] は、オープンソースの Ruby プロジェクトを探索しやすくするプロジェクトです。
@@ -99,7 +98,6 @@ RubyGems.org に [いくつかのガイド][rubygems-guides] があります。
9998
[rubygems]: https://rubygems.org/
10099
[rubygems-download]: https://rubygems.org/pages/download/
101100
[rubygems-guides]: http://guides.rubygems.org/
102-
[rubyforge]: http://rubyforge.org/
103101
[github]: https://github.com/
104102
[rubygems-command-ref]: http://guides.rubygems.org/command-reference/
105103
[bundler]: http://bundler.io/

0 commit comments

Comments
 (0)