slackbuilds_ponce/ruby/rubygem-bundler
Dimitris Zlatanidis b2e5579f6d
ruby/rubygem-bundler: Updated for version 1.17.3.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
2019-01-05 07:49:31 +07:00
..
README
rubygem-bundler.info
rubygem-bundler.SlackBuild
slack-desc

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.