Skip to content
This repository has been archived by the owner on Apr 27, 2023. It is now read-only.

Commit

Permalink
update knife to 0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
shibayu36 committed Aug 8, 2013
1 parent 998ee48 commit 07a5848
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 20 deletions.
5 changes: 4 additions & 1 deletion .gitignore
Expand Up @@ -2,4 +2,7 @@
/cookbooks
/tmp
/.bundle/
/vendor/
/vendor/
/cookbooks/
/tmp/librarian/
/.chef/
1 change: 1 addition & 0 deletions Gemfile
Expand Up @@ -2,3 +2,4 @@ source "https://rubygems.org"

gem "knife-solo"
gem "librarian"
gem "librarian-chef"
29 changes: 16 additions & 13 deletions Gemfile.lock
Expand Up @@ -2,7 +2,7 @@ GEM
remote: https://rubygems.org/
specs:
archive-tar-minitar (0.5.2)
chef (11.4.0)
chef (11.6.0)
erubis
highline (>= 1.6.9)
json (>= 1.4.4, <= 1.7.7)
Expand All @@ -17,32 +17,34 @@ GEM
rest-client (>= 1.0.4, < 1.7.0)
yajl-ruby (~> 1.1)
erubis (2.7.0)
highline (1.6.16)
highline (1.6.19)
ipaddress (0.8.0)
json (1.7.7)
knife-solo (0.2.0)
knife-solo (0.3.0)
chef (>= 10.12)
librarian (~> 0.0.20)
erubis (~> 2.7.0)
net-ssh (>= 2.2.2, < 3.0)
librarian (0.0.26)
archive-tar-minitar (>= 0.5.2)
chef (>= 0.10)
librarian (0.1.0)
highline
thor (~> 0.15)
mime-types (1.21)
librarian-chef (0.0.1)
archive-tar-minitar (>= 0.5.2)
chef (>= 0.10)
librarian (~> 0.1.0)
mime-types (1.23)
mixlib-authentication (1.3.0)
mixlib-log
mixlib-cli (1.3.0)
mixlib-config (1.1.2)
mixlib-log (1.4.1)
mixlib-shellout (1.1.0)
net-ssh (2.6.6)
mixlib-log (1.6.0)
mixlib-shellout (1.2.0)
net-ssh (2.6.8)
net-ssh-gateway (1.2.0)
net-ssh (>= 2.6.5)
net-ssh-multi (1.1)
net-ssh (>= 2.1.4)
net-ssh-gateway (>= 0.99.0)
ohai (6.16.0)
ohai (6.18.0)
ipaddress
mixlib-cli
mixlib-config
Expand All @@ -53,7 +55,7 @@ GEM
rest-client (1.6.7)
mime-types (>= 1.16)
systemu (2.5.2)
thor (0.17.0)
thor (0.18.1)
yajl-ruby (1.1.0)

PLATFORMS
Expand All @@ -62,3 +64,4 @@ PLATFORMS
DEPENDENCIES
knife-solo
librarian
librarian-chef
6 changes: 0 additions & 6 deletions solo.rb

This file was deleted.

0 comments on commit 07a5848

Please sign in to comment.