knife-chop 0.7.2 → 0.7.8

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,15 +1,15 @@
1
1
  ---
2
2
  !binary "U0hBMQ==":
3
3
  metadata.gz: !binary |-
4
- NmQ2MDJhMmIzMjc3MmU3NmRlOTBjODY5MDQ2OTYyODMyYmM5OGI2YQ==
4
+ ZWI4ZDdlYTdjYWRmZjBmOWU1NGQ5NTVkYjEyZmY3M2IxYjc0NGE0MQ==
5
5
  data.tar.gz: !binary |-
6
- ZTEzN2JkNGVjZWYwZjZmZTk5NzcxNzBlNTdmNDFkZGEyODJjODdjOA==
6
+ N2ZjZTI1MmIwNjQ1OTk4M2EwNzAxZmVjM2FiM2YzNjdmZjU2MTYzOQ==
7
7
  SHA512:
8
8
  metadata.gz: !binary |-
9
- ZGM4MjUyNWQ1MzE2NjNjZmVhMGQzNmYyMzM4OGEyODQ5ZGU1YjM3MmY1NGM4
10
- MjVlMmM1MTlkMDJiNTMxODY4MjA4NTM3ZThkNTc2MjY5ODNjNzAyODQwMzFl
11
- Y2E0NmRmOTE2NTczMjFlOTEzMmZiMjU1MDliMzdkNDA2OTFkMTU=
9
+ M2ViMTBkZjgwYTI0ZTBmNjI4Y2I4ZWQ0MDgzNjFmNDAwNjZkZmUxNmIzNjFi
10
+ YWZhMDY1MTg4Mjk4MDhkN2JjOGFlZWE1ZjA2MjBiMzIwYzg5OTA0ODM0Zjc0
11
+ ZWY0OThhNWUwNTUzZjhjY2MyNDQ2NjJlYWFlZmQ3NTdhMTQxNGU=
12
12
  data.tar.gz: !binary |-
13
- OTVmNTNkNjFiYzYyOTQxZjc5ZDU1MTUyNzhiODgyZjVkYjMzOTFkNDdiOGU4
14
- NWFlM2NhZWEyN2NiZTMyNzhhY2NmYzdhZmU1NDZhYThkNTE3NzA2Mjk0OTgy
15
- ZDJlN2U0NzVhMzM1OWUzZTc1MTg3NWJiZWVlZDBiY2EwN2RkNzY=
13
+ MWNlZTMxM2Y2YjhlZDEwZjE1YjE5MGZkNWY2YWNhMWQ3YjlkYmUwN2ZmMjFh
14
+ MDc2YWZiM2E4OTc4ZjFiMjk3N2NkYjY3YTQ1MzdhYzJhNmEyZmI1MWYyODBi
15
+ ZGM2OGU2MzZkMWM0NTkyYjJiYzcwOTY3MDdiYmVlNjZjOWM2NWE=
data/.document ADDED
@@ -0,0 +1,5 @@
1
+ lib/**/*.rb
2
+ bin/*
3
+ -
4
+ features/**/*.feature
5
+ LICENSE.txt
data/.gitignore ADDED
@@ -0,0 +1,60 @@
1
+ # rcov generated
2
+ coverage
3
+ coverage.data
4
+
5
+ # rdoc generated
6
+ rdoc
7
+
8
+ # yard generated
9
+ doc
10
+ .yardoc
11
+
12
+ # bundler
13
+ .bundle
14
+
15
+ # jeweler generated
16
+ pkg
17
+
18
+ # Have editor/IDE/OS specific files you need to ignore? Consider using a global gitignore:
19
+ #
20
+ # * Create a file at ~/.gitignore
21
+ # * Include files you want ignored
22
+ # * Run: git config --global core.excludesfile ~/.gitignore
23
+ #
24
+ # After doing this, these files will be ignored in all your git projects,
25
+ # saving you from having to 'pollute' every project you touch with them
26
+ #
27
+ # Not sure what to needs to be ignored for particular editors/OSes? Here's some ideas to get you started. (Remember, remove the leading # of the line)
28
+ #
29
+ # For MacOS:
30
+ #
31
+ #.DS_Store
32
+
33
+ # For TextMate
34
+ #*.tmproj
35
+ #tmtags
36
+
37
+ # For emacs:
38
+ #*~
39
+ #\#*
40
+ #.\#*
41
+
42
+ # For vim:
43
+ #*.swp
44
+
45
+ # For redcar:
46
+ #.redcar
47
+
48
+ # For rubinius:
49
+ #*.rbc
50
+
51
+ # JetBrains IDE
52
+ .idea
53
+ *.iml
54
+
55
+ # RVM
56
+ .rvmrc
57
+ .ruby-version
58
+ .ruby-gemset
59
+ atlassian-ide-plugin.xml
60
+ *.iml
data/.rspec ADDED
@@ -0,0 +1 @@
1
+ --color
data/Gemfile CHANGED
@@ -1,26 +1,9 @@
1
1
  source "http://rubygems.org"
