module bumps for various fixes

This commit is contained in:
Will Farrington 2012-10-03 20:35:39 -07:00
parent 582fc6ef70
commit 24f1da6146
10 changed files with 13 additions and 10 deletions

View file

@ -7,13 +7,16 @@
# Includes many of our custom types and providers, as well as global
# config. Required.
mod "boxen", "0.0.8", :github_tarball => "boxen/puppet-boxen"
mod "boxen", "0.0.9", :github_tarball => "boxen/puppet-boxen"
mod "git", "0.0.2", :github_tarball => "boxen/puppet-git"
mod "homebrew", "0.0.3", :github_tarball => "boxen/puppet-homebrew"
mod "nvm", "0.0.2", :github_tarball => "boxen/puppet-nvm"
mod "rbenv", "0.0.2", :github_tarball => "boxen/puppet-rbenv"
mod "ruby", "0.0.2", :github_tarball => "boxen/puppet-ruby"
# Core modules for a basic development environment.
# You can replace some/most of those if you want, but it's not recommended.
%w(ruby rbenv nodejs git hub inifile sudo).each do |modulename|
%w(nodejs hub inifile sudo).each do |modulename|
mod modulename, "0.0.1", :github_tarball => "boxen/puppet-#{modulename}"
end

View file

@ -1,12 +1,12 @@
GITHUBTARBALL
remote: boxen/puppet-boxen
specs:
boxen (0.0.8)
boxen (0.0.9)
GITHUBTARBALL
remote: boxen/puppet-git
specs:
git (0.0.1)
git (0.0.2)
GITHUBTARBALL
remote: boxen/puppet-homebrew
@ -36,12 +36,12 @@ GITHUBTARBALL
GITHUBTARBALL
remote: boxen/puppet-rbenv
specs:
rbenv (0.0.1)
rbenv (0.0.2)
GITHUBTARBALL
remote: boxen/puppet-ruby
specs:
ruby (0.0.1)
ruby (0.0.2)
GITHUBTARBALL
remote: boxen/puppet-sudo
@ -49,14 +49,14 @@ GITHUBTARBALL
sudo (0.0.1)
DEPENDENCIES
boxen (= 0.0.8)
git (= 0.0.1)
boxen (= 0.0.9)
git (= 0.0.2)
homebrew (= 0.0.3)
hub (= 0.0.1)
inifile (= 0.0.1)
nodejs (= 0.0.1)
nvm (= 0.0.2)
rbenv (= 0.0.1)
ruby (= 0.0.1)
rbenv (= 0.0.2)
ruby (= 0.0.2)
sudo (= 0.0.1)

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.