knife-chop 0.7.1 → 0.7.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (6) hide show
  1. checksums.yaml +13 -5
  2. data/Gemfile.lock +2 -1
  3. data/VERSION +1 -1
  4. data/knife-chop.gemspec +3 -0
  5. data/knife-chop.iml +3 -170
  6. metadata +60 -40
checksums.yaml CHANGED
@@ -1,7 +1,15 @@
1
1
  ---
2
- SHA1:
3
- metadata.gz: 1722a1f8ec18005aa407bdfa3ea83642e25d8e41
4
- data.tar.gz: 4d25235cdec83d39ce4e629f2d31017d9017f1ed
2
+ !binary "U0hBMQ==":
3
+ metadata.gz: !binary |-
4
+ NmQ2MDJhMmIzMjc3MmU3NmRlOTBjODY5MDQ2OTYyODMyYmM5OGI2YQ==
5
+ data.tar.gz: !binary |-
6
+ ZTEzN2JkNGVjZWYwZjZmZTk5NzcxNzBlNTdmNDFkZGEyODJjODdjOA==
5
7
  SHA512:
6
- metadata.gz: 8f4dc19f63f4d545fd42aec481b81e291411bfb70a7e378e00aa7045eb8ccc5c332d42f7c20c9d62e80f0722cfca78540e7f28cc87d81c2e692ebda483b2072e
7
- data.tar.gz: 3f58afbf1dbbc4e37fb671c48f53e4757128eae402fa0c942731d9aa99276933bf830beacb8b6e7eb7401fb7ef1352560e776a39f23157800612efd73d7def0d
8
+ metadata.gz: !binary |-
9
+ ZGM4MjUyNWQ1MzE2NjNjZmVhMGQzNmYyMzM4OGEyODQ5ZGU1YjM3MmY1NGM4
10
+ MjVlMmM1MTlkMDJiNTMxODY4MjA4NTM3ZThkNTc2MjY5ODNjNzAyODQwMzFl
11
+ Y2E0NmRmOTE2NTczMjFlOTEzMmZiMjU1MDliMzdkNDA2OTFkMTU=
12
+ data.tar.gz: !binary |-
13
+ OTVmNTNkNjFiYzYyOTQxZjc5ZDU1MTUyNzhiODgyZjVkYjMzOTFkNDdiOGU4
14
+ NWFlM2NhZWEyN2NiZTMyNzhhY2NmYzdhZmU1NDZhYThkNTE3NzA2Mjk0OTgy
15
+ ZDJlN2U0NzVhMzM1OWUzZTc1MTg3NWJiZWVlZDBiY2EwN2RkNzY=
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- knife-chop (0.7.1)
4
+ knife-chop (0.7.2)
5
5
  awesome_print (~> 1.2, >= 1.2.0)
6
6
  chef (~> 11.12, >= 11.10.0)
7
7
  colorize (~> 0.7, >= 0.7.1)
@@ -10,6 +10,7 @@ PATH
10
10
  knife-ec2 (~> 0.6, >= 0.6.6)
11
11
  logging (~> 1.8, >= 1.8.2)
12
12
  mixlib-config (~> 2.1, >= 2.1.0)
13
+ safe_yaml (~> 1.0, >= 1.0.3)
13
14
  unf (~> 0.1, >= 0.1.4)
14
15
 
15
16
  GEM
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.7.1
1
+ 0.7.2
data/knife-chop.gemspec CHANGED
@@ -92,6 +92,7 @@ Gem::Specification.new do |s|
92
92
  s.add_runtime_dependency(%q<chef>, [">= 11.10.0", "~> 11.12"])
93
93
  s.add_runtime_dependency(%q<unf>, [">= 0.1.4", "~> 0.1"])
94
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"])
95
96
  else
96
97
  s.add_dependency(%q<awesome_print>, [">= 1.2.0", "~> 1.2"])
97
98
  s.add_dependency(%q<colorize>, [">= 0.7.1", "~> 0.7"])
@@ -102,6 +103,7 @@ Gem::Specification.new do |s|
102
103
  s.add_dependency(%q<chef>, [">= 11.10.0", "~> 11.12"])
103
104
  s.add_dependency(%q<unf>, [">= 0.1.4", "~> 0.1"])
104
105
  s.add_dependency(%q<knife-ec2>, [">= 0.6.6", "~> 0.6"])
106
+ s.add_dependency(%q<safe_yaml>, [">= 1.0.3", "~> 1.0"])
105
107
  end
106
108
  else
107
109
  s.add_dependency(%q<awesome_print>, [">= 1.2.0", "~> 1.2"])
@@ -113,6 +115,7 @@ Gem::Specification.new do |s|
113
115
  s.add_dependency(%q<chef>, [">= 11.10.0", "~> 11.12"])