2
2
  gemspec
3
- ## Add dependencies required to use your gem here.
4
- gem 'awesome_print', '~> 1.2', '>= 1.2.0'
5
- gem 'colorize', '~> 0.7', '>= 0.7.1'
6
- gem 'logging', '~> 1.8', '>= 1.8.2'
7
- gem 'inifile', '~> 2.0', '>= 2.0.2'
8
- gem 'json', '~> 1.8', '>= 1.8.1' #, '<= 1.7.7'
9
- gem 'mixlib-config', '~> 2.1', '>= 2.1.0'
10
- gem 'chef', '~> 11.12', '>= 11.12.0'
11
- gem 'unf', '~> 0.1', '>= 0.1.4' # For Fog
12
- gem 'knife-ec2', '~> 0.6', '>= 0.6.6'
13
- gem 'safe_yaml'
14
- #
3
+
15
4
  ## Add dependencies to develop your gem here.
16
5
  ## Include everything needed to run rake, tests, features, etc.
17
6
  group :development do
18
- # gem "shoulda", ">= 0"
19
- # gem "rdoc", "~> 3.12"
20
- # gem "cucumber", ">= 0"
21
- # gem "bundler", "~> 1.0"
22
- # gem "rcov", ">= 0"
23
- gem 'jeweler', '>= 2.0.1', '~> 2.0'
24
7
  gem "rspec", '~> 2.14', '>= 2.14.1'
25
8
  gem 'rake'
26
9
  end
data/Rakefile CHANGED
@@ -41,7 +41,7 @@ Rake::RDocTask.new do |rdoc|
41
41
  end
42
42
 
43
43
  require File.dirname(__FILE__) + '/lib/chef/knife/chop/version'
44
- desc "Build it, tag it and ship it"
44
+ desc "Commit it, push it, build it, tag it and ship it"
45
45
  task :ship => [:clobber_package,:clobber_rdoc,:gem] do
46
46
  sh("git add -A")
47
47
  sh("git commit -m 'Ship #{::Knife::Chop::VERSION}'")
@@ -52,22 +52,12 @@ task :ship => [:clobber_package,:clobber_rdoc,:gem] do
52
52
  end
53
53
  end
54
54
 
55
- require 'jeweler'
56
- Jeweler::Tasks.new do |gem|
57
- # gem is a Gem::Specification... see http://docs.rubygems.org/read/chapter/20 for more options
58
- gem.name = "knife-chop"
59
- gem.homepage = "http://github.com/dldinternet/knife-chop"
60
- gem.license = "MIT"
61
- gem.summary = %Q{Knife plugin to ease the upload and sync of Chef server assets}
62
- gem.description = %Q{Knife plugin to assist with the upload and sync of Chef server assets like roles, environments and cookbooks allowing for multiple parts to be uploaded at once to multiple environments. Resources can be matched with regular expressions.}
63
- gem.email = "rubygems@dldinternet.com"
64
- gem.authors = ["Christo De Lange"]
65
- # dependencies defined in Gemfile
66
-
67
- gem.files.exclude '.document'
68
- gem.files.exclude '.rspec'
69
- gem.files.exclude '.ruby-*'
70
- gem.files.exclude '.idea/**'
55
+ desc "Build it, tag it and ship it"
56
+ task :push => [:clobber_package,:clobber_rdoc,:gem] do
57
+ sh("git tag #{::Knife::Chop::VERSION}")
58
+ sh("git push origin --tags")
59
+ Dir[File.expand_path("../pkg/*.gem", __FILE__)].reverse.each do |built_gem|
60
+ sh("gem push #{built_gem}")
61
+ end
71
62
  end
