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"
gem "boxen", "~> 1.1"
gem "boxen", "~> 1.4"
gem "open4", "~> 1.3"
group :development do

View file

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

View file

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

View file

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