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/slack-desc | |
parent | 39f137e7d3d9403405cacdacdf83f603831f2d08 (diff) | |
download | slackbuilds-28a47a566aba09e53c6ff0744a01f64295f99926.tar.gz |
ruby/rubygem-bundler: Added (Manage gem dependencies).
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
Diffstat (limited to 'ruby/rubygem-bundler/slack-desc')
-rw-r--r-- | ruby/rubygem-bundler/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/ruby/rubygem-bundler/slack-desc b/ruby/rubygem-bundler/slack-desc new file mode 100644 index 0000000000..782139e700 --- /dev/null +++ b/ruby/rubygem-bundler/slack-desc @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. +# Line up the first '|' above the ':' following the base package name, and +# the '|' on the right side marks the last column you can put a character in. +# You must make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':' except on otherwise blank lines. + + |-----handy-ruler------------------------------------------------------| +rubygem-bundler: rubygem-bundler (Manage gem dependencies) +rubygem-bundler: +rubygem-bundler: Bundler provides a consistent environment for Ruby projects by +rubygem-bundler: tracking and installing the exact gems and versions that are needed. +rubygem-bundler: Bundler is an exit from dependency hell, and ensures that the gems +rubygem-bundler: you need are present in development, staging, and production. +rubygem-bundler: Starting work on a project is as simple as bundle install. +rubygem-bundler: +rubygem-bundler: Homepage: http://bundler.io/ +rubygem-bundler: +rubygem-bundler: |