114
116
  s.add_dependency(%q<unf>, [">= 0.1.4", "~> 0.1"])
115
117
  s.add_dependency(%q<knife-ec2>, [">= 0.6.6", "~> 0.6"])
118
+ s.add_dependency(%q<safe_yaml>, [">= 1.0.3", "~> 1.0"])
116
119
  end
117
120
  end
118
121
 
data/knife-chop.iml CHANGED
@@ -1,175 +1,8 @@
1
1
  <?xml version="1.0" encoding="UTF-8"?>
2
- <module type="RUBY_MODULE" version="4">
3
- <component name="FacetManager">
4
- <facet type="bash" name="BashSupport">
5
- <configuration>
6
- <operationMode type="AcceptAll" />
7
- </configuration>
8
- </facet>
9
- </component>
10
- <component name="ModuleRunConfigurationManager">
11
- <configuration default="false" name="chop" type="RubyRunConfigurationType" factoryName="Ruby" singleton="true">
12
- <module name="knife-chop" />
13
- <RUBY_RUN_CONFIG NAME="RUBY_ARGS" VALUE="-e $stdout.sync=true;$stderr.sync=true;load($0=ARGV.shift)" />
14
- <RUBY_RUN_CONFIG NAME="WORK DIR" VALUE="$MODULE_DIR$/bin" />
15
- <RUBY_RUN_CONFIG NAME="SHOULD_USE_SDK" VALUE="false" />
16
- <RUBY_RUN_CONFIG NAME="ALTERN_SDK_NAME" VALUE="RVM: ruby-1.9.3-p545 [knife-chop]" />
17
- <RUBY_RUN_CONFIG NAME="myPassParentEnvs" VALUE="true" />
18
- <envs>
19
- <env name="RC_KEYP" value="curriculum-poc-admin" />
20
- <env name="KNIFE_CLIENT_KEY" value="/Users/cdl/IDrive-Sync/Dropbox/DLDInternet/rc/chef/server/aws.curriculum-poc/cdelange.pem" />
21
- <env name="EC2_HOME" value="/usr/local/ec2-api-tools" />
22
- <env name="RC_CMSA" value="aws.curriculum-poc" />
23
- <env name="RC_PS1" value="'\e[0;30m\e[47m===== \t (\! $?) \u@\H:\w =====\e[m-\e[0m\e[48;5;56m$(parse_git_branch)\e[m-${PSRC}-${PSOC}-$(parse_rvm_env)\n$'" />
24
- <env name="KNIFE_CHEF_SERVER_URL" value="https://chef.poc.ae1.currdc.net" />
25
- <env name="KNIFE_VALIDATION_CLIENT_NAME" value="chef-validator" />
26
- <env name="AWS_REGION" value="us-east-1" />
27
- <env name="RC_CMMS" value="chef" />
28
- <env name="AWS_INSTANCE_TYPE" value="t1.micro" />
29
- <env name="RC_ZONE" value="use-1" />
30
- <env name="AWS_SECRET_ACCESS_KEY" value="kvPq38Ca0HXjC+AIRhQfdNifawtbHYUGPkkC1N/+" />
31
- <env name="AWS_S3CFG" value="/Users/cdl/IDrive-Sync/Dropbox/DLDInternet/rc/aws/aws.curriculum-poc/cdelange.s3cfg" />
32
- <env name="KNIFE_CLIENT_NAME" value="cdelange" />
33
- <env name="EC2_URL" value="https://ec2.us-east-1.amazonaws.com" />
34
- <env name="AWS_DEFAULT_OUTPUT" value="text" />
35
- <env name="AWS_KEY_PATH" value="/Users/cdl/IDrive-Sync/Dropbox/DLDInternet/rc/aws/aws.curriculum-poc/curriculum-poc-admin/curriculum-poc-admin-aws.curriculum-poc-use-1.pem" />
36
- <env name="AWS_SECRET_KEY" value="kvPq38Ca0HXjC+AIRhQfdNifawtbHYUGPkkC1N/+" />
37
- <env name="KNIFE_CHEF_SERVER_NAME" value="chef.poc.ae1.currdc.net" />
38
- <env name="AWS_SUBNET_ID" value="subnet-e9861081" />
39
- <env name="RC_USER" value="cdelange" />
40
- <env name="RC_CLOUD" value="aws" />
41
- <env name="RC_DIR" value="/Users/cdl/IDrive-Sync/Dropbox/DLDInternet/rc" />
42
- <env name="AWS_DEFAULT_REGION" value="us-east-1" />
43
- <env name="AWS_SSH_USERNAME" value="ec2-user" />
44
- <env name="AWS_SECURITY_GROUPS" value="default" />
45
- <env name="AWS_ACCESS_KEY_ID" value="AKIAJFTF66B2U47ALRSQ" />
46
- <env name="KNIFE_CHEF_SERVER_INT_IP" value="10.162.4.20" />
47
- <env name="KNIFE_WHISK_CONFIG" value="/Users/cdl/IDrive-Sync/Dropbox/DLDInternet/rc/aws/aws.curriculum-poc/whisk.yaml" />
48
- <env name="KNIFE_VALIDATION_KEY" value="/Users/cdl/IDrive-Sync/Dropbox/DLDInternet/rc/chef/server/aws.curriculum-poc/chef-validator.pem" />
49
- <env name="RC_COMPLETION" value="/Users/cdl/IDrive-Sync/Dropbox/DLDInternet/rc/bash_completion.rc" />
50
- <env name="RC_CMSV" value="server" />
51
- <env name="AWS_ZONE" value="us-east-1a" />
52
- <env name="AWS_KEYPAIR_NAME" value="curriculum-poc-admin" />
53
- <env name="RC_ACCT" value="aws.curriculum-poc" />
54
- </envs>
55
- <EXTENSION ID="BundlerRunConfigurationExtension" bundleExecEnabled="true" />
56
- <EXTENSION ID="JRubyRunConfigurationExtension" NailgunExecEnabled="false" />
57
- <EXTENSION ID="RubyCoverageRunConfigurationExtension" enabled="false" sample_coverage="true" track_test_folders="true" runner="rcov">
58
- <COVERAGE_PATTERN ENABLED="true">
59
- <PATTERN REGEXPS="/.rvm/" INCLUDED="false" />
60
- </COVERAGE_PATTERN>
61
- </EXTENSION>
62
- <EXTENSION ID="org.jetbrains.plugins.ruby.motion.run.MotionSimulatorRunExtension" />
63
- <RUBY_RUN_CONFIG NAME="SCRIPT_PATH" VALUE="$MODULE_DIR$/bin/chop" />
64
- <RUBY_RUN_CONFIG NAME="SCRIPT_ARGS" VALUE="--log-level info --repo-path /Users/cdl/IDrive-Sync/Dropbox/Amplify/ws/section-31/devops/chef --precedence rb,yaml --resources roles,cookbooks --roles '.*' --environments '.*' --cookbooks 'role,amplify-jenkins' -I 0" />
65
- <RunnerSettings RunnerId="RubyDebugRunner" />
66
- <RunnerSettings RunnerId="RubyRunner" />
67
- <ConfigurationWrapper RunnerId="RubyDebugRunner" />
68
- <ConfigurationWrapper RunnerId="RubyRunner" />
69
- <method />
70
- </configuration>
71
- <configuration default="false" name="knife-chop" type="RubyRunConfigurationType" factoryName="Ruby" singleton="true" temporary="true">
72
- <module name="knife-chop" />
73
- <RUBY_RUN_CONFIG NAME="RUBY_ARGS" VALUE="-e $stdout.sync=true;$stderr.sync=true;load($0=ARGV.shift)" />
74
- <RUBY_RUN_CONFIG NAME="WORK DIR" VALUE="$MODULE_DIR$" />
75
- <RUBY_RUN_CONFIG NAME="SHOULD_USE_SDK" VALUE="false" />
76
- <RUBY_RUN_CONFIG NAME="ALTERN_SDK_NAME" VALUE="" />
77
- <RUBY_RUN_CONFIG NAME="myPassParentEnvs" VALUE="true" />
78
- <envs />
79
- <EXTENSION ID="BundlerRunConfigurationExtension" bundleExecEnabled="true" />
80
- <EXTENSION ID="JRubyRunConfigurationExtension" NailgunExecEnabled="false" />
81
- <EXTENSION ID="RubyCoverageRunConfigurationExtension" enabled="false" sample_coverage="true" track_test_folders="true" runner="rcov">
82
- <COVERAGE_PATTERN ENABLED="true">
83
- <PATTERN REGEXPS="/.rvm/" INCLUDED="false" />
84
- </COVERAGE_PATTERN>
85
- </EXTENSION>
86
- <EXTENSION ID="org.jetbrains.plugins.ruby.motion.run.MotionSimulatorRunExtension" />
87
- <RUBY_RUN_CONFIG NAME="SCRIPT_PATH" VALUE="$USER_HOME$/.rvm/gems/ruby-1.9.3-p545@knife-chop/gems/chef-11.12.4/bin/knife" />
88
- <RUBY_RUN_CONFIG NAME="SCRIPT_ARGS" VALUE="" />
89
- <RunnerSettings RunnerId="RubyDebugRunner" />
90
- <RunnerSettings RunnerId="RubyRunner" />
91
- <ConfigurationWrapper RunnerId="RubyDebugRunner" />
92
- <ConfigurationWrapper RunnerId="RubyRunner" />
93
- <method />
94
- </configuration>
95
- </component>
96
- <component name="NewModuleRootManager" inherit-compiler-output="false">
97
- <content url="file://$MODULE_DIR$" />
98
- <orderEntry type="jdk" jdkName="RVM: ruby-1.9.3-p545 [knife-chop]" jdkType="RUBY_SDK" />
2
+ <module type="JAVA_MODULE" version="4">
3
+ <component name="NewModuleRootManager" inherit-compiler-output="true">
4
+ <exclude-output />
99
5
  <orderEntry type="sourceFolder" forTests="false" />
