Skip to content
This repository has been archived by the owner on Nov 30, 2017. It is now read-only.

Commit

Permalink
Add knife-ec2 to the Gemfile
Browse files Browse the repository at this point in the history
Sam Kottler committed Mar 23, 2014
1 parent 754c8fe commit 14e0d28
Showing 11 changed files with 29 additions and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -6,3 +6,4 @@ gem 'fpm', '~> 0.3'
gem 'knife-solo', '~> 0.3'
gem 'rubocop', '~> 0.14'
gem 'berkshelf', '~> 2'
gem 'knife-ec2'
28 changes: 28 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -66,17 +66,35 @@ GEM
hashie (>= 2.0.2)
multi_json (>= 1.3.0)
clamp (0.6.1)
em-winrm (0.5.5)
eventmachine (~> 1.0.0)
mixlib-log (>= 1.3.0)
uuidtools (~> 2.1.1)
winrm (~> 1.1.2)
erubis (2.7.0)
eventmachine (1.0.3)
excon (0.25.3)
faraday (0.8.9)
multipart-post (~> 1.2.0)
ffi (1.9.3)
fog (1.15.0)
builder
excon (~> 0.25.0)
formatador (~> 0.2.0)
mime-types
multi_json (~> 1.0)
net-scp (~> 1.1)
net-ssh (>= 2.1.3)
nokogiri (~> 1.5)
ruby-hmac
foodcritic (3.0.3)
erubis
gherkin (~> 2.11.7)
nokogiri (~> 1.5.4)
rake
treetop (~> 1.4.10)
yajl-ruby (~> 1.1.0)
formatador (0.2.4)
fpm (0.4.42)
arr-pm (~> 0.0.8)
backports (>= 2.6.2)
@@ -106,10 +124,16 @@ GEM
i18n (0.6.9)
ipaddress (0.8.0)
json (1.7.7)
knife-ec2 (0.6.6)
chef (>= 0.10.10)
fog (~> 1.15.0)
knife-windows (>= 0.5.12)
knife-solo (0.4.0)
chef (>= 10.12)
erubis (~> 2.7.0)
net-ssh (>= 2.2.2, < 3.0)
knife-windows (0.5.15)
em-winrm (~> 0.5, >= 0.5.4)
little-plugger (1.1.3)
logging (1.8.1)
little-plugger (>= 1.1.3)
@@ -126,6 +150,8 @@ GEM
multi_json (1.8.2)
multipart-post (1.2.0)
net-http-persistent (2.9)
net-scp (1.1.2)
net-ssh (>= 2.6.5)
net-ssh (2.7.0)
net-ssh-gateway (1.2.0)
net-ssh (>= 2.6.5)
@@ -179,6 +205,7 @@ GEM
parser (~> 2.0)
powerpack (~> 0.0.6)
rainbow (>= 1.1.4)
ruby-hmac (0.4.0)
rubyntlm (0.1.1)
savon (0.9.5)
akami (~> 1.0)
@@ -221,5 +248,6 @@ DEPENDENCIES
chef (~> 10.18)
foodcritic (~> 3.0)
fpm (~> 0.3)
knife-ec2
knife-solo (~> 0.3)
rubocop (~> 0.14)
Binary file added vendor/cache/em-winrm-0.5.5.gem
Binary file not shown.
Binary file added vendor/cache/eventmachine-1.0.3.gem
Binary file not shown.
Binary file added vendor/cache/excon-0.25.3.gem
Binary file not shown.
Binary file added vendor/cache/fog-1.15.0.gem
Binary file not shown.
Binary file added vendor/cache/formatador-0.2.4.gem
Binary file not shown.
Binary file added vendor/cache/knife-ec2-0.6.6.gem
Binary file not shown.
Binary file added vendor/cache/knife-windows-0.5.15.gem
Binary file not shown.
Binary file added vendor/cache/net-scp-1.1.2.gem
Binary file not shown.
Binary file added vendor/cache/ruby-hmac-0.4.0.gem
Binary file not shown.

0 comments on commit 14e0d28

Please sign in to comment.