72
- Jeweler::RubygemsDotOrgTasks.new
73
63
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.7.2
1
+ 0.7.8
data/knife-chop.gemspec CHANGED
@@ -1,8 +1,3 @@
1
- # Generated by jeweler
2
- # DO NOT EDIT THIS FILE DIRECTLY
3
- # Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
4
- # -*- encoding: utf-8 -*-
5
-
6
1
  Gem::Specification.new do |s|
7
2
  s.name = "knife-chop"
8
3
  s.version = IO.read('VERSION')
@@ -10,7 +5,7 @@ Gem::Specification.new do |s|
10
5
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
6
  s.require_paths = ["lib"]
12
7
  s.authors = ["Christo De Lange"]
13
- s.date = Date.today.to_s
8
+ s.date = "2014-07-01"
14
9
  s.description = "Knife plugin to assist with the upload and sync of Chef server assets like roles, environments and cookbooks allowing for multiple parts to be uploaded at once to multiple environments. Resources can be matched with regular expressions."
15
10
  s.email = "rubygems@dldinternet.com"
16
11
  s.executables = ["chop"]
@@ -18,104 +13,24 @@ Gem::Specification.new do |s|
18
13
  "LICENSE.txt",
19
14
  "README.rdoc"
20
15
  ]
21
- s.files = [
22
- "Gemfile",
23
- "Gemfile.lock",
24
- "LICENSE.txt",
25
- "README.rdoc",
26
- "Rakefile",
27
- "TODO.rdoc",
28
- "VERSION",
29
- "bin/chop",
30
- "knife-chop.gemspec",
31
- "knife-chop.iml",
32
- "lib/chef/knife/chop/chef_data_bag_item.rb",
33
- "lib/chef/knife/chop/chef_environment.rb",
34
- "lib/chef/knife/chop/chef_knife.rb",
35
- "lib/chef/knife/chop/chef_part.rb",
36
- "lib/chef/knife/chop/chef_role.rb",
37
- "lib/chef/knife/chop/cookbook_upload.rb",
38
- "lib/chef/knife/chop/data_bag_from_file.rb",
39
- "lib/chef/knife/chop/environment_from_file.rb",
40
- "lib/chef/knife/chop/errors.rb",
41
- "lib/chef/knife/chop/logging.rb",
42
- "lib/chef/knife/chop/role_from_file.rb",
43
- "lib/chef/knife/chop/translate.rb",
44
- "lib/chef/knife/chop/translate/eden.rb",
45
- "lib/chef/knife/chop/translate/rbeautify.rb",
46
- "lib/chef/knife/chop/ui.rb",
47
- "lib/chef/knife/chop/version.rb",
48
- "lib/chef/knife/chop_base.rb",
49
- "lib/chef/knife/chop_translate.rb",
50
- "lib/chef/knife/chop_upload.rb",
51
- "lib/ruby-beautify/Gemfile",
52
- "lib/ruby-beautify/LICENSE",
53
- "lib/ruby-beautify/README.md",
54
- "lib/ruby-beautify/RELEASE.md",
55
- "lib/ruby-beautify/Rakefile",
56
- "lib/ruby-beautify/bin/rbeautify",
57
- "lib/ruby-beautify/lib/beautifier.rb",
58
- "lib/ruby-beautify/lib/ruby-beautify.rb",
59
- "lib/ruby-beautify/lib/ruby-beautify/block_end.rb",
60
- "lib/ruby-beautify/lib/ruby-beautify/block_matcher.rb",
61
- "lib/ruby-beautify/lib/ruby-beautify/block_start.rb",
62
- "lib/ruby-beautify/lib/ruby-beautify/config/ruby.rb",
63
- "lib/ruby-beautify/lib/ruby-beautify/language.rb",
64
- "lib/ruby-beautify/lib/ruby-beautify/line.rb",
65
- "lib/ruby-beautify/lib/ruby-beautify/version.rb",
66
- "lib/ruby-beautify/ruby-beautify.gemspec",
67
- "lib/ruby-beautify/spec/fixtures/ruby.yml",
68
- "lib/ruby-beautify/spec/rbeautify/block_matcher_spec.rb",
69
- "lib/ruby-beautify/spec/rbeautify/block_start_spec.rb",
70
- "lib/ruby-beautify/spec/rbeautify/config/ruby_spec.rb",
71
- "lib/ruby-beautify/spec/rbeautify/line_spec.rb",
72
- "lib/ruby-beautify/spec/rbeautify_spec.rb",
73
- "lib/ruby-beautify/spec/spec_helper.rb",
74
- "spec/knife-chop_spec.rb",
75
- "spec/spec_helper.rb"
76
- ]
16
+ s.files = `git ls-files -z`.split("\x0")
17
+ s.executables = s.files.grep(%r{^bin/}) { |f| File.basename(f) }
18
+ s.test_files = s.files.grep(%r{^(test|spec|features)/})
19
+ s.require_paths = ["lib"]
20
+
77
21
  s.homepage = "http://github.com/dldinternet/knife-chop"