100
- <orderEntry type="library" scope="PROVIDED" name="addressable (v2.3.6, RVM: ruby-1.9.3-p545 [knife-chop]) [gem]" level="application" />
101
- <orderEntry type="library" scope="PROVIDED" name="akami (v1.2.2, RVM: ruby-1.9.3-p545 [knife-chop]) [gem]" level="application" />
102
- <orderEntry type="library" scope="PROVIDED" name="awesome_print (v1.2.0, RVM: ruby-1.9.3-p545 [knife-chop]) [gem]" level="application" />
103
- <orderEntry type="library" scope="PROVIDED" name="builder (v3.2.2, RVM: ruby-1.9.3-p545 [knife-chop]) [gem]" level="application" />
104
- <orderEntry type="library" scope="PROVIDED" name="bundler (v1.6.1, RVM: ruby-1.9.3-p545 [knife-chop]) [gem]" level="application" />
105
- <orderEntry type="library" scope="PROVIDED" name="chef (v11.12.4, RVM: ruby-1.9.3-p545 [knife-chop]) [gem]" level="application" />
106
- <orderEntry type="library" scope="PROVIDED" name="chef-zero (v2.0.2, RVM: ruby-1.9.3-p545 [knife-chop]) [gem]" level="application" />
107
- <orderEntry type="library" scope="PROVIDED" name="coderay (v1.1.0, RVM: ruby-1.9.3-p545 [knife-chop]) [gem]" level="application" />
108
- <orderEntry type="library" scope="PROVIDED" name="colorize (v0.7.3, RVM: ruby-1.9.3-p545 [knife-chop]) [gem]" level="application" />
109
- <orderEntry type="library" scope="PROVIDED" name="descendants_tracker (v0.0.4, RVM: ruby-1.9.3-p545 [knife-chop]) [gem]" level="application" />
110
- <orderEntry type="library" scope="PROVIDED" name="diff-lcs (v1.2.5, RVM: ruby-1.9.3-p545 [knife-chop]) [gem]" level="application" />
111
- <orderEntry type="library" scope="PROVIDED" name="em-winrm (v0.5.5, RVM: ruby-1.9.3-p545 [knife-chop]) [gem]" level="application" />
112
- <orderEntry type="library" scope="PROVIDED" name="erubis (v2.7.0, RVM: ruby-1.9.3-p545 [knife-chop]) [gem]" level="application" />
113
- <orderEntry type="library" scope="PROVIDED" name="eventmachine (v1.0.3, RVM: ruby-1.9.3-p545 [knife-chop]) [gem]" level="application" />
114
- <orderEntry type="library" scope="PROVIDED" name="excon (v0.31.0, RVM: ruby-1.9.3-p545 [knife-chop]) [gem]" level="application" />
115
- <orderEntry type="library" scope="PROVIDED" name="faraday (v0.9.0, RVM: ruby-1.9.3-p545 [knife-chop]) [gem]" level="application" />
116
- <orderEntry type="library" scope="PROVIDED" name="ffi (v1.9.3, RVM: ruby-1.9.3-p545 [knife-chop]) [gem]" level="application" />
117
- <orderEntry type="library" scope="PROVIDED" name="fog (v1.20.0, RVM: ruby-1.9.3-p545 [knife-chop]) [gem]" level="application" />
118
- <orderEntry type="library" scope="PROVIDED" name="formatador (v0.2.4, RVM: ruby-1.9.3-p545 [knife-chop]) [gem]" level="application" />
119
- <orderEntry type="library" scope="PROVIDED" name="git (v1.2.6, RVM: ruby-1.9.3-p545 [knife-chop]) [gem]" level="application" />
120
- <orderEntry type="library" scope="PROVIDED" name="github_api (v0.11.3, RVM: ruby-1.9.3-p545 [knife-chop]) [gem]" level="application" />
121
- <orderEntry type="library" scope="PROVIDED" name="gssapi (v1.0.3, RVM: ruby-1.9.3-p545 [knife-chop]) [gem]" level="application" />
122
- <orderEntry type="library" scope="PROVIDED" name="gyoku (v1.1.1, RVM: ruby-1.9.3-p545 [knife-chop]) [gem]" level="application" />
123
- <orderEntry type="library" scope="PROVIDED" name="hashie (v2.1.1, RVM: ruby-1.9.3-p545 [knife-chop]) [gem]" level="application" />
124
- <orderEntry type="library" scope="PROVIDED" name="httpclient (v2.3.4.1, RVM: ruby-1.9.3-p545 [knife-chop]) [gem]" level="application" />
125
- <orderEntry type="library" scope="PROVIDED" name="httpi (v0.9.7, RVM: ruby-1.9.3-p545 [knife-chop]) [gem]" level="application" />
126
- <orderEntry type="library" scope="PROVIDED" name="inifile (v2.0.2, RVM: ruby-1.9.3-p545 [knife-chop]) [gem]" level="application" />
127
- <orderEntry type="library" scope="PROVIDED" name="ipaddress (v0.8.0, RVM: ruby-1.9.3-p545 [knife-chop]) [gem]" level="application" />
128
- <orderEntry type="library" scope="PROVIDED" name="jeweler (v2.0.1, RVM: ruby-1.9.3-p545 [knife-chop]) [gem]" level="application" />
129
- <orderEntry type="library" scope="PROVIDED" name="json (v1.8.1, RVM: ruby-1.9.3-p545 [knife-chop]) [gem]" level="application" />
130
- <orderEntry type="library" scope="PROVIDED" name="jwt (v0.1.13, RVM: ruby-1.9.3-p545 [knife-chop]) [gem]" level="application" />
131
- <orderEntry type="library" scope="PROVIDED" name="knife-ec2 (v0.8.0, RVM: ruby-1.9.3-p545 [knife-chop]) [gem]" level="application" />
132
- <orderEntry type="library" scope="PROVIDED" name="knife-windows (v0.6.0, RVM: ruby-1.9.3-p545 [knife-chop]) [gem]" level="application" />
133
- <orderEntry type="library" scope="PROVIDED" name="little-plugger (v1.1.3, RVM: ruby-1.9.3-p545 [knife-chop]) [gem]" level="application" />
134
- <orderEntry type="library" scope="PROVIDED" name="logging (v1.8.2, RVM: ruby-1.9.3-p545 [knife-chop]) [gem]" level="application" />
135
- <orderEntry type="library" scope="PROVIDED" name="method_source (v0.8.2, RVM: ruby-1.9.3-p545 [knife-chop]) [gem]" level="application" />
136
- <orderEntry type="library" scope="PROVIDED" name="mime-types (v1.25.1, RVM: ruby-1.9.3-p545 [knife-chop]) [gem]" level="application" />
137
- <orderEntry type="library" scope="PROVIDED" name="mini_portile (v0.6.0, RVM: ruby-1.9.3-p545 [knife-chop]) [gem]" level="application" />
138
- <orderEntry type="library" scope="PROVIDED" name="mixlib-authentication (v1.3.0, RVM: ruby-1.9.3-p545 [knife-chop]) [gem]" level="application" />
139
- <orderEntry type="library" scope="PROVIDED" name="mixlib-cli (v1.5.0, RVM: ruby-1.9.3-p545 [knife-chop]) [gem]" level="application" />
140
- <orderEntry type="library" scope="PROVIDED" name="mixlib-config (v2.1.0, RVM: ruby-1.9.3-p545 [knife-chop]) [gem]" level="application" />
141
- <orderEntry type="library" scope="PROVIDED" name="mixlib-log (v1.6.0, RVM: ruby-1.9.3-p545 [knife-chop]) [gem]" level="application" />
142
- <orderEntry type="library" scope="PROVIDED" name="mixlib-shellout (v1.4.0, RVM: ruby-1.9.3-p545 [knife-chop]) [gem]" level="application" />
143
- <orderEntry type="library" scope="PROVIDED" name="multi_json (v1.10.1, RVM: ruby-1.9.3-p545 [knife-chop]) [gem]" level="application" />
144
- <orderEntry type="library" scope="PROVIDED" name="multi_xml (v0.5.5, RVM: ruby-1.9.3-p545 [knife-chop]) [gem]" level="application" />
145
- <orderEntry type="library" scope="PROVIDED" name="multipart-post (v2.0.0, RVM: ruby-1.9.3-p545 [knife-chop]) [gem]" level="application" />
146
- <orderEntry type="library" scope="PROVIDED" name="net-scp (v1.2.1, RVM: ruby-1.9.3-p545 [knife-chop]) [gem]" level="application" />
147
- <orderEntry type="library" scope="PROVIDED" name="net-ssh (v2.9.1, RVM: ruby-1.9.3-p545 [knife-chop]) [gem]" level="application" />
148
- <orderEntry type="library" scope="PROVIDED" name="net-ssh-gateway (v1.2.0, RVM: ruby-1.9.3-p545 [knife-chop]) [gem]" level="application" />
149
- <orderEntry type="library" scope="PROVIDED" name="net-ssh-multi (v1.2.0, RVM: ruby-1.9.3-p545 [knife-chop]) [gem]" level="application" />
150
- <orderEntry type="library" scope="PROVIDED" name="nori (v1.1.5, RVM: ruby-1.9.3-p545 [knife-chop]) [gem]" level="application" />
151
- <orderEntry type="library" scope="PROVIDED" name="oauth2 (v0.9.3, RVM: ruby-1.9.3-p545 [knife-chop]) [gem]" level="application" />
152
- <orderEntry type="library" scope="PROVIDED" name="ohai (v7.0.4, RVM: ruby-1.9.3-p545 [knife-chop]) [gem]" level="application" />
153
- <orderEntry type="library" scope="PROVIDED" name="pry (v0.9.12.6, RVM: ruby-1.9.3-p545 [knife-chop]) [gem]" level="application" />
154
- <orderEntry type="library" scope="PROVIDED" name="rack (v1.5.2, RVM: ruby-1.9.3-p545 [knife-chop]) [gem]" level="application" />
155
- <orderEntry type="library" scope="PROVIDED" name="rake (v10.3.2, RVM: ruby-1.9.3-p545 [knife-chop]) [gem]" level="application" />
156
- <orderEntry type="library" scope="PROVIDED" name="rdoc (v4.1.1, RVM: ruby-1.9.3-p545 [knife-chop]) [gem]" level="application" />
157
- <orderEntry type="library" scope="PROVIDED" name="rest-client (v1.6.7, RVM: ruby-1.9.3-p545 [knife-chop]) [gem]" level="application" />
158
- <orderEntry type="library" scope="PROVIDED" name="rspec (v2.14.1, RVM: ruby-1.9.3-p545 [knife-chop]) [gem]" level="application" />
159
- <orderEntry type="library" scope="PROVIDED" name="rspec-core (v2.14.8, RVM: ruby-1.9.3-p545 [knife-chop]) [gem]" level="application" />
160
- <orderEntry type="library" scope="PROVIDED" name="rspec-expectations (v2.14.5, RVM: ruby-1.9.3-p545 [knife-chop]) [gem]" level="application" />
161
- <orderEntry type="library" scope="PROVIDED" name="rspec-mocks (v2.14.6, RVM: ruby-1.9.3-p545 [knife-chop]) [gem]" level="application" />
162
- <orderEntry type="library" scope="PROVIDED" name="rubyntlm (v0.1.1, RVM: ruby-1.9.3-p545 [knife-chop]) [gem]" level="application" />
163
- <orderEntry type="library" scope="PROVIDED" name="safe_yaml (v1.0.3, RVM: ruby-1.9.3-p545 [knife-chop]) [gem]" level="application" />
164
- <orderEntry type="library" scope="PROVIDED" name="savon (v0.9.5, RVM: ruby-1.9.3-p545 [knife-chop]) [gem]" level="application" />
165
- <orderEntry type="library" scope="PROVIDED" name="slop (v3.5.0, RVM: ruby-1.9.3-p545 [knife-chop]) [gem]" level="application" />
166
- <orderEntry type="library" scope="PROVIDED" name="systemu (v2.5.2, RVM: ruby-1.9.3-p545 [knife-chop]) [gem]" level="application" />
167
- <orderEntry type="library" scope="PROVIDED" name="thread_safe (v0.3.3, RVM: ruby-1.9.3-p545 [knife-chop]) [gem]" level="application" />
168
- <orderEntry type="library" scope="PROVIDED" name="unf (v0.1.4, RVM: ruby-1.9.3-p545 [knife-chop]) [gem]" level="application" />
169
- <orderEntry type="library" scope="PROVIDED" name="uuidtools (v2.1.4, RVM: ruby-1.9.3-p545 [knife-chop]) [gem]" level="application" />
170
- <orderEntry type="library" scope="PROVIDED" name="wasabi (v1.0.0, RVM: ruby-1.9.3-p545 [knife-chop]) [gem]" level="application" />
171
- <orderEntry type="library" scope="PROVIDED" name="winrm (v1.1.3, RVM: ruby-1.9.3-p545 [knife-chop]) [gem]" level="application" />
172
- <orderEntry type="library" scope="PROVIDED" name="yajl-ruby (v1.2.0, RVM: ruby-1.9.3-p545 [knife-chop]) [gem]" level="application" />
173
6
  </component>
