Updating Ruby module and including the required dependencies
This commit is contained in:
parent
8d7cdd2854
commit
e39cf2f1ca
6 changed files with 18 additions and 3 deletions
|
@ -18,6 +18,7 @@ github "boxen", "2.3.6"
|
|||
# Core modules for a basic development environment. You can replace
|
||||
# some/most of these if you want, but it's not recommended.
|
||||
|
||||
github "autoconf", "1.0.0"
|
||||
github "dnsmasq", "1.0.0"
|
||||
github "gcc", "2.0.1"
|
||||
github "git", "1.2.4"
|
||||
|
@ -26,11 +27,13 @@ github "hub", "1.0.0"
|
|||
github "inifile", "0.9.0", :repo => "cprice404/puppetlabs-inifile"
|
||||
github "nginx", "1.4.2"
|
||||
github "nodejs", "3.2.7"
|
||||
github "openssl", "1.0.0"
|
||||
github "repository", "2.2.0"
|
||||
github "ruby", "6.0.2"
|
||||
github "ruby", "6.1.1"
|
||||
github "stdlib", "4.1.0", :repo => "puppetlabs/puppetlabs-stdlib"
|
||||
github "sudo", "1.0.0"
|
||||
github "xquartz", "1.1.0"
|
||||
|
||||
|
||||
# Optional/custom modules. There are tons available at
|
||||
# https://github.com/boxen.
|
||||
|
|
|
@ -1,3 +1,8 @@
|
|||
GITHUBTARBALL
|
||||
remote: boxen/puppet-autoconf
|
||||
specs:
|
||||
autoconf (1.0.0)
|
||||
|
||||
GITHUBTARBALL
|
||||
remote: boxen/puppet-boxen
|
||||
specs:
|
||||
|
@ -38,6 +43,11 @@ GITHUBTARBALL
|
|||
specs:
|
||||
nodejs (3.2.7)
|
||||
|
||||
GITHUBTARBALL
|
||||
remote: boxen/puppet-openssl
|
||||
specs:
|
||||
openssl (1.0.0)
|
||||
|
||||
GITHUBTARBALL
|
||||
remote: boxen/puppet-repository
|
||||
specs:
|
||||
|
@ -46,7 +56,7 @@ GITHUBTARBALL
|
|||
GITHUBTARBALL
|
||||
remote: boxen/puppet-ruby
|
||||
specs:
|
||||
ruby (6.0.2)
|
||||
ruby (6.1.1)
|
||||
|
||||
GITHUBTARBALL
|
||||
remote: boxen/puppet-sudo
|
||||
|
@ -69,6 +79,7 @@ GITHUBTARBALL
|
|||
stdlib (4.1.0)
|
||||
|
||||
DEPENDENCIES
|
||||
autoconf (= 1.0.0)
|
||||
boxen (= 2.3.6)
|
||||
dnsmasq (= 1.0.0)
|
||||
gcc (= 2.0.1)
|
||||
|
@ -78,8 +89,9 @@ DEPENDENCIES
|
|||
inifile (= 0.9.0)
|
||||
nginx (= 1.4.2)
|
||||
nodejs (= 3.2.7)
|
||||
openssl (= 1.0.0)
|
||||
repository (= 2.2.0)
|
||||
ruby (= 6.0.2)
|
||||
ruby (= 6.1.1)
|
||||
stdlib (= 4.1.0)
|
||||
sudo (= 1.0.0)
|
||||
xquartz (= 1.1.0)
|
||||
|
|
BIN
vendor/puppet/cache/boxen-puppet-autoconf-1.0.0.tar.gz
vendored
Normal file
BIN
vendor/puppet/cache/boxen-puppet-autoconf-1.0.0.tar.gz
vendored
Normal file
Binary file not shown.
BIN
vendor/puppet/cache/boxen-puppet-openssl-1.0.0.tar.gz
vendored
Normal file
BIN
vendor/puppet/cache/boxen-puppet-openssl-1.0.0.tar.gz
vendored
Normal file
Binary file not shown.
BIN
vendor/puppet/cache/boxen-puppet-ruby-6.0.2.tar.gz
vendored
BIN
vendor/puppet/cache/boxen-puppet-ruby-6.0.2.tar.gz
vendored
Binary file not shown.
BIN
vendor/puppet/cache/boxen-puppet-ruby-6.1.1.tar.gz
vendored
Normal file
BIN
vendor/puppet/cache/boxen-puppet-ruby-6.1.1.tar.gz
vendored
Normal file
Binary file not shown.
Loading…
Reference in a new issue