78
22
  s.licenses = ["MIT"]
79
23
  s.rubygems_version = "2.2.2"
80
24
  s.summary = "Knife plugin to ease the upload and sync of Chef server assets"
81
25
 
82
- if s.respond_to? :specification_version then
83
- s.specification_version = 4
26
+ s.add_dependency %q<awesome_print>, [">= 1.2.0", "~> 1.2"]
27
+ s.add_dependency %q<colorize>, [">= 0.7.1", "~> 0.7"]
28
+ s.add_dependency %q<logging>, [">= 1.8.2", "~> 1.8"]
29
+ s.add_dependency %q<inifile>, [">= 2.0.2", "~> 2.0"]
30
+ s.add_dependency %q<json>, [">= 1.8.1", "~> 1.8"]
31
+ s.add_dependency %q<mixlib-config>, [">= 2.1.0", "~> 2.1"]
32
+ s.add_dependency %q<chef>, [">= 11.12.0", "~> 11.12"]
33
+ s.add_dependency %q<safe_yaml>, [">= 0"]
84
34
 
85
- if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
86
- s.add_runtime_dependency(%q<awesome_print>, [">= 1.2.0", "~> 1.2"])
87
- s.add_runtime_dependency(%q<colorize>, [">= 0.7.1", "~> 0.7"])
88
- s.add_runtime_dependency(%q<logging>, [">= 1.8.2", "~> 1.8"])
89
- s.add_runtime_dependency(%q<inifile>, [">= 2.0.2", "~> 2.0"])
90
- s.add_runtime_dependency(%q<json>, [">= 1.8.1", "~> 1.8"])
91
- s.add_runtime_dependency(%q<mixlib-config>, [">= 2.1.0", "~> 2.1"])
92
- s.add_runtime_dependency(%q<chef>, [">= 11.10.0", "~> 11.12"])
93
- s.add_runtime_dependency(%q<unf>, [">= 0.1.4", "~> 0.1"])
94
- s.add_runtime_dependency(%q<knife-ec2>, [">= 0.6.6", "~> 0.6"])
95
- s.add_runtime_dependency(%q<safe_yaml>, [">= 1.0.3", "~> 1.0"])
96
- else
97
- s.add_dependency(%q<awesome_print>, [">= 1.2.0", "~> 1.2"])
98
- s.add_dependency(%q<colorize>, [">= 0.7.1", "~> 0.7"])
99
- s.add_dependency(%q<logging>, [">= 1.8.2", "~> 1.8"])
100
- s.add_dependency(%q<inifile>, [">= 2.0.2", "~> 2.0"])
101
- s.add_dependency(%q<json>, [">= 1.8.1", "~> 1.8"])
102
- s.add_dependency(%q<mixlib-config>, [">= 2.1.0", "~> 2.1"])
103
- s.add_dependency(%q<chef>, [">= 11.10.0", "~> 11.12"])
104
- s.add_dependency(%q<unf>, [">= 0.1.4", "~> 0.1"])
105
- s.add_dependency(%q<knife-ec2>, [">= 0.6.6", "~> 0.6"])
106
- s.add_dependency(%q<safe_yaml>, [">= 1.0.3", "~> 1.0"])
107
- end
108
- else
109
- s.add_dependency(%q<awesome_print>, [">= 1.2.0", "~> 1.2"])
110
- s.add_dependency(%q<colorize>, [">= 0.7.1", "~> 0.7"])
111
- s.add_dependency(%q<logging>, [">= 1.8.2", "~> 1.8"])
112
- s.add_dependency(%q<inifile>, [">= 2.0.2", "~> 2.0"])
113
- s.add_dependency(%q<json>, [">= 1.8.1", "~> 1.8"])
114
- s.add_dependency(%q<mixlib-config>, [">= 2.1.0", "~> 2.1"])
115
- s.add_dependency(%q<chef>, [">= 11.10.0", "~> 11.12"])
116
- s.add_dependency(%q<unf>, [">= 0.1.4", "~> 0.1"])
117
- s.add_dependency(%q<knife-ec2>, [">= 0.6.6", "~> 0.6"])
118
- s.add_dependency(%q<safe_yaml>, [">= 1.0.3", "~> 1.0"])
119
- end
120
35
  end
