ohai 6.16.0.beta.2 → 6.16.0
Sign up to get free protection for your applications and to get access to all the features.
- data/Rakefile +2 -2
- data/lib/ohai/version.rb +1 -1
- metadata +176 -177
data/Rakefile
CHANGED
@@ -1,12 +1,12 @@
|
|
1
1
|
require 'rubygems'
|
2
|
-
require '
|
2
|
+
require 'rubygems/package_task'
|
3
3
|
require 'rubygems/specification'
|
4
4
|
require 'date'
|
5
5
|
|
6
6
|
gemspec = eval(IO.read("ohai.gemspec"))
|
7
7
|
|
8
8
|
|
9
|
-
|
9
|
+
Gem::PackageTask.new(gemspec).define
|
10
10
|
|
11
11
|
desc "install the gem locally"
|
12
12
|
task :install => [:package] do
|
data/lib/ohai/version.rb
CHANGED
metadata
CHANGED
@@ -1,15 +1,15 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: ohai
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 6.16.0
|
5
|
-
prerelease:
|
4
|
+
version: 6.16.0
|
5
|
+
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
8
8
|
- Adam Jacob
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date:
|
12
|
+
date: 2013-01-17 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: systemu
|
@@ -214,216 +214,215 @@ files:
|
|
214
214
|
- README.rdoc
|
215
215
|
- Rakefile
|
216
216
|
- docs/man/man1/ohai.1
|
217
|
-
- lib/ohai.rb
|
218
|
-
- lib/ohai/
|
219
|
-
- lib/ohai/
|
220
|
-
- lib/ohai/
|
221
|
-
- lib/ohai/
|
217
|
+
- lib/ohai/application.rb
|
218
|
+
- lib/ohai/config.rb
|
219
|
+
- lib/ohai/exception.rb
|
220
|
+
- lib/ohai/log.rb
|
221
|
+
- lib/ohai/mash.rb
|
222
|
+
- lib/ohai/mixin/command.rb
|
223
|
+
- lib/ohai/mixin/ec2_metadata.rb
|
224
|
+
- lib/ohai/mixin/from_file.rb
|
225
|
+
- lib/ohai/mixin/string.rb
|
226
|
+
- lib/ohai/plugins/aix/cpu.rb
|
227
|
+
- lib/ohai/plugins/aix/filesystem.rb
|
228
|
+
- lib/ohai/plugins/aix/hostname.rb
|
229
|
+
- lib/ohai/plugins/aix/memory.rb
|
230
|
+
- lib/ohai/plugins/aix/network.rb
|
231
|
+
- lib/ohai/plugins/aix/platform.rb
|
232
|
+
- lib/ohai/plugins/aix/ps.rb
|
233
|
+
- lib/ohai/plugins/aix/uptime.rb
|
234
|
+
- lib/ohai/plugins/c.rb
|
235
|
+
- lib/ohai/plugins/chef.rb
|
236
|
+
- lib/ohai/plugins/cloud.rb
|
237
|
+
- lib/ohai/plugins/command.rb
|
238
|
+
- lib/ohai/plugins/darwin/filesystem.rb
|
239
|
+
- lib/ohai/plugins/darwin/hostname.rb
|
222
240
|
- lib/ohai/plugins/darwin/kernel.rb
|
223
241
|
- lib/ohai/plugins/darwin/network.rb
|
224
|
-
- lib/ohai/plugins/darwin/filesystem.rb
|
225
242
|
- lib/ohai/plugins/darwin/platform.rb
|
226
|
-
- lib/ohai/plugins/darwin/
|
243
|
+
- lib/ohai/plugins/darwin/ps.rb
|
244
|
+
- lib/ohai/plugins/darwin/system_profiler.rb
|
227
245
|
- lib/ohai/plugins/darwin/uptime.rb
|
228
|
-
- lib/ohai/plugins/kernel.rb
|
229
|
-
- lib/ohai/plugins/network_listeners.rb
|
230
|
-
- lib/ohai/plugins/openbsd/ps.rb
|
231
|
-
- lib/ohai/plugins/openbsd/virtualization.rb
|
232
|
-
- lib/ohai/plugins/openbsd/kernel.rb
|
233
|
-
- lib/ohai/plugins/openbsd/network.rb
|
234
|
-
- lib/ohai/plugins/openbsd/memory.rb
|
235
|
-
- lib/ohai/plugins/openbsd/filesystem.rb
|
236
|
-
- lib/ohai/plugins/openbsd/platform.rb
|
237
|
-
- lib/ohai/plugins/openbsd/hostname.rb
|
238
|
-
- lib/ohai/plugins/openbsd/cpu.rb
|
239
|
-
- lib/ohai/plugins/openbsd/uptime.rb
|
240
|
-
- lib/ohai/plugins/c.rb
|
241
246
|
- lib/ohai/plugins/dmi.rb
|
242
|
-
- lib/ohai/plugins/
|
243
|
-
- lib/ohai/plugins/
|
244
|
-
- lib/ohai/plugins/
|
245
|
-
- lib/ohai/plugins/
|
246
|
-
- lib/ohai/plugins/
|
247
|
-
- lib/ohai/plugins/
|
248
|
-
- lib/ohai/plugins/
|
249
|
-
- lib/ohai/plugins/
|
250
|
-
- lib/ohai/plugins/
|
247
|
+
- lib/ohai/plugins/dmi_common.rb
|
248
|
+
- lib/ohai/plugins/ec2.rb
|
249
|
+
- lib/ohai/plugins/erlang.rb
|
250
|
+
- lib/ohai/plugins/eucalyptus.rb
|
251
|
+
- lib/ohai/plugins/freebsd/cpu.rb
|
252
|
+
- lib/ohai/plugins/freebsd/filesystem.rb
|
253
|
+
- lib/ohai/plugins/freebsd/hostname.rb
|
254
|
+
- lib/ohai/plugins/freebsd/kernel.rb
|
255
|
+
- lib/ohai/plugins/freebsd/memory.rb
|
256
|
+
- lib/ohai/plugins/freebsd/network.rb
|
257
|
+
- lib/ohai/plugins/freebsd/platform.rb
|
258
|
+
- lib/ohai/plugins/freebsd/ps.rb
|
259
|
+
- lib/ohai/plugins/freebsd/uptime.rb
|
260
|
+
- lib/ohai/plugins/freebsd/virtualization.rb
|
261
|
+
- lib/ohai/plugins/groovy.rb
|
262
|
+
- lib/ohai/plugins/hostname.rb
|
263
|
+
- lib/ohai/plugins/hpux/cpu.rb
|
264
|
+
- lib/ohai/plugins/hpux/filesystem.rb
|
265
|
+
- lib/ohai/plugins/hpux/hostname.rb
|
266
|
+
- lib/ohai/plugins/hpux/memory.rb
|
267
|
+
- lib/ohai/plugins/hpux/network.rb
|
268
|
+
- lib/ohai/plugins/hpux/platform.rb
|
269
|
+
- lib/ohai/plugins/hpux/ps.rb
|
270
|
+
- lib/ohai/plugins/hpux/uptime.rb
|
251
271
|
- lib/ohai/plugins/ip_scopes.rb
|
252
|
-
- lib/ohai/plugins/
|
253
|
-
- lib/ohai/plugins/
|
254
|
-
- lib/ohai/plugins/
|
255
|
-
- lib/ohai/plugins/
|
272
|
+
- lib/ohai/plugins/java.rb
|
273
|
+
- lib/ohai/plugins/kernel.rb
|
274
|
+
- lib/ohai/plugins/keys.rb
|
275
|
+
- lib/ohai/plugins/languages.rb
|
276
|
+
- lib/ohai/plugins/linode.rb
|
256
277
|
- lib/ohai/plugins/linux/block_device.rb
|
257
|
-
- lib/ohai/plugins/linux/
|
278
|
+
- lib/ohai/plugins/linux/cpu.rb
|
258
279
|
- lib/ohai/plugins/linux/filesystem.rb
|
259
|
-
- lib/ohai/plugins/linux/platform.rb
|
260
280
|
- lib/ohai/plugins/linux/hostname.rb
|
261
|
-
- lib/ohai/plugins/linux/
|
262
|
-
- lib/ohai/plugins/linux/uptime.rb
|
281
|
+
- lib/ohai/plugins/linux/kernel.rb
|
263
282
|
- lib/ohai/plugins/linux/lsb.rb
|
264
|
-
- lib/ohai/plugins/
|
265
|
-
- lib/ohai/plugins/network.rb
|
266
|
-
- lib/ohai/plugins/
|
267
|
-
- lib/ohai/plugins/
|
268
|
-
- lib/ohai/plugins/
|
269
|
-
- lib/ohai/plugins/
|
270
|
-
- lib/ohai/plugins/platform.rb
|
271
|
-
- lib/ohai/plugins/keys.rb
|
272
|
-
- lib/ohai/plugins/hostname.rb
|
273
|
-
- lib/ohai/plugins/aix/ps.rb
|
274
|
-
- lib/ohai/plugins/aix/network.rb
|
275
|
-
- lib/ohai/plugins/aix/memory.rb
|
276
|
-
- lib/ohai/plugins/aix/filesystem.rb
|
277
|
-
- lib/ohai/plugins/aix/platform.rb
|
278
|
-
- lib/ohai/plugins/aix/hostname.rb
|
279
|
-
- lib/ohai/plugins/aix/cpu.rb
|
280
|
-
- lib/ohai/plugins/aix/uptime.rb
|
281
|
-
- lib/ohai/plugins/windows/kernel.rb
|
282
|
-
- lib/ohai/plugins/windows/network.rb
|
283
|
-
- lib/ohai/plugins/windows/filesystem.rb
|
284
|
-
- lib/ohai/plugins/windows/platform.rb
|
285
|
-
- lib/ohai/plugins/windows/kernel_devices.rb
|
286
|
-
- lib/ohai/plugins/windows/hostname.rb
|
287
|
-
- lib/ohai/plugins/windows/cpu.rb
|
288
|
-
- lib/ohai/plugins/windows/uptime.rb
|
289
|
-
- lib/ohai/plugins/perl.rb
|
283
|
+
- lib/ohai/plugins/linux/memory.rb
|
284
|
+
- lib/ohai/plugins/linux/network.rb
|
285
|
+
- lib/ohai/plugins/linux/platform.rb
|
286
|
+
- lib/ohai/plugins/linux/ps.rb
|
287
|
+
- lib/ohai/plugins/linux/uptime.rb
|
288
|
+
- lib/ohai/plugins/linux/virtualization.rb
|
290
289
|
- lib/ohai/plugins/lua.rb
|
291
|
-
- lib/ohai/plugins/
|
292
|
-
- lib/ohai/plugins/
|
293
|
-
- lib/ohai/plugins/
|
294
|
-
- lib/ohai/plugins/
|
295
|
-
- lib/ohai/plugins/freebsd/memory.rb
|
296
|
-
- lib/ohai/plugins/freebsd/filesystem.rb
|
297
|
-
- lib/ohai/plugins/freebsd/platform.rb
|
298
|
-
- lib/ohai/plugins/freebsd/hostname.rb
|
299
|
-
- lib/ohai/plugins/freebsd/cpu.rb
|
300
|
-
- lib/ohai/plugins/freebsd/uptime.rb
|
301
|
-
- lib/ohai/plugins/ssh_host_key.rb
|
302
|
-
- lib/ohai/plugins/ohai_time.rb
|
303
|
-
- lib/ohai/plugins/linode.rb
|
304
|
-
- lib/ohai/plugins/command.rb
|
305
|
-
- lib/ohai/plugins/uptime.rb
|
306
|
-
- lib/ohai/plugins/cloud.rb
|
307
|
-
- lib/ohai/plugins/netbsd/ps.rb
|
308
|
-
- lib/ohai/plugins/netbsd/virtualization.rb
|
290
|
+
- lib/ohai/plugins/mono.rb
|
291
|
+
- lib/ohai/plugins/netbsd/cpu.rb
|
292
|
+
- lib/ohai/plugins/netbsd/filesystem.rb
|
293
|
+
- lib/ohai/plugins/netbsd/hostname.rb
|
309
294
|
- lib/ohai/plugins/netbsd/kernel.rb
|
310
|
-
- lib/ohai/plugins/netbsd/network.rb
|
311
295
|
- lib/ohai/plugins/netbsd/memory.rb
|
312
|
-
- lib/ohai/plugins/netbsd/
|
296
|
+
- lib/ohai/plugins/netbsd/network.rb
|
313
297
|
- lib/ohai/plugins/netbsd/platform.rb
|
314
|
-
- lib/ohai/plugins/netbsd/
|
315
|
-
- lib/ohai/plugins/netbsd/cpu.rb
|
298
|
+
- lib/ohai/plugins/netbsd/ps.rb
|
316
299
|
- lib/ohai/plugins/netbsd/uptime.rb
|
300
|
+
- lib/ohai/plugins/netbsd/virtualization.rb
|
301
|
+
- lib/ohai/plugins/network.rb
|
302
|
+
- lib/ohai/plugins/network_listeners.rb
|
303
|
+
- lib/ohai/plugins/nodejs.rb
|
304
|
+
- lib/ohai/plugins/ohai.rb
|
305
|
+
- lib/ohai/plugins/ohai_time.rb
|
306
|
+
- lib/ohai/plugins/openbsd/cpu.rb
|
307
|
+
- lib/ohai/plugins/openbsd/filesystem.rb
|
308
|
+
- lib/ohai/plugins/openbsd/hostname.rb
|
309
|
+
- lib/ohai/plugins/openbsd/kernel.rb
|
310
|
+
- lib/ohai/plugins/openbsd/memory.rb
|
311
|
+
- lib/ohai/plugins/openbsd/network.rb
|
312
|
+
- lib/ohai/plugins/openbsd/platform.rb
|
313
|
+
- lib/ohai/plugins/openbsd/ps.rb
|
314
|
+
- lib/ohai/plugins/openbsd/uptime.rb
|
315
|
+
- lib/ohai/plugins/openbsd/virtualization.rb
|
316
|
+
- lib/ohai/plugins/openstack.rb
|
317
|
+
- lib/ohai/plugins/os.rb
|
318
|
+
- lib/ohai/plugins/passwd.rb
|
319
|
+
- lib/ohai/plugins/perl.rb
|
317
320
|
- lib/ohai/plugins/php.rb
|
318
|
-
- lib/ohai/plugins/
|
319
|
-
- lib/ohai/plugins/
|
320
|
-
- lib/ohai/plugins/
|
321
|
-
- lib/ohai/plugins/
|
322
|
-
- lib/ohai/plugins/
|
323
|
-
- lib/ohai/plugins/
|
321
|
+
- lib/ohai/plugins/platform.rb
|
322
|
+
- lib/ohai/plugins/python.rb
|
323
|
+
- lib/ohai/plugins/rackspace.rb
|
324
|
+
- lib/ohai/plugins/ruby.rb
|
325
|
+
- lib/ohai/plugins/sigar/cpu.rb
|
326
|
+
- lib/ohai/plugins/sigar/filesystem.rb
|
327
|
+
- lib/ohai/plugins/sigar/hostname.rb
|
328
|
+
- lib/ohai/plugins/sigar/memory.rb
|
329
|
+
- lib/ohai/plugins/sigar/network.rb
|
330
|
+
- lib/ohai/plugins/sigar/network_route.rb
|
331
|
+
- lib/ohai/plugins/sigar/platform.rb
|
332
|
+
- lib/ohai/plugins/sigar/uptime.rb
|
333
|
+
- lib/ohai/plugins/solaris2/cpu.rb
|
324
334
|
- lib/ohai/plugins/solaris2/dmi.rb
|
325
|
-
- lib/ohai/plugins/solaris2/zpools.rb
|
326
|
-
- lib/ohai/plugins/solaris2/network.rb
|
327
335
|
- lib/ohai/plugins/solaris2/filesystem.rb
|
328
|
-
- lib/ohai/plugins/solaris2/platform.rb
|
329
336
|
- lib/ohai/plugins/solaris2/hostname.rb
|
330
|
-
- lib/ohai/plugins/solaris2/
|
337
|
+
- lib/ohai/plugins/solaris2/kernel.rb
|
338
|
+
- lib/ohai/plugins/solaris2/network.rb
|
339
|
+
- lib/ohai/plugins/solaris2/platform.rb
|
340
|
+
- lib/ohai/plugins/solaris2/ps.rb
|
331
341
|
- lib/ohai/plugins/solaris2/uptime.rb
|
332
|
-
- lib/ohai/plugins/
|
333
|
-
- lib/ohai/plugins/
|
334
|
-
- lib/ohai/plugins/
|
335
|
-
- lib/ohai/plugins/
|
336
|
-
- lib/ohai/plugins/
|
337
|
-
- lib/ohai/plugins/
|
338
|
-
- lib/ohai/plugins/
|
339
|
-
- lib/ohai/plugins/
|
340
|
-
- lib/ohai/plugins/
|
341
|
-
- lib/ohai/plugins/
|
342
|
-
- lib/ohai/plugins/
|
343
|
-
- lib/ohai/plugins/
|
344
|
-
- lib/ohai/plugins/
|
345
|
-
- lib/ohai/plugins/languages.rb
|
346
|
-
- lib/ohai/plugins/ohai.rb
|
347
|
-
- lib/ohai/application.rb
|
348
|
-
- lib/ohai/version.rb
|
349
|
-
- lib/ohai/mash.rb
|
350
|
-
- lib/ohai/exception.rb
|
351
|
-
- lib/ohai/config.rb
|
352
|
-
- lib/ohai/log.rb
|
353
|
-
- lib/ohai/mixin/ec2_metadata.rb
|
354
|
-
- lib/ohai/mixin/command.rb
|
355
|
-
- lib/ohai/mixin/string.rb
|
356
|
-
- lib/ohai/mixin/from_file.rb
|
342
|
+
- lib/ohai/plugins/solaris2/virtualization.rb
|
343
|
+
- lib/ohai/plugins/solaris2/zpools.rb
|
344
|
+
- lib/ohai/plugins/ssh_host_key.rb
|
345
|
+
- lib/ohai/plugins/uptime.rb
|
346
|
+
- lib/ohai/plugins/virtualization.rb
|
347
|
+
- lib/ohai/plugins/windows/cpu.rb
|
348
|
+
- lib/ohai/plugins/windows/filesystem.rb
|
349
|
+
- lib/ohai/plugins/windows/hostname.rb
|
350
|
+
- lib/ohai/plugins/windows/kernel.rb
|
351
|
+
- lib/ohai/plugins/windows/kernel_devices.rb
|
352
|
+
- lib/ohai/plugins/windows/network.rb
|
353
|
+
- lib/ohai/plugins/windows/platform.rb
|
354
|
+
- lib/ohai/plugins/windows/uptime.rb
|
357
355
|
- lib/ohai/system.rb
|
356
|
+
- lib/ohai/version.rb
|
357
|
+
- lib/ohai.rb
|
358
|
+
- spec/ohai_spec.rb
|
359
|
+
- spec/rcov.opts
|
360
|
+
- spec/spec.opts
|
361
|
+
- spec/spec_helper.rb
|
362
|
+
- spec/support/platform_helpers.rb
|
363
|
+
- spec/unit/mixin/command_spec.rb
|
364
|
+
- spec/unit/mixin/from_file_spec.rb
|
365
|
+
- spec/unit/plugins/c_spec.rb
|
366
|
+
- spec/unit/plugins/chef_spec.rb
|
367
|
+
- spec/unit/plugins/cloud_spec.rb
|
358
368
|
- spec/unit/plugins/darwin/hostname_spec.rb
|
359
|
-
- spec/unit/plugins/darwin/system_profiler_spec.rb
|
360
369
|
- spec/unit/plugins/darwin/kernel_spec.rb
|
361
|
-
- spec/unit/plugins/darwin/platform_spec.rb
|
362
370
|
- spec/unit/plugins/darwin/network_spec.rb
|
371
|
+
- spec/unit/plugins/darwin/platform_spec.rb
|
363
372
|
- spec/unit/plugins/darwin/system_profiler_output.rb
|
364
|
-
- spec/unit/plugins/
|
365
|
-
- spec/unit/plugins/
|
366
|
-
- spec/unit/plugins/
|
367
|
-
- spec/unit/plugins/
|
368
|
-
- spec/unit/plugins/
|
369
|
-
- spec/unit/plugins/
|
373
|
+
- spec/unit/plugins/darwin/system_profiler_spec.rb
|
374
|
+
- spec/unit/plugins/dmi_spec.rb
|
375
|
+
- spec/unit/plugins/ec2_spec.rb
|
376
|
+
- spec/unit/plugins/erlang_spec.rb
|
377
|
+
- spec/unit/plugins/eucalyptus_spec.rb
|
378
|
+
- spec/unit/plugins/fail_spec.rb
|
379
|
+
- spec/unit/plugins/freebsd/hostname_spec.rb
|
380
|
+
- spec/unit/plugins/freebsd/kernel_spec.rb
|
381
|
+
- spec/unit/plugins/freebsd/platform_spec.rb
|
382
|
+
- spec/unit/plugins/freebsd/virtualization_spec.rb
|
383
|
+
- spec/unit/plugins/groovy_spec.rb
|
384
|
+
- spec/unit/plugins/hostname_spec.rb
|
385
|
+
- spec/unit/plugins/java_spec.rb
|
386
|
+
- spec/unit/plugins/kernel_spec.rb
|
387
|
+
- spec/unit/plugins/linode_spec.rb
|
388
|
+
- spec/unit/plugins/linux/cpu_spec.rb
|
389
|
+
- spec/unit/plugins/linux/filesystem_spec.rb
|
370
390
|
- spec/unit/plugins/linux/hostname_spec.rb
|
371
391
|
- spec/unit/plugins/linux/kernel_spec.rb
|
372
|
-
- spec/unit/plugins/linux/virtualization_spec.rb
|
373
392
|
- spec/unit/plugins/linux/lsb_spec.rb
|
374
|
-
- spec/unit/plugins/linux/platform_spec.rb
|
375
393
|
- spec/unit/plugins/linux/network_spec.rb
|
376
|
-
- spec/unit/plugins/linux/
|
377
|
-
- spec/unit/plugins/linux/filesystem_spec.rb
|
394
|
+
- spec/unit/plugins/linux/platform_spec.rb
|
378
395
|
- spec/unit/plugins/linux/uptime_spec.rb
|
379
|
-
- spec/unit/plugins/
|
380
|
-
- spec/unit/plugins/
|
381
|
-
- spec/unit/plugins/
|
382
|
-
- spec/unit/plugins/freebsd/hostname_spec.rb
|
383
|
-
- spec/unit/plugins/freebsd/kernel_spec.rb
|
384
|
-
- spec/unit/plugins/freebsd/virtualization_spec.rb
|
385
|
-
- spec/unit/plugins/freebsd/platform_spec.rb
|
386
|
-
- spec/unit/plugins/ec2_spec.rb
|
387
|
-
- spec/unit/plugins/kernel_spec.rb
|
388
|
-
- spec/unit/plugins/ohai_time_spec.rb
|
389
|
-
- spec/unit/plugins/python_spec.rb
|
396
|
+
- spec/unit/plugins/linux/virtualization_spec.rb
|
397
|
+
- spec/unit/plugins/lua_spec.rb
|
398
|
+
- spec/unit/plugins/mono_spec.rb
|
390
399
|
- spec/unit/plugins/netbsd/hostname_spec.rb
|
391
400
|
- spec/unit/plugins/netbsd/kernel_spec.rb
|
392
401
|
- spec/unit/plugins/netbsd/platform_spec.rb
|
393
|
-
- spec/unit/plugins/
|
394
|
-
- spec/unit/plugins/
|
402
|
+
- spec/unit/plugins/network_spec.rb
|
403
|
+
- spec/unit/plugins/nodejs_spec.rb
|
404
|
+
- spec/unit/plugins/ohai_spec.rb
|
405
|
+
- spec/unit/plugins/ohai_time_spec.rb
|
406
|
+
- spec/unit/plugins/openbsd/hostname_spec.rb
|
407
|
+
- spec/unit/plugins/openbsd/kernel_spec.rb
|
408
|
+
- spec/unit/plugins/openbsd/platform_spec.rb
|
409
|
+
- spec/unit/plugins/os_spec.rb
|
410
|
+
- spec/unit/plugins/passwd_spec.rb
|
411
|
+
- spec/unit/plugins/perl_spec.rb
|
412
|
+
- spec/unit/plugins/php_spec.rb
|
395
413
|
- spec/unit/plugins/platform_spec.rb
|
396
|
-
- spec/unit/plugins/
|
414
|
+
- spec/unit/plugins/python_spec.rb
|
415
|
+
- spec/unit/plugins/rackspace_spec.rb
|
416
|
+
- spec/unit/plugins/ruby_spec.rb
|
417
|
+
- spec/unit/plugins/sigar/network_route_spec.rb
|
397
418
|
- spec/unit/plugins/solaris2/hostname_spec.rb
|
398
419
|
- spec/unit/plugins/solaris2/kernel_spec.rb
|
399
|
-
- spec/unit/plugins/solaris2/virtualization_spec.rb
|
400
|
-
- spec/unit/plugins/solaris2/platform_spec.rb
|
401
420
|
- spec/unit/plugins/solaris2/network_spec.rb
|
402
|
-
- spec/unit/plugins/
|
403
|
-
- spec/unit/plugins/
|
404
|
-
- spec/unit/plugins/ruby_spec.rb
|
405
|
-
- spec/unit/plugins/network_spec.rb
|
406
|
-
- spec/unit/plugins/ohai_spec.rb
|
407
|
-
- spec/unit/plugins/mono_spec.rb
|
408
|
-
- spec/unit/plugins/lua_spec.rb
|
409
|
-
- spec/unit/plugins/rackspace_spec.rb
|
410
|
-
- spec/unit/plugins/chef_spec.rb
|
411
|
-
- spec/unit/plugins/passwd_spec.rb
|
421
|
+
- spec/unit/plugins/solaris2/platform_spec.rb
|
422
|
+
- spec/unit/plugins/solaris2/virtualization_spec.rb
|
412
423
|
- spec/unit/plugins/ssh_host_keys_spec.rb
|
413
|
-
- spec/unit/plugins/groovy_spec.rb
|
414
|
-
- spec/unit/plugins/fail_spec.rb
|
415
|
-
- spec/unit/plugins/dmi_spec.rb
|
416
|
-
- spec/unit/plugins/eucalyptus_spec.rb
|
417
424
|
- spec/unit/system_spec.rb
|
418
|
-
-
|
419
|
-
- spec/unit/mixin/from_file_spec.rb
|
420
|
-
- spec/spec_helper.rb
|
421
|
-
- spec/spec.opts
|
422
|
-
- spec/support/platform_helpers.rb
|
423
|
-
- spec/rcov.opts
|
424
|
-
- spec/ohai_spec.rb
|
425
|
-
- !binary |-
|
426
|
-
YmluL29oYWk=
|
425
|
+
- bin/ohai
|
427
426
|
homepage: http://wiki.opscode.com/display/chef/Ohai
|
428
427
|
licenses: []
|
429
428
|
post_install_message:
|
@@ -439,12 +438,12 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
439
438
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
440
439
|
none: false
|
441
440
|
requirements:
|
442
|
-
- - ! '
|
441
|
+
- - ! '>='
|
443
442
|
- !ruby/object:Gem::Version
|
444
|
-
version:
|
443
|
+
version: '0'
|
445
444
|
requirements: []
|
446
445
|
rubyforge_project:
|
447
|
-
rubygems_version: 1.8.
|
446
|
+
rubygems_version: 1.8.23
|
448
447
|
signing_key:
|
449
448
|
specification_version: 3
|
450
449
|
summary: Ohai profiles your system and emits JSON
|