174
7
  </module>
175
8
 
metadata CHANGED
@@ -1,195 +1,215 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: knife-chop
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.7.1
4
+ version: 0.7.2
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-22 00:00:00.000000000 Z
11
+ date: 2014-05-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: awesome_print
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - ">="
17
+ - - ! '>='
18
18
  - !ruby/object:Gem::Version
19
19
  version: 1.2.0
20
- - - "~>"
20
+ - - ~>
21
21
  - !ruby/object:Gem::Version
22
22
  version: '1.2'
23
23
  type: :runtime
24
24
  prerelease: false
25
25
  version_requirements: !ruby/object:Gem::Requirement
26
26
  requirements:
27
- - - ">="
27
+ - - ! '>='
28
28
  - !ruby/object:Gem::Version
29
29
  version: 1.2.0
30
- - - "~>"
30
+ - - ~>
31
31
  - !ruby/object:Gem::Version
32
32
  version: '1.2'
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: colorize
35
35
  requirement: !ruby/object:Gem::Requirement
36
36
  requirements:
37
- - - ">="
37
+ - - ! '>='
38
38
  - !ruby/object:Gem::Version
39
39
  version: 0.7.1
40
- - - "~>"
40
+ - - ~>
41
41
  - !ruby/object:Gem::Version
42
42
  version: '0.7'