121
36
 
@@ -24,6 +24,8 @@ require 'chef/knife/chop/errors'
24
24
  require 'logging'
25
25
 
26
26
  class Chef
27
+ # noinspection RubyTooManyInstanceVariablesInspection
28
+ # noinspection RubyTooManyMethodsInspection
27
29
  class Knife
28
30
  attr_accessor :logger
29
31
  attr_accessor :verbosity
@@ -177,7 +179,6 @@ class Chef
177
179
  includer.class_eval do
178
180
 
179
181
  deps do
180
- require 'fog'
181
182
  require 'readline'
182
183
  require 'colorize'
183
184
  require 'inifile'
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: knife-chop
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.7.2
4
+ version: 0.7.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Christo De Lange
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-05-24 00:00:00.000000000 Z
11
+ date: 2014-07-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: awesome_print
@@ -136,7 +136,7 @@ dependencies:
136
136
  requirements:
137
137
  - - ! '>='
138
138
  - !ruby/object:Gem::Version
139
- version: 11.10.0
139
+ version: 11.12.0
140
140
  - - ~>
141
141
  - !ruby/object:Gem::Version
142
142
  version: '11.12'
@@ -146,70 +146,24 @@ dependencies:
146
146
  requirements:
147
147
  - - ! '>='
148
148
  - !ruby/object:Gem::Version
149
- version: 11.10.0
149
+ version: 11.12.0
150
150
  - - ~>
151
151
  - !ruby/object:Gem::Version
152
152
  version: '11.12'
153
- - !ruby/object:Gem::Dependency
154
- name: unf
155
- requirement: !ruby/object:Gem::Requirement
156
- requirements:
157
- - - ! '>='
158
- - !ruby/object:Gem::Version
159
- version: 0.1.4
160
- - - ~>
161
- - !ruby/object:Gem::Version
162
- version: '0.1'
163
- type: :runtime
164
- prerelease: false
165
- version_requirements: !ruby/object:Gem::Requirement
166
- requirements:
167
- - - ! '>='
168
- - !ruby/object:Gem::Version
169
- version: 0.1.4
170
- - - ~>
171
- - !ruby/object:Gem::Version
172
- version: '0.1'
173
- - !ruby/object:Gem::Dependency
174
- name: knife-ec2
175
- requirement: !ruby/object:Gem::Requirement
176
- requirements:
177
- - - ! '>='
178
- - !ruby/object:Gem::Version
179
- version: 0.6.6
180
- - - ~>
181
- - !ruby/object:Gem::Version
182
- version: '0.6'
183
- type: :runtime
184
- prerelease: false
185
- version_requirements: !ruby/object:Gem::Requirement
186
- requirements:
187
- - - ! '>='
188
- - !ruby/object:Gem::Version
189
- version: 0.6.6
190
- - - ~>
191
- - !ruby/object:Gem::Version
192
- version: '0.6'
193
153
  - !ruby/object:Gem::Dependency
