Merge pull request #348 from createdbypete/update-puppetfile-and-gems

Update puppetfile and gems
This commit is contained in:
Adam Ochonicki 2013-07-13 09:43:43 -07:00
commit 1b0b14b072
43 changed files with 41 additions and 38 deletions

View file

@ -1,6 +1,6 @@
source "https://rubygems.org" source "https://rubygems.org"
gem "boxen", "~> 1.1" gem "boxen", "~> 1.4"
gem "open4", "~> 1.3" gem "open4", "~> 1.3"
group :development do group :development do

View file

@ -1,40 +1,41 @@
GEM GEM
remote: https://rubygems.org/ remote: https://rubygems.org/
specs: specs:
addressable (2.3.4) addressable (2.3.5)
ansi (1.4.3) ansi (1.4.3)
aws-sdk (1.8.2) aws-sdk (1.8.2)
json (~> 1.4) json (~> 1.4)
nokogiri (>= 1.4.4) nokogiri (>= 1.4.4)
uuidtools (~> 2.1) uuidtools (~> 2.1)
boxen (1.1.2) boxen (1.4.2)
ansi (~> 1.4) ansi (~> 1.4)
hiera (~> 1.0.0) hiera (~> 1.0)
highline (~> 1.6) highline (~> 1.6)
json_pure (>= 1.7.7, < 2.0) json_pure (>= 1.7.7, < 2.0)
librarian-puppet (~> 0.9.9) librarian-puppet (~> 0.9.9)
octokit (~> 1.15) octokit (~> 1.15)
puppet (~> 3.0) puppet (~> 3.0)
builder (3.1.4) builder (3.1.4)
facter (1.7.0) facter (1.7.2)
faraday (0.8.7) faraday (0.8.7)
multipart-post (~> 1.1) multipart-post (~> 1.1)
faraday_middleware (0.9.0) faraday_middleware (0.9.0)
faraday (>= 0.7.4, < 0.9) faraday (>= 0.7.4, < 0.9)
hashie (2.0.4) hashie (2.0.5)
hiera (1.0.0) hiera (1.2.1)
highline (1.6.18) json_pure
json (1.7.7) highline (1.6.19)
json_pure (1.7.7) json (1.8.0)
json_pure (1.8.0)
librarian-puppet (0.9.9) librarian-puppet (0.9.9)
json json
thor (~> 0.15) thor (~> 0.15)
multi_json (1.7.2) multi_json (1.7.7)
multipart-post (1.2.0) multipart-post (1.2.0)
net-ssh (2.6.5) net-ssh (2.6.5)
netrc (0.7.7) netrc (0.7.7)
nokogiri (1.5.6) nokogiri (1.5.6)
octokit (1.24.0) octokit (1.25.0)
addressable (~> 2.2) addressable (~> 2.2)
faraday (~> 0.8) faraday (~> 0.8)
faraday_middleware (~> 0.9) faraday_middleware (~> 0.9)
@ -42,13 +43,15 @@ GEM
multi_json (~> 1.3) multi_json (~> 1.3)
netrc (~> 0.7.7) netrc (~> 0.7.7)
open4 (1.3.0) open4 (1.3.0)
puppet (3.1.1) puppet (3.2.2)
facter (~> 1.6) facter (~> 1.6)
hiera (~> 1.0) hiera (~> 1.0)
rgen (~> 0.6)
rbvmomi (1.6.0) rbvmomi (1.6.0)
builder builder
nokogiri (>= 1.4.1) nokogiri (>= 1.4.1)
trollop trollop
rgen (0.6.5)
thor (0.18.1) thor (0.18.1)
trollop (2.0) trollop (2.0)
uuidtools (2.1.3) uuidtools (2.1.3)
@ -58,7 +61,7 @@ PLATFORMS
DEPENDENCIES DEPENDENCIES
aws-sdk aws-sdk
boxen (~> 1.1) boxen (~> 1.4)
net-ssh net-ssh
open4 (~> 1.3) open4 (~> 1.3)
rbvmomi rbvmomi

View file

@ -13,21 +13,21 @@ end
# Includes many of our custom types and providers, as well as global # Includes many of our custom types and providers, as well as global
# config. Required. # config. Required.
github "boxen", "2.1.0" 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 "dnsmasq", "1.0.0" github "dnsmasq", "1.0.0"
github "gcc", "1.0.0" github "gcc", "2.0.1"
github "git", "1.2.2" github "git", "1.2.4"
github "homebrew", "1.1.2" github "homebrew", "1.2.0"
github "hub", "1.0.0" 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.0" github "nginx", "1.4.2"
github "nodejs", "2.2.0" github "nodejs", "3.2.7"
github "repository", "2.0.2" github "repository", "2.2.0"
github "ruby", "4.1.0" github "ruby", "6.0.2"
github "stdlib", "4.0.2", :repo => "puppetlabs/puppetlabs-stdlib" github "stdlib", "4.0.2", :repo => "puppetlabs/puppetlabs-stdlib"
github "sudo", "1.0.0" github "sudo", "1.0.0"