43
43
  type: :runtime
44
44
  prerelease: false
45
45
  version_requirements: !ruby/object:Gem::Requirement
46
46
  requirements:
47
- - - ">="
47
+ - - ! '>='
48
48
  - !ruby/object:Gem::Version
49
49
  version: 0.7.1
50
- - - "~>"
50
+ - - ~>
51
51
  - !ruby/object:Gem::Version
52
52
  version: '0.7'
53
53
  - !ruby/object:Gem::Dependency
54
54
  name: logging
55
55
  requirement: !ruby/object:Gem::Requirement
56
56
  requirements:
57
- - - ">="
57
+ - - ! '>='
58
58
  - !ruby/object:Gem::Version
59
59
  version: 1.8.2
60
- - - "~>"
60
+ - - ~>
61
61
  - !ruby/object:Gem::Version
62
62
  version: '1.8'
63
63
  type: :runtime
64
64
  prerelease: false
65
65
  version_requirements: !ruby/object:Gem::Requirement
66
66
  requirements:
67
- - - ">="
67
+ - - ! '>='
68
68
  - !ruby/object:Gem::Version
69
69
  version: 1.8.2
70
- - - "~>"
70
+ - - ~>
71
71
  - !ruby/object:Gem::Version
72
72
  version: '1.8'
