summaryrefslogtreecommitdiffstats
path: root/ruby/rubygem-bundler/README
diff options
context:
space:
mode:
author Dimitris Zlatanidis2016-09-11 05:39:47 +0200
committer Willy Sudiarto Raharjo2016-09-11 18:57:15 +0200
commit4d693a440e4688d5f9b90220f0db45901e97b92d (patch)
tree07a51b2a73a30ed992756842cf2c210df8a382db /ruby/rubygem-bundler/README
parent9ccd2da51d812e7d5882124148f7f0a15fbac105 (diff)
downloadslackbuilds-4d693a440e4688d5f9b90220f0db45901e97b92d.tar.gz
ruby/rubygem-bundler: Updated for version 1.13.0.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
Diffstat (limited to 'ruby/rubygem-bundler/README')
-rw-r--r--ruby/rubygem-bundler/README8
1 files changed, 4 insertions, 4 deletions
diff --git a/ruby/rubygem-bundler/README b/ruby/rubygem-bundler/README
index 0f4afe768d..f136d1c317 100644
--- a/ruby/rubygem-bundler/README
+++ b/ruby/rubygem-bundler/README
@@ -1,6 +1,6 @@
-Bundler provides a consistent environment for Ruby projects by tracking and
-installing the exact gems and versions that are needed.
+Bundler provides a consistent environment for Ruby projects by tracking and
+installing the exact gems and versions that are needed.
-Bundler is an exit from dependency hell, and ensures that the gems you need
-are present in development, staging, and production. Starting work on a
+Bundler is an exit from dependency hell, and ensures that the gems you need
+are present in development, staging, and production. Starting work on a
project is as simple as bundle install.