summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHemant Kumar <gethemant@gmail.com>2013-07-16 20:49:32 +0530
committerHemant Kumar <gethemant@gmail.com>2013-07-16 20:49:32 +0530
commitb65fcc000681bcc102648b885770a9a7a90362ee (patch)
treea348709e7733ce753813ffca87367207984bfd41
parentb78887c71242890ae19e5128b34b5b6018fe6ea6 (diff)
downloadbundler-b65fcc000681bcc102648b885770a9a7a90362ee.tar.gz
Remove extraneous whitespace
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index a6427b905f..9ce536aca6 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,7 @@
[![Code Climate](https://codeclimate.com/github/bundler/bundler.png)](https://codeclimate.com/github/bundler/bundler)
[![Build Status](https://secure.travis-ci.org/bundler/bundler.png?branch=1-3-stable)](http://travis-ci.org/bundler/bundler)
-# Bundler: a gem to bundle gems
+# Bundler: a gem to bundle gems
Bundler keeps ruby applications running the same code on every machine.
It does this by managing the gems that the application depends on. Given a list of gems, it can automatically download and install those gems, as well as any other gems needed by the gems that are listed. Before installing gems, it checks the versions of every gem to make sure that they are compatible, and can all be loaded at the same time. After the gems have been installed, Bundler can help you update some or all of them when new versions become available. Finally, it records the exact versions that have been installed, so that others can install the exact same gems.