73
73
  - !ruby/object:Gem::Dependency
74
74
  name: inifile
75
75
  requirement: !ruby/object:Gem::Requirement
76
76
  requirements:
77
- - - ">="
77
+ - - ! '>='
78
78
  - !ruby/object:Gem::Version
79
79
  version: 2.0.2
80
- - - "~>"
80
+ - - ~>
81
81
  - !ruby/object:Gem::Version
82
82
  version: '2.0'
83
83
  type: :runtime
84
84
  prerelease: false
85
85
  version_requirements: !ruby/object:Gem::Requirement
86
86
  requirements:
87
- - - ">="
87
+ - - ! '>='
88
88
  - !ruby/object:Gem::Version
89
89
  version: 2.0.2
90
- - - "~>"
90
+ - - ~>
91
91
  - !ruby/object:Gem::Version
92
92
  version: '2.0'
93
93
  - !ruby/object:Gem::Dependency
94
94
  name: json
95
95
  requirement: !ruby/object:Gem::Requirement
96
96
  requirements:
97
- - - ">="
97
+ - - ! '>='
98
98
  - !ruby/object:Gem::Version
99
99
  version: 1.8.1
100
- - - "~>"
100
+ - - ~>
101
101
  - !ruby/object:Gem::Version
102
102
  version: '1.8'