194
154
  name: safe_yaml
195
155
  requirement: !ruby/object:Gem::Requirement
196
156
  requirements:
197
157
  - - ! '>='
198
158
  - !ruby/object:Gem::Version
199
- version: 1.0.3
200
- - - ~>
201
- - !ruby/object:Gem::Version
202
- version: '1.0'
159
+ version: '0'
203
160
  type: :runtime
204
161
  prerelease: false
205
162
  version_requirements: !ruby/object:Gem::Requirement
206
163
  requirements:
207
164
  - - ! '>='
208
165
  - !ruby/object:Gem::Version
209
- version: 1.0.3
210
- - - ~>
211
- - !ruby/object:Gem::Version
212
- version: '1.0'
166
+ version: '0'
213
167
  description: Knife plugin to assist with the upload and sync of Chef server assets
214
168
  like roles, environments and cookbooks allowing for multiple parts to be uploaded
215
169
  at once to multiple environments. Resources can be matched with regular expressions.
@@ -221,8 +175,12 @@ extra_rdoc_files:
221
175
  - LICENSE.txt
222
176
  - README.rdoc
223
177
  files:
178
+ - .document
179
+ - .gitignore
180
+ - .rspec
181
+ - .ruby-gemset
182
+ - .ruby-version
224
183
  - Gemfile
225
- - Gemfile.lock
226
184
  - LICENSE.txt
227
185
  - README.rdoc
228
186
  - Rakefile
@@ -230,7 +188,6 @@ files:
230
188
  - VERSION
231
189
  - bin/chop
232
190
  - knife-chop.gemspec
233
- - knife-chop.iml
234
191
  - lib/chef/knife/chop/chef_data_bag_item.rb
235
192
  - lib/chef/knife/chop/chef_environment.rb
236
193
  - lib/chef/knife/chop/chef_knife.rb
@@ -299,4 +256,6 @@ rubygems_version: 2.2.2
299
256
  signing_key:
300
257
  specification_version: 4
301
258
  summary: Knife plugin to ease the upload and sync of Chef server assets
