version bumps
This commit is contained in:
parent
ec849b811d
commit
bf15acd163
10 changed files with 21 additions and 21 deletions
|
@ -10,17 +10,17 @@
|
||||||
# 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.
|
||||||
|
|
||||||
mod "boxen", "0.0.27", :github_tarball => "boxen/puppet-boxen"
|
mod "boxen", "0.0.28", :github_tarball => "boxen/puppet-boxen"
|
||||||
mod "dnsmasq", "0.0.1", :github_tarball => "boxen/puppet-dnsmasq"
|
mod "dnsmasq", "0.0.1", :github_tarball => "boxen/puppet-dnsmasq"
|
||||||
mod "git", "0.0.2.4", :github_tarball => "boxen/puppet-git"
|
mod "git", "0.0.3", :github_tarball => "boxen/puppet-git"
|
||||||
mod "hub", "0.0.1", :github_tarball => "boxen/puppet-hub"
|
mod "hub", "0.0.1", :github_tarball => "boxen/puppet-hub"
|
||||||
mod "homebrew", "0.0.14", :github_tarball => "boxen/puppet-homebrew"
|
mod "homebrew", "0.0.15", :github_tarball => "boxen/puppet-homebrew"
|
||||||
mod "inifile", "0.0.1", :github_tarball => "boxen/puppet-inifile"
|
mod "inifile", "0.0.1", :github_tarball => "boxen/puppet-inifile"
|
||||||
mod "nginx", "0.0.2", :github_tarball => "boxen/puppet-nginx"
|
mod "nginx", "0.0.2", :github_tarball => "boxen/puppet-nginx"
|
||||||
mod "nodejs", "0.0.2", :github_tarball => "boxen/puppet-nodejs"
|
mod "nodejs", "0.0.2", :github_tarball => "boxen/puppet-nodejs"
|
||||||
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.9", :github_tarball => "boxen/puppet-ruby"
|
mod "ruby", "0.1.0", :github_tarball => "boxen/puppet-ruby"
|
||||||
mod "stdlib", "3.0.0", :github_tarball => "puppetlabs/puppetlabs-stdlib"
|
mod "stdlib", "3.0.0", :github_tarball => "puppetlabs/puppetlabs-stdlib"
|
||||||
mod "sudo", "0.0.1", :github_tarball => "boxen/puppet-sudo"
|
mod "sudo", "0.0.1", :github_tarball => "boxen/puppet-sudo"
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
GITHUBTARBALL
|
GITHUBTARBALL
|
||||||
remote: boxen/puppet-boxen
|
remote: boxen/puppet-boxen
|
||||||
specs:
|
specs:
|
||||||
boxen (0.0.27)
|
boxen (0.0.28)
|
||||||
|
|
||||||
GITHUBTARBALL
|
GITHUBTARBALL
|
||||||
remote: boxen/puppet-dnsmasq
|
remote: boxen/puppet-dnsmasq
|
||||||
|
@ -11,12 +11,12 @@ GITHUBTARBALL
|
||||||
GITHUBTARBALL
|
GITHUBTARBALL
|
||||||
remote: boxen/puppet-git
|
remote: boxen/puppet-git
|
||||||
specs:
|
specs:
|
||||||
git (0.0.2.4)
|
git (0.0.3)
|
||||||
|
|
||||||
GITHUBTARBALL
|
GITHUBTARBALL
|
||||||
remote: boxen/puppet-homebrew
|
remote: boxen/puppet-homebrew
|
||||||
specs:
|
specs:
|
||||||
homebrew (0.0.14)
|
homebrew (0.0.15)
|
||||||
|
|
||||||
GITHUBTARBALL
|
GITHUBTARBALL
|
||||||
remote: boxen/puppet-hub
|
remote: boxen/puppet-hub
|
||||||
|
@ -51,7 +51,7 @@ GITHUBTARBALL
|
||||||
GITHUBTARBALL
|
GITHUBTARBALL
|
||||||
remote: boxen/puppet-ruby
|
remote: boxen/puppet-ruby
|
||||||
specs:
|
specs:
|
||||||
ruby (0.0.9)
|
ruby (0.1.0)
|
||||||
|
|
||||||
GITHUBTARBALL
|
GITHUBTARBALL
|
||||||
remote: boxen/puppet-sudo
|
remote: boxen/puppet-sudo
|
||||||
|
@ -64,17 +64,17 @@ GITHUBTARBALL
|
||||||
stdlib (3.0.0)
|
stdlib (3.0.0)
|
||||||
|
|
||||||
DEPENDENCIES
|
DEPENDENCIES
|
||||||
boxen (= 0.0.27)
|
boxen (= 0.0.28)
|
||||||
dnsmasq (= 0.0.1)
|
dnsmasq (= 0.0.1)
|
||||||
git (= 0.0.2.4)
|
git (= 0.0.3)
|
||||||
homebrew (= 0.0.14)
|
homebrew (= 0.0.15)
|
||||||
hub (= 0.0.1)
|
hub (= 0.0.1)
|
||||||
inifile (= 0.0.1)
|
inifile (= 0.0.1)
|
||||||
nginx (= 0.0.2)
|
nginx (= 0.0.2)
|
||||||
nodejs (= 0.0.2)
|
nodejs (= 0.0.2)
|
||||||
nvm (= 0.0.5)
|
nvm (= 0.0.5)
|
||||||
rbenv (= 0.0.2)
|
rbenv (= 0.0.2)
|
||||||
ruby (= 0.0.9)
|
ruby (= 0.1.0)
|
||||||
stdlib (= 3.0.0)
|
stdlib (= 3.0.0)
|
||||||
sudo (= 0.0.1)
|
sudo (= 0.0.1)
|
||||||
|
|
||||||
|
|
BIN
vendor/puppet/cache/boxen-puppet-boxen-0.0.27.tar.gz
vendored
BIN
vendor/puppet/cache/boxen-puppet-boxen-0.0.27.tar.gz
vendored
Binary file not shown.
BIN
vendor/puppet/cache/boxen-puppet-boxen-0.0.28.tar.gz
vendored
Normal file
BIN
vendor/puppet/cache/boxen-puppet-boxen-0.0.28.tar.gz
vendored
Normal file
Binary file not shown.
BIN
vendor/puppet/cache/boxen-puppet-git-0.0.2.4.tar.gz
vendored
BIN
vendor/puppet/cache/boxen-puppet-git-0.0.2.4.tar.gz
vendored
Binary file not shown.
BIN
vendor/puppet/cache/boxen-puppet-git-0.0.3.tar.gz
vendored
Normal file
BIN
vendor/puppet/cache/boxen-puppet-git-0.0.3.tar.gz
vendored
Normal file
Binary file not shown.
Binary file not shown.
BIN
vendor/puppet/cache/boxen-puppet-homebrew-0.0.15.tar.gz
vendored
Normal file
BIN
vendor/puppet/cache/boxen-puppet-homebrew-0.0.15.tar.gz
vendored
Normal file
Binary file not shown.
BIN
vendor/puppet/cache/boxen-puppet-ruby-0.0.9.tar.gz
vendored
BIN
vendor/puppet/cache/boxen-puppet-ruby-0.0.9.tar.gz
vendored
Binary file not shown.
BIN
vendor/puppet/cache/boxen-puppet-ruby-0.1.0.tar.gz
vendored
Normal file
BIN
vendor/puppet/cache/boxen-puppet-ruby-0.1.0.tar.gz
vendored
Normal file
Binary file not shown.
Loading…
Reference in a new issue