103
103
  type: :runtime
104
104
  prerelease: false
105
105
  version_requirements: !ruby/object:Gem::Requirement
106
106
  requirements:
107
- - - ">="
107
+ - - ! '>='
108
108
  - !ruby/object:Gem::Version
109
109
  version: 1.8.1
110
- - - "~>"
110
+ - - ~>
111
111
  - !ruby/object:Gem::Version
112
112
  version: '1.8'
113
113
  - !ruby/object:Gem::Dependency
114
114
  name: mixlib-config
115
115
  requirement: !ruby/object:Gem::Requirement
116
116
  requirements:
117
- - - ">="
117
+ - - ! '>='
118
118
  - !ruby/object:Gem::Version
119
119
  version: 2.1.0
120
- - - "~>"
120
+ - - ~>
121
121
  - !ruby/object:Gem::Version
122
122
  version: '2.1'
123
123
  type: :runtime
124
124
  prerelease: false
125
125
  version_requirements: !ruby/object:Gem::Requirement
126
126
  requirements:
127
- - - ">="
127
+ - - ! '>='
128
128
  - !ruby/object:Gem::Version
129
129
  version: 2.1.0
130
- - - "~>"
130
+ - - ~>
131
131
  - !ruby/object:Gem::Version
132
132
  version: '2.1'
