Merge pull request #358 from createdbypete/update-ruby-module

Update Ruby module
This commit is contained in:
Will Farrington 2013-07-15 09:18:29 -07:00
commit 4af8fb303d
6 changed files with 17 additions and 3 deletions

View file

@ -18,6 +18,7 @@ github "boxen", "2.3.6"
# Core modules for a basic development environment. You can replace # Core modules for a basic development environment. You can replace
# some/most of these if you want, but it's not recommended. # some/most of these if you want, but it's not recommended.
github "autoconf", "1.0.0"
github "dnsmasq", "1.0.0" github "dnsmasq", "1.0.0"
github "gcc", "2.0.1" github "gcc", "2.0.1"
github "git", "1.2.4" github "git", "1.2.4"
@ -26,8 +27,9 @@ github "hub", "1.0.0"
github "inifile", "0.9.0", :repo => "cprice404/puppetlabs-inifile" github "inifile", "0.9.0", :repo => "cprice404/puppetlabs-inifile"
github "nginx", "1.4.2" github "nginx", "1.4.2"
github "nodejs", "3.2.7" github "nodejs", "3.2.7"
github "openssl", "1.0.0"
github "repository", "2.2.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 "stdlib", "4.1.0", :repo => "puppetlabs/puppetlabs-stdlib"
github "sudo", "1.0.0" github "sudo", "1.0.0"
github "xquartz", "1.1.0" github "xquartz", "1.1.0"

View file

@ -1,3 +1,8 @@
GITHUBTARBALL
remote: boxen/puppet-autoconf
specs:
autoconf (1.0.0)
GITHUBTARBALL GITHUBTARBALL
remote: boxen/puppet-boxen remote: boxen/puppet-boxen
specs: specs:
@ -38,6 +43,11 @@ GITHUBTARBALL
specs: specs:
nodejs (3.2.7) nodejs (3.2.7)
GITHUBTARBALL
remote: boxen/puppet-openssl
specs:
openssl (1.0.0)
GITHUBTARBALL GITHUBTARBALL
remote: boxen/puppet-repository remote: boxen/puppet-repository
specs: specs:
@ -46,7 +56,7 @@ GITHUBTARBALL
GITHUBTARBALL GITHUBTARBALL
remote: boxen/puppet-ruby remote: boxen/puppet-ruby
specs: specs:
ruby (6.0.2) ruby (6.1.1)
GITHUBTARBALL GITHUBTARBALL
remote: boxen/puppet-sudo remote: boxen/puppet-sudo
@ -69,6 +79,7 @@ GITHUBTARBALL
stdlib (4.1.0) stdlib (4.1.0)
DEPENDENCIES DEPENDENCIES
autoconf (= 1.0.0)
boxen (= 2.3.6) boxen (= 2.3.6)
dnsmasq (= 1.0.0) dnsmasq (= 1.0.0)
gcc (= 2.0.1) gcc (= 2.0.1)
@ -78,8 +89,9 @@ DEPENDENCIES
inifile (= 0.9.0) inifile (= 0.9.0)
nginx (= 1.4.2) nginx (= 1.4.2)
nodejs (= 3.2.7) nodejs (= 3.2.7)
openssl (= 1.0.0)
repository (= 2.2.0) repository (= 2.2.0)
ruby (= 6.0.2) ruby (= 6.1.1)
stdlib (= 4.1.0) stdlib (= 4.1.0)
sudo (= 1.0.0) sudo (= 1.0.0)
xquartz (= 1.1.0) xquartz (= 1.1.0)

Binary file not shown.

Binary file not shown.

Binary file not shown.