Skip to content

Commit d5eb31b

Browse files
committed
Small improvement on libraries page; rewrap (en)
1 parent cf3be7b commit d5eb31b

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

en/libraries/index.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,13 @@ As most programming languages, Ruby leverages a wide set of third-party
88
libraries.
99
{: .summary}
1010

11-
Nearly all of these libraries are released in the form of a **gem**, a packaged
12-
library or application that can be installed with a tool called [**RubyGems**][1].
11+
Nearly all of these libraries are released in the form of a **gem**,
12+
a packaged library or application that can be installed with a tool
13+
called [**RubyGems**][1].
1314

14-
RubyGems is a Ruby packaging system designed to facilitate the creation, sharing and
15-
installation of libraries (in some ways, it is a distribution packaging
16-
system similar to, say, `apt-get`, but targeted at Ruby software).
15+
RubyGems is a Ruby packaging system designed to facilitate the creation,
16+
sharing and installation of libraries (in some ways, it is a distribution
17+
packaging system similar to, say, `apt-get`, but targeted at Ruby software).
1718
Ruby comes with RubyGems by default since version 1.9, previous
1819
Ruby versions require RubyGems to be [installed by hand][2].
1920

@@ -28,8 +29,8 @@ use.
2829

2930
The main place where libraries are hosted is [**RubyGems.org**][1], a public
3031
repository of gems that can be searched and installed onto your machine.
31-
You may browse and search for gems using [RubyGems.org][1], or use
32-
the `gem` command.
32+
You may browse and search for gems using the RubyGems website,
33+
or use the `gem` command.
3334

3435
Using `gem search -r`, you can search RubyGems' repository. For
3536
instance, `gem search -r rails` will return a list of Rails-related

0 commit comments

Comments
 (0)