module bumps for various fixes
This commit is contained in:
parent
582fc6ef70
commit
24f1da6146
10 changed files with 13 additions and 10 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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)
|
||||
|
||||
|
|
BIN
vendor/puppet/cache/boxen-puppet-boxen-0.0.8.tar.gz
vendored
BIN
vendor/puppet/cache/boxen-puppet-boxen-0.0.8.tar.gz
vendored
Binary file not shown.
BIN
vendor/puppet/cache/boxen-puppet-boxen-0.0.9.tar.gz
vendored
Normal file
BIN
vendor/puppet/cache/boxen-puppet-boxen-0.0.9.tar.gz
vendored
Normal file
Binary file not shown.
BIN
vendor/puppet/cache/boxen-puppet-git-0.0.1.tar.gz
vendored
BIN
vendor/puppet/cache/boxen-puppet-git-0.0.1.tar.gz
vendored
Binary file not shown.
BIN
vendor/puppet/cache/boxen-puppet-git-0.0.2.tar.gz
vendored
Normal file
BIN
vendor/puppet/cache/boxen-puppet-git-0.0.2.tar.gz
vendored
Normal file
Binary file not shown.
BIN
vendor/puppet/cache/boxen-puppet-rbenv-0.0.1.tar.gz
vendored
BIN
vendor/puppet/cache/boxen-puppet-rbenv-0.0.1.tar.gz
vendored
Binary file not shown.
BIN
vendor/puppet/cache/boxen-puppet-rbenv-0.0.2.tar.gz
vendored
Normal file
BIN
vendor/puppet/cache/boxen-puppet-rbenv-0.0.2.tar.gz
vendored
Normal file
Binary file not shown.
BIN
vendor/puppet/cache/boxen-puppet-ruby-0.0.1.tar.gz
vendored
BIN
vendor/puppet/cache/boxen-puppet-ruby-0.0.1.tar.gz
vendored
Binary file not shown.
BIN
vendor/puppet/cache/boxen-puppet-ruby-0.0.2.tar.gz
vendored
Normal file
BIN
vendor/puppet/cache/boxen-puppet-ruby-0.0.2.tar.gz
vendored
Normal file
Binary file not shown.
Loading…
Reference in a new issue