bump ruby module to 0.0.8, fixes rbenv gem provider

This commit is contained in:
Will Farrington 2012-10-04 04:20:01 -07:00
parent f570ecfc9b
commit c46c7b5a60
4 changed files with 3 additions and 3 deletions

View file

@ -14,7 +14,7 @@ mod "homebrew", "0.0.4", :github_tarball => "boxen/puppet-homebrew"
mod "nginx", "0.0.2", :github_tarball => "boxen/puppet-nginx" mod "nginx", "0.0.2", :github_tarball => "boxen/puppet-nginx"
mod "nvm", "0.0.5", :github_tarball => "boxen/puppet-nvm" mod "nvm", "0.0.5", :github_tarball => "boxen/puppet-nvm"
mod "rbenv", "0.0.2", :github_tarball => "boxen/puppet-rbenv" mod "rbenv", "0.0.2", :github_tarball => "boxen/puppet-rbenv"
mod "ruby", "0.0.6", :github_tarball => "boxen/puppet-ruby" mod "ruby", "0.0.8", :github_tarball => "boxen/puppet-ruby"
# Core modules for a basic development environment. # Core modules for a basic development environment.
# You can replace some/most of those if you want, but it's not recommended. # You can replace some/most of those if you want, but it's not recommended.

View file

@ -51,7 +51,7 @@ GITHUBTARBALL
GITHUBTARBALL GITHUBTARBALL
remote: boxen/puppet-ruby remote: boxen/puppet-ruby
specs: specs:
ruby (0.0.6) ruby (0.0.8)
GITHUBTARBALL GITHUBTARBALL
remote: boxen/puppet-sudo remote: boxen/puppet-sudo
@ -69,6 +69,6 @@ DEPENDENCIES
nodejs (= 0.0.1) nodejs (= 0.0.1)
nvm (= 0.0.5) nvm (= 0.0.5)
rbenv (= 0.0.2) rbenv (= 0.0.2)
ruby (= 0.0.6) ruby (= 0.0.8)
sudo (= 0.0.1) sudo (= 0.0.1)

Binary file not shown.