diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2016-03-01 02:24:01 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-03-02 19:12:05 +0700 |
commit | 28a47a566aba09e53c6ff0744a01f64295f99926 (patch) | |
tree | 8096cf68f070651f044f70afd73d6d0781afc248 /ruby/rubygem-bundler/README | |
parent | 39f137e7d3d9403405cacdacdf83f603831f2d08 (diff) |
ruby/rubygem-bundler: Added (Manage gem dependencies).
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
Diffstat (limited to 'ruby/rubygem-bundler/README')
-rw-r--r-- | ruby/rubygem-bundler/README | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ruby/rubygem-bundler/README b/ruby/rubygem-bundler/README new file mode 100644 index 0000000000000..0f4afe768dcff --- /dev/null +++ b/ruby/rubygem-bundler/README @@ -0,0 +1,6 @@ +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 +project is as simple as bundle install. |