View file

@ -1,7 +1,7 @@
GITHUBTARBALL GITHUBTARBALL
remote: boxen/puppet-boxen remote: boxen/puppet-boxen
specs: specs:
boxen (2.1.0) boxen (2.3.6)
GITHUBTARBALL GITHUBTARBALL
remote: boxen/puppet-dnsmasq remote: boxen/puppet-dnsmasq
@ -11,17 +11,17 @@ GITHUBTARBALL
GITHUBTARBALL GITHUBTARBALL
remote: boxen/puppet-gcc remote: boxen/puppet-gcc
specs: specs:
gcc (1.0.0) gcc (2.0.1)
GITHUBTARBALL GITHUBTARBALL
remote: boxen/puppet-git remote: boxen/puppet-git
specs: specs:
git (1.2.2) git (1.2.4)
GITHUBTARBALL GITHUBTARBALL
remote: boxen/puppet-homebrew remote: boxen/puppet-homebrew
specs: specs:
homebrew (1.1.2) homebrew (1.2.0)
GITHUBTARBALL GITHUBTARBALL
remote: boxen/puppet-hub remote: boxen/puppet-hub
@ -31,22 +31,22 @@ GITHUBTARBALL
GITHUBTARBALL GITHUBTARBALL
remote: boxen/puppet-nginx remote: boxen/puppet-nginx
specs: specs:
nginx (1.4.0) nginx (1.4.2)
GITHUBTARBALL GITHUBTARBALL
remote: boxen/puppet-nodejs remote: boxen/puppet-nodejs
specs: specs:
nodejs (2.2.0) nodejs (3.2.7)
GITHUBTARBALL GITHUBTARBALL
remote: boxen/puppet-repository remote: boxen/puppet-repository
specs: specs:
repository (2.0.2) repository (2.2.0)
GITHUBTARBALL GITHUBTARBALL
remote: boxen/puppet-ruby remote: boxen/puppet-ruby
specs: specs:
ruby (4.1.0) ruby (6.0.2)
GITHUBTARBALL GITHUBTARBALL
remote: boxen/puppet-sudo remote: boxen/puppet-sudo
@ -64,17 +64,17 @@ GITHUBTARBALL
stdlib (4.0.2) stdlib (4.0.2)
DEPENDENCIES DEPENDENCIES
boxen (= 2.1.0) boxen (= 2.3.6)
dnsmasq (= 1.0.0) dnsmasq (= 1.0.0)
gcc (= 1.0.0) gcc (= 2.0.1)
git (= 1.2.2) git (= 1.2.4)
homebrew (= 1.1.2) homebrew (= 1.2.0)
hub (= 1.0.0) hub (= 1.0.0)
inifile (= 0.9.0) inifile (= 0.9.0)
nginx (= 1.4.0) nginx (= 1.4.2)
nodejs (= 2.2.0) nodejs (= 3.2.7)
repository (= 2.0.2) repository (= 2.2.0)
ruby (= 4.1.0) ruby (= 6.0.2)
stdlib (= 4.0.2) stdlib (= 4.0.2)
sudo (= 1.0.0) sudo (= 1.0.0)

Binary file not shown.

BIN
vendor/cache/addressable-2.3.5.gem vendored Normal file

Binary file not shown.

Binary file not shown.

BIN
vendor/cache/boxen-1.4.2.gem vendored Normal file

Binary file not shown.

Binary file not shown.

BIN
vendor/cache/facter-1.7.2.gem vendored Normal file

Binary file not shown.

Binary file not shown.

BIN
vendor/cache/hashie-2.0.5.gem vendored Normal file

Binary file not shown.

Binary file not shown.

BIN
vendor/cache/hiera-1.2.1.gem vendored Normal file

Binary file not shown.

Binary file not shown.

BIN
vendor/cache/highline-1.6.19.gem vendored Normal file

Binary file not shown.

Binary file not shown.

BIN
vendor/cache/json-1.8.0.gem vendored Normal file

Binary file not shown.

Binary file not shown.

BIN
vendor/cache/json_pure-1.8.0.gem vendored Normal file

Binary file not shown.

Binary file not shown.

BIN
vendor/cache/multi_json-1.7.7.gem vendored Normal file

Binary file not shown.

Binary file not shown.

BIN
vendor/cache/octokit-1.25.0.gem vendored Normal file

Binary file not shown.

Binary file not shown.

BIN
vendor/cache/puppet-3.2.2.gem vendored Normal file

Binary file not shown.

BIN
vendor/cache/rgen-0.6.5.gem vendored Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.