133
133
  - !ruby/object:Gem::Dependency
134
134
  name: chef
135
135
  requirement: !ruby/object:Gem::Requirement
136
136
  requirements:
137
- - - ">="
137
+ - - ! '>='
138
138
  - !ruby/object:Gem::Version
139
139
  version: 11.10.0
140
- - - "~>"
140
+ - - ~>
141
141
  - !ruby/object:Gem::Version
142
142
  version: '11.12'
143
143
  type: :runtime
144
144
  prerelease: false
145
145
  version_requirements: !ruby/object:Gem::Requirement
146
146
  requirements:
147
- - - ">="
147
+ - - ! '>='
148
148
  - !ruby/object:Gem::Version
149
149
  version: 11.10.0
150
- - - "~>"
150
+ - - ~>
151
151
  - !ruby/object:Gem::Version
152
152
  version: '11.12'
153
153
  - !ruby/object:Gem::Dependency
154
154
  name: unf
155
155
  requirement: !ruby/object:Gem::Requirement
156
156
  requirements:
157
- - - ">="
157
+ - - ! '>='
158
158
  - !ruby/object:Gem::Version
159
159
  version: 0.1.4
160
- - - "~>"
160
+ - - ~>
161
161
  - !ruby/object:Gem::Version
162
162
  version: '0.1'
163
163
  type: :runtime
164
164
  prerelease: false
165
165
  version_requirements: !ruby/object:Gem::Requirement
166
166
  requirements:
167
- - - ">="
167
+ - - ! '>='
168
168
  - !ruby/object:Gem::Version
169
169
  version: 0.1.4
170
- - - "~>"
170
+ - - ~>
171
171
  - !ruby/object:Gem::Version
172
172
  version: '0.1'
173
173
  - !ruby/object:Gem::Dependency
174
174
  name: knife-ec2
175
175
  requirement: !ruby/object:Gem::Requirement
176
176
  requirements:
177
- - - ">="
177
+ - - ! '>='
178
178
  - !ruby/object:Gem::Version
179
179
  version: 0.6.6
180
- - - "~>"
180
+ - - ~>
181
181
  - !ruby/object:Gem::Version
182
182
  version: '0.6'
183
183
  type: :runtime
184
184
  prerelease: false
185
185
  version_requirements: !ruby/object:Gem::Requirement
186
186
  requirements:
187
- - - ">="
187
+ - - ! '>='
188
188
  - !ruby/object:Gem::Version
189
189
  version: 0.6.6
190
- - - "~>"
190
+ - - ~>
191
191
  - !ruby/object:Gem::Version
192
192
  version: '0.6'
193
+ - !ruby/object:Gem::Dependency
194
+ name: safe_yaml
195
+ requirement: !ruby/object:Gem::Requirement
196
+ requirements:
197
+ - - ! '>='
198
+ - !ruby/object:Gem::Version
199
+ version: 1.0.3
200
+ - - ~>
201
+ - !ruby/object:Gem::Version
202
+ version: '1.0'
203
+ type: :runtime
204
+ prerelease: false
205
+ version_requirements: !ruby/object:Gem::Requirement
206
+ requirements:
207
+ - - ! '>='
208
+ - !ruby/object:Gem::Version
209
+ version: 1.0.3
210
+ - - ~>
211
+ - !ruby/object:Gem::Version
212
+ version: '1.0'
193
213
  description: Knife plugin to assist with the upload and sync of Chef server assets
194
214
  like roles, environments and cookbooks allowing for multiple parts to be uploaded
195
215
  at once to multiple environments. Resources can be matched with regular expressions.
@@ -265,12 +285,12 @@ require_paths:
265
285
  - lib
266
286
  required_ruby_version: !ruby/object:Gem::Requirement
267
287
  requirements:
268
- - - ">="
288
+ - - ! '>='
269
289
  - !ruby/object:Gem::Version
270
290
  version: '0'
271
291
  required_rubygems_version: !ruby/object:Gem::Requirement
272
292
  requirements:
273
- - - ">="
293
+ - - ! '>='
274
294
  - !ruby/object:Gem::Version
275
295
  version: '0'
276
296
  requirements: []