302
- test_files: []
259
+ test_files:
260
+ - spec/knife-chop_spec.rb
261
+ - spec/spec_helper.rb
data/Gemfile.lock DELETED
@@ -1,217 +0,0 @@
1
- PATH
2
- remote: .
3
- specs:
4
- knife-chop (0.7.2)
5
- awesome_print (~> 1.2, >= 1.2.0)
6
- chef (~> 11.12, >= 11.10.0)
7
- colorize (~> 0.7, >= 0.7.1)
8
- inifile (~> 2.0, >= 2.0.2)
9
- json (~> 1.8, >= 1.8.1)
10
- knife-ec2 (~> 0.6, >= 0.6.6)
11
- logging (~> 1.8, >= 1.8.2)
12
- mixlib-config (~> 2.1, >= 2.1.0)
13
- safe_yaml (~> 1.0, >= 1.0.3)
14
- unf (~> 0.1, >= 0.1.4)
15
-
16
- GEM
17
- remote: http://rubygems.org/
18
- specs:
19
- addressable (2.3.6)
20
- akami (1.2.2)
21
- gyoku (>= 0.4.0)
22
- nokogiri
23
- awesome_print (1.2.0)
24
- builder (3.2.2)
25
- chef (11.12.4)
26
- chef-zero (~> 2.0, >= 2.0.2)
27
- diff-lcs (~> 1.2, >= 1.2.4)
28
- erubis (~> 2.7)
29
- highline (~> 1.6, >= 1.6.9)
30
- json (>= 1.4.4, <= 1.8.1)
31
- mime-types (~> 1.16)
32
- mixlib-authentication (~> 1.3)
33
- mixlib-cli (~> 1.4)
34
- mixlib-config (~> 2.0)
35
- mixlib-log (~> 1.3)
36
- mixlib-shellout (~> 1.4)
37
- net-ssh (~> 2.6)
38
- net-ssh-multi (~> 1.1)
39
- ohai (~> 7.0.4)
40
- pry (~> 0.9)
41
- rest-client (>= 1.0.4, < 1.7.0)
42
- yajl-ruby (~> 1.1)
43
- chef-zero (2.0.2)
44
- hashie (~> 2.0)
45
- json
46
- mixlib-log (~> 1.3)
47
- rack
48
- coderay (1.1.0)
49
- colorize (0.7.3)
50
- descendants_tracker (0.0.4)
51
- thread_safe (~> 0.3, >= 0.3.1)
52
- diff-lcs (1.2.5)
53
- em-winrm (0.5.5)
54
- eventmachine (~> 1.0.0)
55
- mixlib-log (>= 1.3.0)
56
- uuidtools (~> 2.1.1)
57
- winrm (~> 1.1.2)
58
- erubis (2.7.0)
59
- eventmachine (1.0.3)
60
- excon (0.31.0)
61
- faraday (0.9.0)
62
- multipart-post (>= 1.2, < 3)
63
- ffi (1.9.3)
64
- fog (1.20.0)
65
- builder
66
- excon (~> 0.31.0)
67
- formatador (~> 0.2.0)
68
- mime-types
69
- multi_json (~> 1.0)
70
- net-scp (~> 1.1)
71
- net-ssh (>= 2.1.3)
72
- nokogiri (>= 1.5.11)
73
- formatador (0.2.4)
74
- git (1.2.6)
75
- github_api (0.11.3)
76
- addressable (~> 2.3)
77
- descendants_tracker (~> 0.0.1)
78
- faraday (~> 0.8, < 0.10)
79
- hashie (>= 1.2)
80
- multi_json (>= 1.7.5, < 2.0)
81
- nokogiri (~> 1.6.0)
82
- oauth2
83
- gssapi (1.0.3)
84
- ffi (>= 1.0.1)
85
- gyoku (1.1.1)
86
- builder (>= 2.1.2)
87
- hashie (2.1.1)
88
- highline (1.6.21)
89
- httpclient (2.3.4.1)
90
- httpi (0.9.7)
91
- rack
92
- inifile (2.0.2)
93
- ipaddress (0.8.0)
94
- jeweler (2.0.1)
95
- builder
96
- bundler (>= 1.0)
97
- git (>= 1.2.5)
98
- github_api
99
- highline (>= 1.6.15)
100
- nokogiri (>= 1.5.10)
101
- rake
102
- rdoc
103
- json (1.8.1)
104
- jwt (0.1.13)
105
- multi_json (>= 1.5)
106
- knife-ec2 (0.8.0)
107
- fog (~> 1.20.0)
108
- knife-windows (>= 0.5.12)
109
- knife-windows (0.6.0)
110
- em-winrm (~> 0.5, >= 0.5.4)
111
- little-plugger (1.1.3)
112
- logging (1.8.2)
113
- little-plugger (>= 1.1.3)
114
- multi_json (>= 1.8.4)
115
- method_source (0.8.2)
116
- mime-types (1.25.1)
117
- mini_portile (0.6.0)
118
- mixlib-authentication (1.3.0)
119
- mixlib-log
120
- mixlib-cli (1.5.0)
121
- mixlib-config (2.1.0)
122
- mixlib-log (1.6.0)
123
- mixlib-shellout (1.4.0)
124
- multi_json (1.10.1)
125
- multi_xml (0.5.5)
126
- multipart-post (2.0.0)
127
- net-scp (1.2.1)
128
- net-ssh (>= 2.6.5)
129
- net-ssh (2.9.1)
130
- net-ssh-gateway (1.2.0)
131
- net-ssh (>= 2.6.5)
132
- net-ssh-multi (1.2.0)
133
- net-ssh (>= 2.6.5)
134
- net-ssh-gateway (>= 1.2.0)
135
- nokogiri (1.6.2.1)
136
- mini_portile (= 0.6.0)
137
- nori (1.1.5)
138
- oauth2 (0.9.3)
139
- faraday (>= 0.8, < 0.10)
140
- jwt (~> 0.1.8)
141
- multi_json (~> 1.3)
142
- multi_xml (~> 0.5)
143
- rack (~> 1.2)
144
- ohai (7.0.4)
145
- ipaddress
146
- mime-types (~> 1.16)
147
- mixlib-cli
148
- mixlib-config (~> 2.0)
149
- mixlib-log
150
- mixlib-shellout (~> 1.2)
151
- systemu (~> 2.5.2)
152
- yajl-ruby
153
- pry (0.9.12.6)
154
- coderay (~> 1.0)
155
- method_source (~> 0.8)
156
- slop (~> 3.4)
157
- rack (1.5.2)
158
- rake (10.3.2)
159
- rdoc (4.1.1)
160
- json (~> 1.4)
161
- rest-client (1.6.7)
162
- mime-types (>= 1.16)
163
- rspec (2.14.1)
164
- rspec-core (~> 2.14.0)
165
- rspec-expectations (~> 2.14.0)
166
- rspec-mocks (~> 2.14.0)
167
- rspec-core (2.14.8)
168
- rspec-expectations (2.14.5)
169
- diff-lcs (>= 1.1.3, < 2.0)
170
- rspec-mocks (2.14.6)
171
- rubyntlm (0.1.1)
172
- safe_yaml (1.0.3)
173
- savon (0.9.5)
174
- akami (~> 1.0)
175
- builder (>= 2.1.2)
176
- gyoku (>= 0.4.0)
177
- httpi (~> 0.9)
178
- nokogiri (>= 1.4.0)
179
- nori (~> 1.0)
180
- wasabi (~> 1.0)
181
- slop (3.5.0)
182
- systemu (2.5.2)
183
- thread_safe (0.3.3)
184
- unf (0.1.4)
185
- unf_ext
186
- unf_ext (0.0.6)
187
- uuidtools (2.1.4)
188
- wasabi (1.0.0)
189
- nokogiri (>= 1.4.0)
190
- winrm (1.1.3)
191
- gssapi (~> 1.0.0)
192
- httpclient (~> 2.2, >= 2.2.0.2)
193
- logging (~> 1.6, >= 1.6.1)
194
- nokogiri (~> 1.5)
195
- rubyntlm (~> 0.1.1)
196
- savon (= 0.9.5)
197
- uuidtools (~> 2.1.2)
198
- yajl-ruby (1.2.0)
199
-
200
- PLATFORMS
201
- ruby
202
-
203
- DEPENDENCIES
204
- awesome_print (~> 1.2, >= 1.2.0)
205
- chef (~> 11.12, >= 11.12.0)
206
- colorize (~> 0.7, >= 0.7.1)
207
- inifile (~> 2.0, >= 2.0.2)
208
- jeweler (~> 2.0, >= 2.0.1)
209
- json (~> 1.8, >= 1.8.1)
210
- knife-chop!
211
- knife-ec2 (~> 0.6, >= 0.6.6)
212
- logging (~> 1.8, >= 1.8.2)
213
- mixlib-config (~> 2.1, >= 2.1.0)
214
- rake
215
- rspec (~> 2.14, >= 2.14.1)
216
- safe_yaml
217
- unf (~> 0.1, >= 0.1.4)
data/knife-chop.iml DELETED
@@ -1,8 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <module type="JAVA_MODULE" version="4">
3
- <component name="NewModuleRootManager" inherit-compiler-output="true">
4
- <exclude-output />
5
- <orderEntry type="sourceFolder" forTests="false" />
6
- </component>
7
- </module>
8
-