slackbuilds/ruby/rubygem-bundler
Dimitris Zlatanidis 2ebd5170ad
ruby/rubygem-bundler: Updated for version 1.13.6.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
2016-10-29 06:58:15 +07:00
..
README ruby/rubygem-bundler: Updated for version 1.13.0. 2016-09-11 23:57:15 +07:00
rubygem-bundler.SlackBuild ruby/rubygem-bundler: Updated for version 1.13.6. 2016-10-29 06:58:15 +07:00
rubygem-bundler.info ruby/rubygem-bundler: Updated for version 1.13.6. 2016-10-29 06:58:15 +07:00
slack-desc ruby/rubygem-bundler: Added (Manage gem dependencies). 2016-03-02 19:12:05 +07:00

README

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.