opscode-pushy-client 2.5.6 → 2.99.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile +0 -1
- data/lib/pushy_client/version.rb +1 -1
- data/opscode-pushy-client.gemspec +4 -4
- metadata +11 -54
- data/CHANGELOG.md +0 -148
- data/Gemfile.lock +0 -252
- data/README.md +0 -43
- data/RELEASE_NOTES.md +0 -9
- data/RELEASE_PROCESS.md +0 -105
- data/VERSION +0 -1
- data/jenkins/jenkins_run_tests.sh +0 -9
- data/keys/client_private.pem +0 -27
- data/keys/server_public.pem +0 -9
- data/omnibus/Berksfile +0 -12
- data/omnibus/Gemfile +0 -15
- data/omnibus/Gemfile.lock +0 -359
- data/omnibus/LICENSE +0 -201
- data/omnibus/README.md +0 -141
- data/omnibus/acceptance/Berksfile +0 -6
- data/omnibus/acceptance/Berksfile.lock +0 -35
- data/omnibus/acceptance/Makefile +0 -13
- data/omnibus/acceptance/README.md +0 -29
- data/omnibus/acceptance/metadata.rb +0 -12
- data/omnibus/acceptance/recipes/chef-server-user-org.rb +0 -31
- data/omnibus/config/projects/push-jobs-client.rb +0 -82
- data/omnibus/config/software/opscode-pushy-client.rb +0 -79
- data/omnibus/files/mapfiles/solaris +0 -18
- data/omnibus/files/openssl-customization/windows/ssl_env_hack.rb +0 -34
- data/omnibus/omnibus.rb +0 -54
- data/omnibus/package-scripts/push-jobs-client/postinst +0 -55
- data/omnibus/package-scripts/push-jobs-client/postrm +0 -39
- data/omnibus/resources/push-jobs-client/dmg/background.png +0 -0
- data/omnibus/resources/push-jobs-client/dmg/icon.png +0 -0
- data/omnibus/resources/push-jobs-client/msi/assets/LICENSE.rtf +0 -197
- data/omnibus/resources/push-jobs-client/msi/assets/banner_background.bmp +0 -0
- data/omnibus/resources/push-jobs-client/msi/assets/dialog_background.bmp +0 -0
- data/omnibus/resources/push-jobs-client/msi/assets/oc.ico +0 -0
- data/omnibus/resources/push-jobs-client/msi/assets/oc_16x16.ico +0 -0
- data/omnibus/resources/push-jobs-client/msi/assets/oc_32x32.ico +0 -0
- data/omnibus/resources/push-jobs-client/msi/localization-en-us.wxl.erb +0 -26
- data/omnibus/resources/push-jobs-client/msi/parameters.wxi.erb +0 -9
- data/omnibus/resources/push-jobs-client/msi/source.wxs.erb +0 -141
- data/omnibus/resources/push-jobs-client/pkg/background.png +0 -0
- data/omnibus/resources/push-jobs-client/pkg/license.html.erb +0 -202
- data/omnibus/resources/push-jobs-client/pkg/welcome.html.erb +0 -5
- data/omnibus_overrides.rb +0 -26
- data/pkg/opscode-pushy-client-2.5.6.gem +0 -0
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 4acbcf3c6c81f606e03ff39652b1f124e1252023b29754719cccad2f3c5c761d
|
4
|
+
data.tar.gz: 875600159c1fa2f9875b5fb5ea8a0e5344e17ffd98e9761f6e50893af1bfe5b6
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b9dc576ae6847b0e468c12e272199b9c7eda03393ad9acd72b205e3a21fe78413330382eed5684479ca59e6d766d8a09312858406b02c0ed4c05c113b8d0dea3
|
7
|
+
data.tar.gz: abb79941f0cfaf2c5ce59bc774b950b1e611b6f01eb9f56633e8c6cba4f2d1bdf1b78eec024c0dea11645f60a484d1003a5f795a8e292ac9067ee34435f76621
|
data/Gemfile
CHANGED
data/lib/pushy_client/version.rb
CHANGED
@@ -9,16 +9,16 @@ Gem::Specification.new do |gem|
|
|
9
9
|
gem.homepage = "https://github.com/chef/opscode-pushy-client"
|
10
10
|
|
11
11
|
gem.executables = Dir.glob('bin/**/*').map{|f| File.basename(f)}
|
12
|
-
gem.files = Dir.glob('
|
12
|
+
gem.files = %w{opscode-pushy-client.gemspec Gemfile Rakefile LICENSE} + Dir.glob('{bin,lib,spec, keys}/**/*').reject{|f| File.directory?(f)}
|
13
13
|
gem.test_files = Dir.glob('{test,spec,features}/**/*')
|
14
14
|
gem.name = "opscode-pushy-client"
|
15
15
|
gem.require_paths = ["lib"]
|
16
16
|
gem.version = PushyClient::VERSION
|
17
17
|
|
18
|
-
gem.required_ruby_version = '>= 2.
|
18
|
+
gem.required_ruby_version = '>= 2.5'
|
19
19
|
|
20
|
-
gem.add_dependency "chef", ">=
|
21
|
-
gem.add_dependency "ohai", ">=
|
20
|
+
gem.add_dependency "chef", ">= 14.0", "< 16.0"
|
21
|
+
gem.add_dependency "ohai", ">= 14.0", "< 16.0"
|
22
22
|
gem.add_dependency "ffi-rzmq"
|
23
23
|
gem.add_dependency "uuidtools"
|
24
24
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: opscode-pushy-client
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.
|
4
|
+
version: 2.99.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Mark Anderson
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2019-
|
11
|
+
date: 2019-05-15 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: chef
|
@@ -16,40 +16,40 @@ dependencies:
|
|
16
16
|
requirements:
|
17
17
|
- - ">="
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version: '
|
19
|
+
version: '14.0'
|
20
20
|
- - "<"
|
21
21
|
- !ruby/object:Gem::Version
|
22
|
-
version: '
|
22
|
+
version: '16.0'
|
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
|
-
version: '
|
29
|
+
version: '14.0'
|
30
30
|
- - "<"
|
31
31
|
- !ruby/object:Gem::Version
|
32
|
-
version: '
|
32
|
+
version: '16.0'
|
33
33
|
- !ruby/object:Gem::Dependency
|
34
34
|
name: ohai
|
35
35
|
requirement: !ruby/object:Gem::Requirement
|
36
36
|
requirements:
|
37
37
|
- - ">="
|
38
38
|
- !ruby/object:Gem::Version
|
39
|
-
version: '
|
39
|
+
version: '14.0'
|
40
40
|
- - "<"
|
41
41
|
- !ruby/object:Gem::Version
|
42
|
-
version: '
|
42
|
+
version: '16.0'
|
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
|
-
version: '
|
49
|
+
version: '14.0'
|
50
50
|
- - "<"
|
51
51
|
- !ruby/object:Gem::Version
|
52
|
-
version: '
|
52
|
+
version: '16.0'
|
53
53
|
- !ruby/object:Gem::Dependency
|
54
54
|
name: ffi-rzmq
|
55
55
|
requirement: !ruby/object:Gem::Requirement
|
@@ -131,22 +131,13 @@ executables:
|
|
131
131
|
extensions: []
|
132
132
|
extra_rdoc_files: []
|
133
133
|
files:
|
134
|
-
- CHANGELOG.md
|
135
134
|
- Gemfile
|
136
|
-
- Gemfile.lock
|
137
135
|
- LICENSE
|
138
|
-
- README.md
|
139
|
-
- RELEASE_NOTES.md
|
140
|
-
- RELEASE_PROCESS.md
|
141
136
|
- Rakefile
|
142
|
-
- VERSION
|
143
137
|
- bin/print_execution_environment
|
144
138
|
- bin/push-apply
|
145
139
|
- bin/pushy-client
|
146
140
|
- bin/pushy-service-manager
|
147
|
-
- jenkins/jenkins_run_tests.sh
|
148
|
-
- keys/client_private.pem
|
149
|
-
- keys/server_public.pem
|
150
141
|
- lib/pushy_client.rb
|
151
142
|
- lib/pushy_client/cli.rb
|
152
143
|
- lib/pushy_client/heartbeater.rb
|
@@ -157,41 +148,7 @@ files:
|
|
157
148
|
- lib/pushy_client/whitelist.rb
|
158
149
|
- lib/pushy_client/win32.rb
|
159
150
|
- lib/pushy_client/windows_service.rb
|
160
|
-
- omnibus/Berksfile
|
161
|
-
- omnibus/Gemfile
|
162
|
-
- omnibus/Gemfile.lock
|
163
|
-
- omnibus/LICENSE
|
164
|
-
- omnibus/README.md
|
165
|
-
- omnibus/acceptance/Berksfile
|
166
|
-
- omnibus/acceptance/Berksfile.lock
|
167
|
-
- omnibus/acceptance/Makefile
|
168
|
-
- omnibus/acceptance/README.md
|
169
|
-
- omnibus/acceptance/metadata.rb
|
170
|
-
- omnibus/acceptance/recipes/chef-server-user-org.rb
|
171
|
-
- omnibus/config/projects/push-jobs-client.rb
|
172
|
-
- omnibus/config/software/opscode-pushy-client.rb
|
173
|
-
- omnibus/files/mapfiles/solaris
|
174
|
-
- omnibus/files/openssl-customization/windows/ssl_env_hack.rb
|
175
|
-
- omnibus/omnibus.rb
|
176
|
-
- omnibus/package-scripts/push-jobs-client/postinst
|
177
|
-
- omnibus/package-scripts/push-jobs-client/postrm
|
178
|
-
- omnibus/resources/push-jobs-client/dmg/background.png
|
179
|
-
- omnibus/resources/push-jobs-client/dmg/icon.png
|
180
|
-
- omnibus/resources/push-jobs-client/msi/assets/LICENSE.rtf
|
181
|
-
- omnibus/resources/push-jobs-client/msi/assets/banner_background.bmp
|
182
|
-
- omnibus/resources/push-jobs-client/msi/assets/dialog_background.bmp
|
183
|
-
- omnibus/resources/push-jobs-client/msi/assets/oc.ico
|
184
|
-
- omnibus/resources/push-jobs-client/msi/assets/oc_16x16.ico
|
185
|
-
- omnibus/resources/push-jobs-client/msi/assets/oc_32x32.ico
|
186
|
-
- omnibus/resources/push-jobs-client/msi/localization-en-us.wxl.erb
|
187
|
-
- omnibus/resources/push-jobs-client/msi/parameters.wxi.erb
|
188
|
-
- omnibus/resources/push-jobs-client/msi/source.wxs.erb
|
189
|
-
- omnibus/resources/push-jobs-client/pkg/background.png
|
190
|
-
- omnibus/resources/push-jobs-client/pkg/license.html.erb
|
191
|
-
- omnibus/resources/push-jobs-client/pkg/welcome.html.erb
|
192
|
-
- omnibus_overrides.rb
|
193
151
|
- opscode-pushy-client.gemspec
|
194
|
-
- pkg/opscode-pushy-client-2.5.6.gem
|
195
152
|
- spec/pushy_client/job_runner_spec.rb
|
196
153
|
- spec/pushy_client/protocol_handler_spec.rb
|
197
154
|
- spec/pushy_client/whitelist_spec.rb
|
@@ -207,7 +164,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
207
164
|
requirements:
|
208
165
|
- - ">="
|
209
166
|
- !ruby/object:Gem::Version
|
210
|
-
version: '2.
|
167
|
+
version: '2.5'
|
211
168
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
212
169
|
requirements:
|
213
170
|
- - ">="
|
data/CHANGELOG.md
DELETED
@@ -1,148 +0,0 @@
|
|
1
|
-
# Chef Push Client Changes
|
2
|
-
<!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ -->
|
3
|
-
<!-- latest_release 2.5.6 -->
|
4
|
-
## [2.5.6](https://github.com/chef/opscode-pushy-client/tree/2.5.6) (2018-11-01)
|
5
|
-
|
6
|
-
#### Merged Pull Requests
|
7
|
-
- Slim the install size and compress the rpm/deb packages [#165](https://github.com/chef/opscode-pushy-client/pull/165) ([tas50](https://github.com/tas50))
|
8
|
-
<!-- latest_release -->
|
9
|
-
|
10
|
-
<!-- release_rollup since=2.5.0 -->
|
11
|
-
### Changes since 2.5.0 release
|
12
|
-
|
13
|
-
#### Merged Pull Requests
|
14
|
-
- Slim the install size and compress the rpm/deb packages [#165](https://github.com/chef/opscode-pushy-client/pull/165) ([tas50](https://github.com/tas50)) <!-- 2.5.6 -->
|
15
|
-
- Update Chef from v13.4.24 to v13.11.3 [#164](https://github.com/chef/opscode-pushy-client/pull/164) ([tas50](https://github.com/tas50)) <!-- 2.5.5 -->
|
16
|
-
- Bump omnibus-software for latest ruby [#167](https://github.com/chef/opscode-pushy-client/pull/167) ([btm](https://github.com/btm)) <!-- 2.5.4 -->
|
17
|
-
- Update Ruby from 2.4.4 to 2.4.5 [#163](https://github.com/chef/opscode-pushy-client/pull/163) ([tas50](https://github.com/tas50)) <!-- 2.5.3 -->
|
18
|
-
- Add the github lock bot and fix the PR template [#161](https://github.com/chef/opscode-pushy-client/pull/161) ([tas50](https://github.com/tas50)) <!-- 2.5.2 -->
|
19
|
-
- Remove rdoc gem and add docs group with yard [#159](https://github.com/chef/opscode-pushy-client/pull/159) ([tas50](https://github.com/tas50)) <!-- 2.5.1 -->
|
20
|
-
<!-- release_rollup -->
|
21
|
-
|
22
|
-
<!-- latest_stable_release -->
|
23
|
-
## [2.5.0](https://github.com/chef/opscode-pushy-client/tree/2.5.0) (2018-04-26)
|
24
|
-
|
25
|
-
#### Merged Pull Requests
|
26
|
-
- Optimize `get_config` by eliminating extensive retry behavior [#151](https://github.com/chef/opscode-pushy-client/pull/151) ([jeremymv2](https://github.com/jeremymv2))
|
27
|
-
- refactor timeout on message send [#152](https://github.com/chef/opscode-pushy-client/pull/152) ([jeremymv2](https://github.com/jeremymv2))
|
28
|
-
- expeditor config: bundle update every time [#155](https://github.com/chef/opscode-pushy-client/pull/155) ([lamont-granquist](https://github.com/lamont-granquist))
|
29
|
-
- Bump minor to 2.5 [#156](https://github.com/chef/opscode-pushy-client/pull/156) ([btm](https://github.com/btm))
|
30
|
-
<!-- latest_stable_release -->
|
31
|
-
|
32
|
-
## [2.4.8](https://github.com/chef/opscode-pushy-client/tree/2.4.8) (2018-02-05)
|
33
|
-
|
34
|
-
#### Merged Pull Requests
|
35
|
-
- Add CODEOWNERS file [#148](https://github.com/chef/opscode-pushy-client/pull/148) ([schisamo](https://github.com/schisamo))
|
36
|
-
- Add AIX support [#149](https://github.com/chef/opscode-pushy-client/pull/149) ([jeremiahsnapp](https://github.com/jeremiahsnapp))
|
37
|
-
- update dependency versions [#150](https://github.com/chef/opscode-pushy-client/pull/150) ([jaymalasinha](https://github.com/jaymalasinha))
|
38
|
-
|
39
|
-
## [2.4.5](https://github.com/chef/opscode-pushy-client/tree/2.4.5) (2017-11-03)
|
40
|
-
|
41
|
-
#### Merged Pull Requests
|
42
|
-
- Wrap ZMQ request in timeout [#143](https://github.com/chef/opscode-pushy-client/pull/143) ([nsdavidson](https://github.com/nsdavidson))
|
43
|
-
|
44
|
-
## [2.4.4](https://github.com/chef/opscode-pushy-client/tree/2.4.4) (2017-09-21)
|
45
|
-
|
46
|
-
#### Merged Pull Requests
|
47
|
-
- Update Expeditor config to meet 0.5.0 requirements [#142](https://github.com/chef/opscode-pushy-client/pull/142) ([tduffield](https://github.com/tduffield))
|
48
|
-
- Update ruby to 2.4.2 [#145](https://github.com/chef/opscode-pushy-client/pull/145) ([PrajaktaPurohit](https://github.com/PrajaktaPurohit))
|
49
|
-
- Updating bundler to 1.15.4. Some README updates. [#146](https://github.com/chef/opscode-pushy-client/pull/146) ([PrajaktaPurohit](https://github.com/PrajaktaPurohit))
|
50
|
-
|
51
|
-
## [2.4.1](https://github.com/chef/opscode-pushy-client/tree/2.4.1) (2017-08-16)
|
52
|
-
|
53
|
-
#### Merged Pull Requests
|
54
|
-
- Perform version bump on correct path [#134](https://github.com/chef/opscode-pushy-client/pull/134) ([schisamo](https://github.com/schisamo))
|
55
|
-
- Ensure version bump sed matches the correct line [#135](https://github.com/chef/opscode-pushy-client/pull/135) ([schisamo](https://github.com/schisamo))
|
56
|
-
- Update SHA1 fingerprint for MSI signing cert [#136](https://github.com/chef/opscode-pushy-client/pull/136) ([schisamo](https://github.com/schisamo))
|
57
|
-
- Update the CHANGELOG when push-client is promoted to stable [#137](https://github.com/chef/opscode-pushy-client/pull/137) ([tduffield](https://github.com/tduffield))
|
58
|
-
- Allow push jobs to build libzmq from source on windows [#128](https://github.com/chef/opscode-pushy-client/pull/128) ([ksubrama](https://github.com/ksubrama))
|
59
|
-
- Add Option to manage environment variables that could be overwritten [#140](https://github.com/chef/opscode-pushy-client/pull/140) ([jaym](https://github.com/jaym))
|
60
|
-
|
61
|
-
|
62
|
-
|
63
|
-
## 2.2.0
|
64
|
-
|
65
|
-
* Update Ruby from 2.1.8 to 2.3.3
|
66
|
-
* Update Chef and Ohai dependencies to latest pre-Chef 13 releases
|
67
|
-
|
68
|
-
## 2.1.4
|
69
|
-
|
70
|
-
* Fix bug where a Job with STDOUT/STDERR too large for the server would cause Job to hang.
|
71
|
-
* Fix Ohai gem constraint causing fresh installations to break due to gem conflicts.
|
72
|
-
|
73
|
-
## 2.1.3
|
74
|
-
|
75
|
-
* Address exponential increase of client reconfigure threads when TCP ports 10000 and 443 become unavailable on the Push Jobs Server.
|
76
|
-
|
77
|
-
## 2.1.2
|
78
|
-
|
79
|
-
* Change sigkill handler to sigint
|
80
|
-
|
81
|
-
## 2.1.1
|
82
|
-
|
83
|
-
* Do not enforce 2.x reconfigure protocol on clients that have fallen back to 1.x protocols
|
84
|
-
* Don't fail installation if client doesn't start the first time (windows)
|
85
|
-
* De-restrict the win32-process gem
|
86
|
-
|
87
|
-
## 2.1.0
|
88
|
-
|
89
|
-
* Limited the zeromq high water mark to prevent buffering of heartbeats, which cause packet floods when the push-jobs-server restarts
|
90
|
-
|
91
|
-
## 2.0.1
|
92
|
-
* Fix Gemfile to use win32-process version compatible with chef 12.5
|
93
|
-
|
94
|
-
## 2.0.0
|
95
|
-
|
96
|
-
* Added curve based encryption for all ZeroMQ communication
|
97
|
-
* Added parameter/environment variable/file transfer support
|
98
|
-
* Added output capture
|
99
|
-
* Improve log output
|
100
|
-
* Added back compatibility to allow fall back to 1.0 server.
|
101
|
-
* Delay reconfiguration when a job is running.
|
102
|
-
* Added splay to reconfigure to protect against reconfigure stampedes.
|
103
|
-
* Added protocol version information
|
104
|
-
** Added support to detect some common failure cases
|
105
|
-
** Log windows service startup
|
106
|
-
* Config file path now searches ['chef-push-client.rb', 'push-jobs-client.rb', 'client.rb']
|
107
|
-
* Added print\_execution\_environment helper command
|
108
|
-
* Added push\_apply helper
|
109
|
-
* Updated to Chef 12.5.0
|
110
|
-
|
111
|
-
## 1.3.1
|
112
|
-
|
113
|
-
* Bump version to avoid semver issues with non-compliant 1.3.0.rc.0 tag
|
114
|
-
|
115
|
-
## 1.3.0
|
116
|
-
|
117
|
-
* Move to ZeroMQ 4 and ffi-rzmq.
|
118
|
-
* Update Chef to 12.0
|
119
|
-
* Unlock Ohai to be free to track Chef
|
120
|
-
* Pull in latest omnibus-software including new OpenSSL
|
121
|
-
|
122
|
-
## 1.2.X - 2015-06-20 Botched version
|
123
|
-
|
124
|
-
## 1.1.2 - 2014-07-23
|
125
|
-
|
126
|
-
* Fix issue where Windows service was not being installed
|
127
|
-
* Fix issue where Windows service would not start
|
128
|
-
|
129
|
-
## 1.1.1 - 2014-06-13
|
130
|
-
|
131
|
-
* Adjust plugin loading for Ohai 7
|
132
|
-
|
133
|
-
* Fix signal handling to work under windows
|
134
|
-
|
135
|
-
## 1.0.1 - 2014-04-09
|
136
|
-
|
137
|
-
* Add require with rescue for chef/config_fetcher needed for compatibility with
|
138
|
-
Chef >= 11.8.0.
|
139
|
-
|
140
|
-
* Add signal handling for the client. The client now does a graceful
|
141
|
-
shutdown when it receives a `TERM`, `QUIT`, or `KILL` signal. The
|
142
|
-
client will reconfigure itself if sent `USR1`. This improves the
|
143
|
-
compatibility of the push client to be managed under runit which
|
144
|
-
sends signals for restart.
|
145
|
-
|
146
|
-
* Add Apache 2 license and headers in preparation for open sourcing.
|
147
|
-
|
148
|
-
* Unify gem and repo tag versioning scheme.
|
data/Gemfile.lock
DELETED
@@ -1,252 +0,0 @@
|
|
1
|
-
PATH
|
2
|
-
remote: .
|
3
|
-
specs:
|
4
|
-
opscode-pushy-client (2.5.6)
|
5
|
-
chef (>= 12.19, < 15.0)
|
6
|
-
ffi-rzmq
|
7
|
-
ohai (>= 8.23, < 15.0)
|
8
|
-
uuidtools
|
9
|
-
|
10
|
-
GEM
|
11
|
-
remote: https://rubygems.org/
|
12
|
-
specs:
|
13
|
-
addressable (2.5.2)
|
14
|
-
public_suffix (>= 2.0.2, < 4.0)
|
15
|
-
builder (3.2.3)
|
16
|
-
chef (14.6.47)
|
17
|
-
addressable
|
18
|
-
bundler (>= 1.10)
|
19
|
-
chef-config (= 14.6.47)
|
20
|
-
chef-zero (>= 13.0)
|
21
|
-
diff-lcs (~> 1.2, >= 1.2.4)
|
22
|
-
erubis (~> 2.7)
|
23
|
-
ffi (~> 1.9, >= 1.9.25)
|
24
|
-
ffi-yajl (~> 2.2)
|
25
|
-
highline (~> 1.6, >= 1.6.9)
|
26
|
-
iniparse (~> 1.4)
|
27
|
-
mixlib-archive (~> 0.4)
|
28
|
-
mixlib-authentication (~> 2.1)
|
29
|
-
mixlib-cli (~> 1.7)
|
30
|
-
mixlib-log (~> 2.0, >= 2.0.3)
|
31
|
-
mixlib-shellout (~> 2.4)
|
32
|
-
net-sftp (~> 2.1, >= 2.1.2)
|
33
|
-
net-ssh (~> 4.2)
|
34
|
-
net-ssh-multi (~> 1.2, >= 1.2.1)
|
35
|
-
ohai (~> 14.0)
|
36
|
-
plist (~> 3.2)
|
37
|
-
proxifier (~> 1.0)
|
38
|
-
rspec-core (~> 3.5)
|
39
|
-
rspec-expectations (~> 3.5)
|
40
|
-
rspec-mocks (~> 3.5)
|
41
|
-
rspec_junit_formatter (~> 0.2.0)
|
42
|
-
serverspec (~> 2.7)
|
43
|
-
specinfra (~> 2.10)
|
44
|
-
syslog-logger (~> 1.6)
|
45
|
-
uuidtools (~> 2.1.5)
|
46
|
-
chef (14.6.47-universal-mingw32)
|
47
|
-
addressable
|
48
|
-
bundler (>= 1.10)
|
49
|
-
chef-config (= 14.6.47)
|
50
|
-
chef-zero (>= 13.0)
|
51
|
-
diff-lcs (~> 1.2, >= 1.2.4)
|
52
|
-
erubis (~> 2.7)
|
53
|
-
ffi (~> 1.9, >= 1.9.25)
|
54
|
-
ffi-yajl (~> 2.2)
|
55
|
-
highline (~> 1.6, >= 1.6.9)
|
56
|
-
iniparse (~> 1.4)
|
57
|
-
iso8601 (~> 0.12.1)
|
58
|
-
mixlib-archive (~> 0.4)
|
59
|
-
mixlib-authentication (~> 2.1)
|
60
|
-
mixlib-cli (~> 1.7)
|
61
|
-
mixlib-log (~> 2.0, >= 2.0.3)
|
62
|
-
mixlib-shellout (~> 2.4)
|
63
|
-
net-sftp (~> 2.1, >= 2.1.2)
|
64
|
-
net-ssh (~> 4.2)
|
65
|
-
net-ssh-multi (~> 1.2, >= 1.2.1)
|
66
|
-
ohai (~> 14.0)
|
67
|
-
plist (~> 3.2)
|
68
|
-
proxifier (~> 1.0)
|
69
|
-
rspec-core (~> 3.5)
|
70
|
-
rspec-expectations (~> 3.5)
|
71
|
-
rspec-mocks (~> 3.5)
|
72
|
-
rspec_junit_formatter (~> 0.2.0)
|
73
|
-
serverspec (~> 2.7)
|
74
|
-
specinfra (~> 2.10)
|
75
|
-
syslog-logger (~> 1.6)
|
76
|
-
uuidtools (~> 2.1.5)
|
77
|
-
win32-api (~> 1.5.3)
|
78
|
-
win32-dir (~> 0.5.0)
|
79
|
-
win32-event (~> 0.6.1)
|
80
|
-
win32-eventlog (= 0.6.3)
|
81
|
-
win32-mmap (~> 0.4.1)
|
82
|
-
win32-mutex (~> 0.4.2)
|
83
|
-
win32-process (~> 0.8.2)
|
84
|
-
win32-service (~> 1.0)
|
85
|
-
win32-taskscheduler (~> 2.0)
|
86
|
-
windows-api (~> 0.4.4)
|
87
|
-
wmi-lite (~> 1.0)
|
88
|
-
chef-config (14.6.47)
|
89
|
-
addressable
|
90
|
-
fuzzyurl
|
91
|
-
mixlib-config (>= 2.2.12, < 3.0)
|
92
|
-
mixlib-shellout (~> 2.0)
|
93
|
-
tomlrb (~> 1.2)
|
94
|
-
chef-zero (14.0.6)
|
95
|
-
ffi-yajl (~> 2.2)
|
96
|
-
hashie (>= 2.0, < 4.0)
|
97
|
-
mixlib-log (~> 2.0)
|
98
|
-
rack (~> 2.0)
|
99
|
-
uuidtools (~> 2.1)
|
100
|
-
diff-lcs (1.3)
|
101
|
-
erubis (2.7.0)
|
102
|
-
ffi (1.9.25)
|
103
|
-
ffi (1.9.25-x64-mingw32)
|
104
|
-
ffi (1.9.25-x86-mingw32)
|
105
|
-
ffi-rzmq (2.0.6)
|
106
|
-
ffi-rzmq-core (>= 1.0.6)
|
107
|
-
ffi-rzmq-core (1.0.6)
|
108
|
-
ffi
|
109
|
-
ffi-win32-extensions (1.0.3)
|
110
|
-
ffi
|
111
|
-
ffi-yajl (2.3.1)
|
112
|
-
libyajl2 (~> 1.2)
|
113
|
-
fuzzyurl (0.9.0)
|
114
|
-
hashie (3.6.0)
|
115
|
-
highline (1.7.10)
|
116
|
-
iniparse (1.4.4)
|
117
|
-
ipaddress (0.8.3)
|
118
|
-
iso8601 (0.12.1)
|
119
|
-
libyajl2 (1.2.0)
|
120
|
-
mixlib-archive (0.4.18)
|
121
|
-
mixlib-log
|
122
|
-
mixlib-archive (0.4.18-universal-mingw32)
|
123
|
-
mixlib-log
|
124
|
-
mixlib-authentication (2.1.1)
|
125
|
-
mixlib-cli (1.7.0)
|
126
|
-
mixlib-config (2.2.13)
|
127
|
-
tomlrb
|
128
|
-
mixlib-log (2.0.4)
|
129
|
-
mixlib-shellout (2.4.0)
|
130
|
-
mixlib-shellout (2.4.0-universal-mingw32)
|
131
|
-
win32-process (~> 0.8.2)
|
132
|
-
wmi-lite (~> 1.0)
|
133
|
-
multi_json (1.13.1)
|
134
|
-
net-scp (1.2.1)
|
135
|
-
net-ssh (>= 2.6.5)
|
136
|
-
net-sftp (2.1.2)
|
137
|
-
net-ssh (>= 2.6.5)
|
138
|
-
net-ssh (4.2.0)
|
139
|
-
net-ssh-gateway (2.0.0)
|
140
|
-
net-ssh (>= 4.0.0)
|
141
|
-
net-ssh-multi (1.2.1)
|
142
|
-
net-ssh (>= 2.6.5)
|
143
|
-
net-ssh-gateway (>= 1.2.0)
|
144
|
-
net-telnet (0.1.1)
|
145
|
-
ohai (14.6.2)
|
146
|
-
chef-config (>= 12.8, < 15)
|
147
|
-
ffi (~> 1.9)
|
148
|
-
ffi-yajl (~> 2.2)
|
149
|
-
ipaddress
|
150
|
-
mixlib-cli (>= 1.7.0)
|
151
|
-
mixlib-config (~> 2.0)
|
152
|
-
mixlib-log (~> 2.0, >= 2.0.1)
|
153
|
-
mixlib-shellout (~> 2.0)
|
154
|
-
plist (~> 3.1)
|
155
|
-
systemu (~> 2.6.4)
|
156
|
-
wmi-lite (~> 1.0)
|
157
|
-
plist (3.4.0)
|
158
|
-
proxifier (1.0.3)
|
159
|
-
public_suffix (3.0.3)
|
160
|
-
rack (2.0.5)
|
161
|
-
rake (12.3.1)
|
162
|
-
rdp-ruby-wmi (0.3.1)
|
163
|
-
rspec (3.8.0)
|
164
|
-
rspec-core (~> 3.8.0)
|
165
|
-
rspec-expectations (~> 3.8.0)
|
166
|
-
rspec-mocks (~> 3.8.0)
|
167
|
-
rspec-core (3.8.0)
|
168
|
-
rspec-support (~> 3.8.0)
|
169
|
-
rspec-expectations (3.8.2)
|
170
|
-
diff-lcs (>= 1.2.0, < 2.0)
|
171
|
-
rspec-support (~> 3.8.0)
|
172
|
-
rspec-its (1.2.0)
|
173
|
-
rspec-core (>= 3.0.0)
|
174
|
-
rspec-expectations (>= 3.0.0)
|
175
|
-
rspec-mocks (3.8.0)
|
176
|
-
diff-lcs (>= 1.2.0, < 2.0)
|
177
|
-
rspec-support (~> 3.8.0)
|
178
|
-
rspec-support (3.8.0)
|
179
|
-
rspec_junit_formatter (0.2.3)
|
180
|
-
builder (< 4)
|
181
|
-
rspec-core (>= 2, < 4, != 2.12.0)
|
182
|
-
serverspec (2.41.3)
|
183
|
-
multi_json
|
184
|
-
rspec (~> 3.0)
|
185
|
-
rspec-its
|
186
|
-
specinfra (~> 2.72)
|
187
|
-
sfl (2.3)
|
188
|
-
specinfra (2.76.3)
|
189
|
-
net-scp
|
190
|
-
net-ssh (>= 2.7)
|
191
|
-
net-telnet (= 0.1.1)
|
192
|
-
sfl
|
193
|
-
structured_warnings (0.3.0)
|
194
|
-
syslog-logger (1.6.8)
|
195
|
-
systemu (2.6.5)
|
196
|
-
tomlrb (1.2.7)
|
197
|
-
uuidtools (2.1.5)
|
198
|
-
win32-api (1.5.3-universal-mingw32)
|
199
|
-
win32-dir (0.5.1)
|
200
|
-
ffi (>= 1.0.0)
|
201
|
-
win32-event (0.6.3)
|
202
|
-
win32-ipc (>= 0.6.0)
|
203
|
-
win32-eventlog (0.6.3)
|
204
|
-
ffi
|
205
|
-
win32-ipc (0.7.0)
|
206
|
-
ffi
|
207
|
-
win32-mmap (0.4.2)
|
208
|
-
ffi
|
209
|
-
win32-mutex (0.4.3)
|
210
|
-
win32-ipc (>= 0.6.0)
|
211
|
-
win32-open3 (0.3.2-x86-mingw32)
|
212
|
-
win32-process (0.8.3)
|
213
|
-
ffi (>= 1.0.0)
|
214
|
-
win32-service (1.0.1)
|
215
|
-
ffi
|
216
|
-
ffi-win32-extensions
|
217
|
-
win32-taskscheduler (2.0.1)
|
218
|
-
ffi
|
219
|
-
structured_warnings
|
220
|
-
windows-api (0.4.4)
|
221
|
-
win32-api (>= 1.4.5)
|
222
|
-
windows-pr (1.2.6)
|
223
|
-
win32-api (>= 1.4.5)
|
224
|
-
windows-api (>= 0.4.0)
|
225
|
-
wmi-lite (1.0.0)
|
226
|
-
yard (0.9.16)
|
227
|
-
|
228
|
-
PLATFORMS
|
229
|
-
ruby
|
230
|
-
x64-mingw32
|
231
|
-
x86-mingw32
|
232
|
-
|
233
|
-
DEPENDENCIES
|
234
|
-
ffi
|
235
|
-
opscode-pushy-client!
|
236
|
-
rake
|
237
|
-
rdp-ruby-wmi
|
238
|
-
rspec
|
239
|
-
rspec_junit_formatter
|
240
|
-
win32-api
|
241
|
-
win32-dir
|
242
|
-
win32-event
|
243
|
-
win32-mutex
|
244
|
-
win32-open3
|
245
|
-
win32-process (>= 0.8.2)
|
246
|
-
win32-service
|
247
|
-
windows-api
|
248
|
-
windows-pr
|
249
|
-
yard
|
250
|
-
|
251
|
-
BUNDLED WITH
|
252
|
-
1.17.1
|