Version information
released Apr 1st 2013
Start using this module
Add this module to your Puppetfile:
mod 'DropPod-ruby', '0.0.0'
Learn more about managing modules with a PuppetfileDocumentation
DropPod/ruby — version 0.0.0 Apr 1st 2013
The ruby
Framework
This module introduces a framework for managing Ruby on developer workstations. This includes providing tools for handling multiple versions of Ruby, in addition to maintaining disparate sets of library dependencies.
To accomplish these goals, this framework leverages rbenv and rbenv-gemset, in addition to providing helpers for dealing with installation of Gems.
Example
ruby::version { '2.0.0-p0': }
ruby::gemset { "my-project": ruby => '2.0.0-p0' }
ruby::gem { "bundler": ruby => '2.0.0-p0', gemset => 'my-project' }