[DRE-commits] [ohai] branch master updated (d9efdf4 -> 608e64c)

Antonio Terceiro terceiro at moszumanska.debian.org
Sat Jun 13 18:36:39 UTC 2015


This is an automated email from the git hooks/post-receive script.

terceiro pushed a change to branch master
in repository ohai.

      from  d9efdf4   Remove obsolete d/require-rubygems.overrides
      adds  8994f0d   Imported Upstream version 7.0.4
       new  c09615a   Merge tag 'upstream/7.0.4'
       new  cb75d74   New upstream release
       new  4f882b3   revert local change
       new  8ce52f0   Drop all patches, not needed anymore
       new  1cd4c39   Update packaging with a new dh-make-ruby run
      adds  1c76238   Imported Upstream version 8.4.0
      adds  6bd8f56   Imported Upstream version 8.4.0
       new  87bd698   Merge tag 'upstream/8.4.0'
       new  1372bd7   New upstream release
       new  c0c5be1   debian/control: new dependencies
       new  78daa4b   Remove a Windows-only dependency
       new  e7fa2e3   final packaging adjustments
       new  6cd69c9   Complete wmi-lite removal patch
       new  608e64c   make the tests not depend on an unpackage rspec extension

The 12 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 README.md                                          |    96 +
 README.rdoc                                        |    98 -
 Rakefile                                           |     8 +-
 bin/ohai                                           |     9 -
 debian/changelog                                   |    12 +
 debian/control                                     |    48 +-
 debian/ohai.docs                                   |     2 +-
 .../patches/0001-Drop-dependency-on-wmi-lite.patch |    60 +
 ...d-dependency-on-rspec-collection_matchers.patch |    58 +
 debian/patches/Missing-require-rubygems.patch      |    15 -
 ...in-Ruby-plugin-test-data-from-system-ruby.patch |    69 -
 debian/patches/series                              |     4 +-
 debian/ruby-tests.rake                             |     8 +
 debian/ruby-tests.rb                               |     3 -
 debian/rules                                       |     2 +
 debian/source/local-options                        |     1 -
 docs/man/man1/ohai.1                               |   110 +-
 lib/ohai.rb                                        |     2 +-
 lib/ohai/application.rb                            |    17 +-
 lib/ohai/common/dmi.rb                             |   127 +
 lib/ohai/config.rb                                 |    18 +-
 lib/ohai/{plugins/aix/hostname.rb => dsl.rb}       |    11 +-
 lib/ohai/dsl/plugin.rb                             |   193 +
 lib/ohai/dsl/plugin/versionvi.rb                   |    62 +
 lib/ohai/dsl/plugin/versionvii.rb                  |   106 +
 lib/ohai/exception.rb                              |    13 +-
 lib/ohai/hints.rb                                  |    50 +
 lib/ohai/loader.rb                                 |   205 +
 lib/ohai/mixin/command.rb                          |    43 +-
 lib/ohai/mixin/constant_helper.rb                  |    53 +
 lib/ohai/mixin/ec2_metadata.rb                     |   161 +-
 lib/ohai/mixin/from_file.rb                        |    36 -
 .../mixin/{ec2_metadata.rb => gce_metadata.rb}     |    69 +-
 .../uptime.rb => mixin/network_constants.rb}       |    28 +-
 lib/ohai/mixin/os.rb                               |    59 +
 lib/ohai/mixin/seconds_to_human.rb                 |    48 +
 lib/ohai/plugins/aix/cpu.rb                        |    40 +-
 lib/ohai/plugins/aix/filesystem.rb                 |    61 +-
 lib/ohai/plugins/aix/kernel.rb                     |    45 +
 lib/ohai/plugins/aix/memory.rb                     |    15 +-
 lib/ohai/plugins/aix/network.rb                    |   135 +-
 lib/ohai/plugins/aix/platform.rb                   |    15 +-
 lib/ohai/plugins/aix/ps.rb                         |    23 -
 lib/ohai/plugins/aix/ssh_host_key.rb               |    26 -
 lib/ohai/plugins/aix/uptime.rb                     |    23 +-
 lib/ohai/plugins/aix/virtualization.rb             |    39 +
 lib/ohai/plugins/azure.rb                          |    35 +
 lib/ohai/plugins/c.rb                              |   181 +-
 lib/ohai/plugins/chef.rb                           |    28 +-
 lib/ohai/plugins/cloud.rb                          |   351 +-
 lib/ohai/plugins/cloud_v2.rb                       |   317 +
 lib/ohai/plugins/command.rb                        |     8 +-
 lib/ohai/plugins/darwin/cpu.rb                     |    44 +
 lib/ohai/plugins/darwin/filesystem.rb              |    64 +-
 lib/ohai/plugins/darwin/hostname.rb                |    22 -
 lib/ohai/plugins/darwin/kernel.rb                  |    37 -
 lib/ohai/plugins/darwin/memory.rb                  |    63 +
 lib/ohai/plugins/darwin/network.rb                 |   311 +-
 lib/ohai/plugins/darwin/platform.rb                |    34 +-
 lib/ohai/plugins/darwin/ps.rb                      |    23 -
 lib/ohai/plugins/darwin/ssh_host_key.rb            |    25 -
 lib/ohai/plugins/darwin/system_profiler.rb         |    62 +-
 lib/ohai/plugins/digital_ocean.rb                  |    81 +
 lib/ohai/plugins/dmi.rb                            |   208 +-
 lib/ohai/plugins/dmi_common.rb                     |   121 -
 lib/ohai/plugins/ec2.rb                            |    65 +-
 lib/ohai/plugins/{linux/kernel.rb => elixir.rb}    |    29 +-
 lib/ohai/plugins/erlang.rb                         |    35 +-
 lib/ohai/plugins/eucalyptus.rb                     |    83 +-
 lib/ohai/plugins/freebsd/cpu.rb                    |    66 +-
 lib/ohai/plugins/freebsd/filesystem.rb             |    64 +-
 lib/ohai/plugins/freebsd/hostname.rb               |    22 -
 lib/ohai/plugins/freebsd/kernel.rb                 |    37 -
 lib/ohai/plugins/freebsd/memory.rb                 |    60 +-
 lib/ohai/plugins/freebsd/network.rb                |   183 +-
 .../{solaris2/hostname.rb => freebsd/os.rb}        |    25 +-
 lib/ohai/plugins/freebsd/platform.rb               |    14 +-
 lib/ohai/plugins/freebsd/ps.rb                     |    24 -
 lib/ohai/plugins/freebsd/ssh_host_key.rb           |    26 -
 lib/ohai/plugins/freebsd/virtualization.rb         |   113 +-
 lib/ohai/plugins/gce.rb                            |    52 +
 lib/ohai/plugins/{platform.rb => go.rb}            |    30 +-
 lib/ohai/plugins/groovy.rb                         |    25 +-
 lib/ohai/plugins/hostname.rb                       |   160 +-
 lib/ohai/plugins/hpux/cpu.rb                       |    19 -
 lib/ohai/plugins/hpux/filesystem.rb                |    19 -
 lib/ohai/plugins/hpux/hostname.rb                  |    19 -
 lib/ohai/plugins/hpux/memory.rb                    |    19 -
 lib/ohai/plugins/hpux/network.rb                   |    19 -
 lib/ohai/plugins/hpux/platform.rb                  |    19 -
 lib/ohai/plugins/hpux/ps.rb                        |    23 -
 lib/ohai/plugins/hpux/ssh_host_key.rb              |    26 -
 lib/ohai/plugins/hpux/uptime.rb                    |    19 -
 .../plugins/{windows/uptime.rb => init_package.rb} |    18 +-
 lib/ohai/plugins/ip_scopes.rb                      |    47 +-
 lib/ohai/plugins/java.rb                           |    70 +-
 lib/ohai/plugins/joyent.rb                         |    82 +
 lib/ohai/plugins/kernel.rb                         |   191 +-
 lib/ohai/plugins/keys.rb                           |     8 +-
 lib/ohai/plugins/languages.rb                      |     8 +-
 lib/ohai/plugins/linode.rb                         |    62 +
 lib/ohai/plugins/linux/block_device.rb             |    39 +-
 lib/ohai/plugins/linux/cpu.rb                      |   100 +-
 lib/ohai/plugins/linux/filesystem.rb               |   210 +-
 lib/ohai/plugins/linux/hostname.rb                 |    26 -
 lib/ohai/plugins/linux/lsb.rb                      |    70 +-
 lib/ohai/plugins/linux/mdadm.rb                    |    75 +
 lib/ohai/plugins/linux/memory.rb                   |   126 +-
 lib/ohai/plugins/linux/network.rb                  |   718 +-
 lib/ohai/plugins/linux/platform.rb                 |   186 +-
 lib/ohai/plugins/linux/ps.rb                       |    23 -
 lib/ohai/plugins/linux/ssh_host_key.rb             |    26 -
 lib/ohai/plugins/linux/uptime.rb                   |    28 -
 lib/ohai/plugins/linux/virtualization.rb           |   252 +-
 lib/ohai/plugins/lua.rb                            |    24 +-
 lib/ohai/plugins/mono.rb                           |    30 +-
 lib/ohai/plugins/netbsd/cpu.rb                     |    48 +-
 lib/ohai/plugins/netbsd/filesystem.rb              |    64 +-
 lib/ohai/plugins/netbsd/hostname.rb                |    22 -
 lib/ohai/plugins/netbsd/kernel.rb                  |    35 -
 lib/ohai/plugins/netbsd/memory.rb                  |   118 +-
 lib/ohai/plugins/netbsd/network.rb                 |   180 +-
 lib/ohai/plugins/netbsd/platform.rb                |    13 +-
 lib/ohai/plugins/netbsd/ps.rb                      |    24 -
 lib/ohai/plugins/netbsd/ssh_host_key.rb            |    26 -
 lib/ohai/plugins/netbsd/uptime.rb                  |    31 -
 lib/ohai/plugins/netbsd/virtualization.rb          |    79 +-
 lib/ohai/plugins/network.rb                        |   195 +-
 lib/ohai/plugins/network_listeners.rb              |    48 +-
 lib/ohai/plugins/{openbsd/uptime.rb => nodejs.rb}  |    28 +-
 lib/ohai/plugins/ohai.rb                           |    17 +-
 lib/ohai/plugins/ohai_time.rb                      |     8 +-
 lib/ohai/plugins/openbsd/cpu.rb                    |    35 +-
 lib/ohai/plugins/openbsd/filesystem.rb             |    64 +-
 lib/ohai/plugins/openbsd/hostname.rb               |    22 -
 lib/ohai/plugins/openbsd/kernel.rb                 |    35 -
 lib/ohai/plugins/openbsd/memory.rb                 |   118 +-
 lib/ohai/plugins/openbsd/network.rb                |   180 +-
 lib/ohai/plugins/openbsd/platform.rb               |    14 +-
 lib/ohai/plugins/openbsd/ps.rb                     |    24 -
 lib/ohai/plugins/openbsd/ssh_host_key.rb           |    26 -
 lib/ohai/plugins/openbsd/virtualization.rb         |    80 +-
 lib/ohai/plugins/openstack.rb                      |    70 +
 lib/ohai/plugins/os.rb                             |    40 +-
 lib/ohai/plugins/passwd.rb                         |    52 +-
 lib/ohai/plugins/perl.rb                           |    35 +-
 lib/ohai/plugins/php.rb                            |    34 +-
 lib/ohai/plugins/platform.rb                       |    18 +-
 lib/ohai/plugins/powershell.rb                     |    62 +
 lib/ohai/plugins/{linux/kernel.rb => ps.rb}        |    25 +-
 lib/ohai/plugins/python.rb                         |    32 +-
 lib/ohai/plugins/rackspace.rb                      |   171 +-
 lib/ohai/plugins/root_group.rb                     |    32 +
 lib/ohai/plugins/ruby.rb                           |    98 +-
 lib/ohai/plugins/{linux/kernel.rb => rust.rb}      |    29 +-
 lib/ohai/plugins/sigar/cpu.rb                      |    38 +-
 lib/ohai/plugins/sigar/filesystem.rb               |    49 +-
 lib/ohai/plugins/sigar/hostname.rb                 |    28 -
 lib/ohai/plugins/sigar/memory.rb                   |    31 +-
 lib/ohai/plugins/sigar/network.rb                  |   200 +-
 lib/ohai/plugins/sigar/network_route.rb            |    61 +-
 lib/ohai/plugins/sigar/platform.rb                 |    16 +-
 lib/ohai/plugins/sigar/uptime.rb                   |    27 -
 lib/ohai/plugins/solaris2/cpu.rb                   |    74 +-
 lib/ohai/plugins/solaris2/dmi.rb                   |   305 +-
 lib/ohai/plugins/solaris2/filesystem.rb            |   151 +-
 lib/ohai/plugins/solaris2/kernel.rb                |    40 -
 lib/ohai/plugins/solaris2/{ps.rb => memory.rb}     |    13 +-
 lib/ohai/plugins/solaris2/network.rb               |   176 +-
 lib/ohai/plugins/solaris2/platform.rb              |    76 +-
 lib/ohai/plugins/solaris2/ssh_host_key.rb          |    26 -
 lib/ohai/plugins/solaris2/uptime.rb                |    36 -
 lib/ohai/plugins/solaris2/virtualization.rb        |   118 +-
 lib/ohai/plugins/solaris2/zpools.rb                |    76 +-
 lib/ohai/plugins/ssh_host_key.rb                   |    83 +
 lib/ohai/plugins/uptime.rb                         |   112 +-
 lib/ohai/plugins/virtualization.rb                 |   114 +-
 lib/ohai/plugins/windows/cpu.rb                    |    80 +-
 lib/ohai/plugins/windows/drivers.rb                |    47 +
 lib/ohai/plugins/windows/filesystem.rb             |    58 +-
 lib/ohai/plugins/windows/hostname.rb               |    33 -
 lib/ohai/plugins/windows/kernel.rb                 |    77 -
 lib/ohai/plugins/windows/network.rb                |   178 +-
 lib/ohai/plugins/windows/platform.rb               |    13 +-
 lib/ohai/provides_map.rb                           |   184 +
 lib/ohai/runner.rb                                 |   104 +
 lib/ohai/system.rb                                 |   303 +-
 .../freebsd/uptime.rb => util/file_helper.rb}      |    27 +-
 lib/ohai/util/ip_helper.rb                         |    54 +
 lib/ohai/util/win32.rb                             |    46 +
 lib/ohai/util/win32/group_helper.rb                |    76 +
 lib/ohai/version.rb                                |     7 +-
 metadata.yml                                       |   797 +-
 spec/data/plugins/___lib64___libc.so.6.output      |   135 +
 spec/data/plugins/___lib___libc.so.6.output        |   135 +
 spec/data/plugins/cc.output                        |   135 +
 spec/data/plugins/cl.output                        |   135 +
 spec/data/plugins/devenv.com.output                |   135 +
 spec/data/plugins/env.output                       |    71 +
 spec/data/plugins/erl.output                       |   144 +
 spec/data/plugins/gcc.output                       |   135 +
 spec/data/plugins/groovy.output                    |   159 +
 spec/data/plugins/java.output                      |   143 +
 spec/data/plugins/lua.output                       |   143 +
 spec/data/plugins/messages.rb                      |     8 +
 spec/data/plugins/node.output                      |   143 +
 spec/data/plugins/perl.output                      |   143 +
 spec/data/plugins/php.output                       |   159 +
 spec/data/plugins/python.output                    |   143 +
 spec/data/plugins/uname.output                     |    71 +
 spec/data/plugins/v6message.rb                     |     2 +
 spec/data/plugins/v7message.rb                     |     7 +
 spec/data/plugins/what.output                      |   135 +
 spec/data/plugins/xlc.output                       |   135 +
 spec/functional/plugins/powershell_spec.rb         |    82 +
 spec/functional/plugins/root_group_spec.rb         |    41 +
 spec/ohai/mixin/command_spec.rb                    |    47 -
 spec/ohai/mixin/from_file_spec.rb                  |    53 -
 spec/ohai/plugins/cloud_spec.rb                    |   113 -
 spec/ohai/plugins/darwin/kernel_spec.rb            |    46 -
 spec/ohai/plugins/darwin/network_spec.rb           |   851 -
 spec/ohai/plugins/darwin/platform_spec.rb          |    99 -
 spec/ohai/plugins/ec2_spec.rb                      |   120 -
 spec/ohai/plugins/eucalyptus_spec.rb               |   119 -
 spec/ohai/plugins/fail_spec.rb                     |    62 -
 spec/ohai/plugins/hostname_spec.rb                 |    39 -
 spec/ohai/plugins/java_spec.rb                     |   123 -
 spec/ohai/plugins/kernel_spec.rb                   |    43 -
 spec/ohai/plugins/linux/cpu_spec.rb                |   128 -
 spec/ohai/plugins/linux/filesystem_spec.rb         |   289 -
 spec/ohai/plugins/linux/lsb_spec.rb                |   150 -
 spec/ohai/plugins/linux/network_spec.rb            |  1006 -
 spec/ohai/plugins/linux/platform_spec.rb           |   440 -
 spec/ohai/plugins/linux/virtualization_spec.rb     |   249 -
 spec/ohai/plugins/passwd_spec.rb                   |    43 -
 spec/ohai/plugins/perl_spec.rb                     |    82 -
 spec/ohai/plugins/php_spec.rb                      |    52 -
 spec/ohai/plugins/python_spec.rb                   |    53 -
 spec/ohai/plugins/rackspace_spec.rb                |   146 -
 spec/ohai/plugins/solaris2/platform_spec.rb        |    77 -
 spec/ohai/plugins/solaris2/virtualization_spec.rb  |   133 -
 spec/ohai/system_spec.rb                           |   138 -
 spec/ohai_spec.rb                                  |     2 +-
 spec/spec_helper.rb                                |    95 +-
 spec/support/integration_helper.rb                 |    44 +
 spec/support/platform_helpers.rb                   |    31 +
 spec/unit/dsl/plugin_spec.rb                       |   335 +
 spec/unit/hints_spec.rb                            |    65 +
 spec/unit/loader_spec.rb                           |   226 +
 spec/unit/mixin/command_spec.rb                    |    89 +
 spec/unit/mixin/ec2_metadata_spec.rb               |    83 +
 spec/unit/plugins/aix/cpu_spec.rb                  |    80 +
 spec/unit/plugins/aix/filesystem_spec.rb           |   113 +
 .../netbsd => unit/plugins/aix}/hostname_spec.rb   |    24 +-
 spec/unit/plugins/aix/kernel_spec.rb               |    55 +
 spec/unit/plugins/aix/network_spec.rb              |   271 +
 .../netbsd => unit/plugins/aix}/platform_spec.rb   |    35 +-
 spec/unit/plugins/aix/uptime_spec.rb               |    40 +
 spec/unit/plugins/aix/virtualization_spec.rb       |    53 +
 spec/unit/plugins/azure_spec.rb                    |    72 +
 spec/{ohai => unit}/plugins/c_spec.rb              |   175 +-
 spec/{ohai => unit}/plugins/chef_spec.rb           |    29 +-
 spec/unit/plugins/cloud_spec.rb                    |   262 +
 spec/unit/plugins/cloud_v2_spec.rb                 |   390 +
 spec/unit/plugins/darwin/cpu_spec.rb               |    73 +
 .../{ohai => unit}/plugins/darwin/hostname_spec.rb |    34 +-
 spec/unit/plugins/darwin/kernel_spec.rb            |    69 +
 spec/unit/plugins/darwin/memory_spec.rb            |    64 +
 spec/unit/plugins/darwin/network_spec.rb           |   850 +
 spec/unit/plugins/darwin/platform_spec.rb          |    72 +
 spec/unit/plugins/darwin/system_profiler_output.rb | 79525 +++++++++++++++++++
 spec/unit/plugins/darwin/system_profiler_spec.rb   |    47 +
 spec/unit/plugins/digital_ocean_spec.rb            |   211 +
 spec/{ohai => unit}/plugins/dmi_spec.rb            |    39 +-
 spec/unit/plugins/ec2_spec.rb                      |   288 +
 spec/unit/plugins/elixir_spec.rb                   |    46 +
 spec/{ohai => unit}/plugins/erlang_spec.rb         |    49 +-
 spec/unit/plugins/eucalyptus_spec.rb               |   126 +
 spec/unit/plugins/fail_spec.rb                     |   315 +
 spec/unit/plugins/freebsd/cpu_spec.rb              |    68 +
 .../plugins/freebsd/hostname_spec.rb               |    20 +-
 spec/{ohai => unit}/plugins/freebsd/kernel_spec.rb |    16 +-
 .../plugins/freebsd/os_spec.rb}                    |    25 +-
 .../plugins/freebsd/platform_spec.rb               |    19 +-
 spec/unit/plugins/freebsd/virtualization_spec.rb   |    95 +
 spec/unit/plugins/gce_spec.rb                      |    84 +
 spec/unit/plugins/go_spec.rb                       |    44 +
 spec/{ohai => unit}/plugins/groovy_spec.rb         |    26 +-
 spec/unit/plugins/hostname_spec.rb                 |   116 +
 spec/unit/plugins/init_package_spec.rb             |    50 +
 spec/unit/plugins/ip_scopes_spec.rb                |    97 +
 spec/unit/plugins/java_spec.rb                     |   169 +
 spec/unit/plugins/joyent_spec.rb                   |    74 +
 spec/unit/plugins/kernel_spec.rb                   |    89 +
 spec/unit/plugins/linode_spec.rb                   |   158 +
 spec/unit/plugins/linux/cpu_spec.rb                |   204 +
 spec/unit/plugins/linux/filesystem_spec.rb         |   413 +
 spec/{ohai => unit}/plugins/linux/hostname_spec.rb |    30 +-
 spec/unit/plugins/linux/kernel_spec.rb             |    45 +
 spec/unit/plugins/linux/lsb_spec.rb                |   148 +
 spec/unit/plugins/linux/mdadm_spec.rb              |   104 +
 spec/unit/plugins/linux/network_spec.rb            |   992 +
 spec/unit/plugins/linux/platform_spec.rb           |   513 +
 spec/{ohai => unit}/plugins/linux/uptime_spec.rb   |    38 +-
 spec/unit/plugins/linux/virtualization_spec.rb     |   559 +
 spec/{ohai => unit}/plugins/lua_spec.rb            |    27 +-
 spec/{ohai => unit}/plugins/mono_spec.rb           |    25 +-
 .../linux => unit/plugins/netbsd}/hostname_spec.rb |    40 +-
 spec/{ohai => unit}/plugins/netbsd/kernel_spec.rb  |    16 +-
 .../{ohai => unit}/plugins/netbsd/platform_spec.rb |    18 +-
 spec/unit/plugins/network_spec.rb                  |  1004 +
 spec/unit/plugins/nodejs_spec.rb                   |    49 +
 spec/{ohai => unit}/plugins/ohai_spec.rb           |     7 +-
 spec/{ohai => unit}/plugins/ohai_time_spec.rb      |    21 +-
 .../plugins/openbsd/hostname_spec.rb               |    32 +-
 spec/{ohai => unit}/plugins/openbsd/kernel_spec.rb |    16 +-
 .../plugins/openbsd/platform_spec.rb               |    18 +-
 spec/unit/plugins/openstack_spec.rb                |   269 +
 spec/{ohai => unit}/plugins/os_spec.rb             |    29 +-
 spec/unit/plugins/passwd_spec.rb                   |    50 +
 spec/unit/plugins/perl_spec.rb                     |    58 +
 spec/unit/plugins/php_spec.rb                      |    90 +
 spec/{ohai => unit}/plugins/platform_spec.rb       |    53 +-
 spec/unit/plugins/powershell_spec.rb               |    68 +
 spec/unit/plugins/python_spec.rb                   |    51 +
 spec/unit/plugins/rackspace_spec.rb                |   286 +
 spec/unit/plugins/root_group_spec.rb               |    88 +
 spec/{ohai => unit}/plugins/ruby_spec.rb           |    37 +-
 spec/unit/plugins/rust_spec.rb                     |    43 +
 .../plugins/sigar/network_route_spec.rb            |    46 +-
 spec/unit/plugins/solaris2/cpu_spec.rb             |    82 +
 spec/unit/plugins/solaris2/dmi_spec.rb             |   154 +
 .../plugins/solaris2/hostname_spec.rb              |    25 +-
 .../{ohai => unit}/plugins/solaris2/kernel_spec.rb |    26 +-
 .../plugins/solaris2/memory_spec.rb}               |    23 +-
 .../plugins/solaris2/network_spec.rb               |    69 +-
 spec/unit/plugins/solaris2/platform_spec.rb        |   108 +
 spec/unit/plugins/solaris2/virtualization_spec.rb  |   125 +
 spec/unit/plugins/solaris2/zpools_spec.rb          |   153 +
 spec/unit/plugins/ssh_host_keys_spec.rb            |   113 +
 spec/unit/provides_map_spec.rb                     |   208 +
 spec/unit/runner_spec.rb                           |   461 +
 spec/unit/system_spec.rb                           |   714 +
 spec/unit/util/file_helper_spec.rb                 |    45 +
 spec/unit/util/ip_helper_spec.rb                   |   128 +
 345 files changed, 104206 insertions(+), 10703 deletions(-)
 create mode 100644 README.md
 delete mode 100644 README.rdoc
 create mode 100644 debian/patches/0001-Drop-dependency-on-wmi-lite.patch
 create mode 100644 debian/patches/0002-Avoid-dependency-on-rspec-collection_matchers.patch
 delete mode 100644 debian/patches/Missing-require-rubygems.patch
 delete mode 100644 debian/patches/Obtain-Ruby-plugin-test-data-from-system-ruby.patch
 create mode 100644 debian/ruby-tests.rake
 delete mode 100644 debian/ruby-tests.rb
 delete mode 100644 debian/source/local-options
 create mode 100644 lib/ohai/common/dmi.rb
 rename lib/ohai/{plugins/aix/hostname.rb => dsl.rb} (73%)
 create mode 100644 lib/ohai/dsl/plugin.rb
 create mode 100644 lib/ohai/dsl/plugin/versionvi.rb
 create mode 100644 lib/ohai/dsl/plugin/versionvii.rb
 create mode 100644 lib/ohai/hints.rb
 create mode 100644 lib/ohai/loader.rb
 create mode 100644 lib/ohai/mixin/constant_helper.rb
 delete mode 100644 lib/ohai/mixin/from_file.rb
 copy lib/ohai/mixin/{ec2_metadata.rb => gce_metadata.rb} (53%)
 rename lib/ohai/{plugins/darwin/uptime.rb => mixin/network_constants.rb} (55%)
 create mode 100644 lib/ohai/mixin/os.rb
 create mode 100644 lib/ohai/mixin/seconds_to_human.rb
 create mode 100644 lib/ohai/plugins/aix/kernel.rb
 delete mode 100644 lib/ohai/plugins/aix/ps.rb
 delete mode 100644 lib/ohai/plugins/aix/ssh_host_key.rb
 create mode 100644 lib/ohai/plugins/aix/virtualization.rb
 create mode 100644 lib/ohai/plugins/azure.rb
 create mode 100644 lib/ohai/plugins/cloud_v2.rb
 create mode 100644 lib/ohai/plugins/darwin/cpu.rb
 delete mode 100644 lib/ohai/plugins/darwin/hostname.rb
 delete mode 100644 lib/ohai/plugins/darwin/kernel.rb
 create mode 100644 lib/ohai/plugins/darwin/memory.rb
 delete mode 100644 lib/ohai/plugins/darwin/ps.rb
 delete mode 100644 lib/ohai/plugins/darwin/ssh_host_key.rb
 create mode 100644 lib/ohai/plugins/digital_ocean.rb
 delete mode 100644 lib/ohai/plugins/dmi_common.rb
 copy lib/ohai/plugins/{linux/kernel.rb => elixir.rb} (56%)
 delete mode 100644 lib/ohai/plugins/freebsd/hostname.rb
 delete mode 100644 lib/ohai/plugins/freebsd/kernel.rb
 rename lib/ohai/plugins/{solaris2/hostname.rb => freebsd/os.rb} (56%)
 delete mode 100644 lib/ohai/plugins/freebsd/ps.rb
 delete mode 100644 lib/ohai/plugins/freebsd/ssh_host_key.rb
 create mode 100644 lib/ohai/plugins/gce.rb
 copy lib/ohai/plugins/{platform.rb => go.rb} (60%)
 delete mode 100644 lib/ohai/plugins/hpux/cpu.rb
 delete mode 100644 lib/ohai/plugins/hpux/filesystem.rb
 delete mode 100644 lib/ohai/plugins/hpux/hostname.rb
 delete mode 100644 lib/ohai/plugins/hpux/memory.rb
 delete mode 100644 lib/ohai/plugins/hpux/network.rb
 delete mode 100644 lib/ohai/plugins/hpux/platform.rb
 delete mode 100644 lib/ohai/plugins/hpux/ps.rb
 delete mode 100644 lib/ohai/plugins/hpux/ssh_host_key.rb
 delete mode 100644 lib/ohai/plugins/hpux/uptime.rb
 rename lib/ohai/plugins/{windows/uptime.rb => init_package.rb} (68%)
 create mode 100644 lib/ohai/plugins/joyent.rb
 create mode 100644 lib/ohai/plugins/linode.rb
 delete mode 100644 lib/ohai/plugins/linux/hostname.rb
 create mode 100644 lib/ohai/plugins/linux/mdadm.rb
 delete mode 100644 lib/ohai/plugins/linux/ps.rb
 delete mode 100644 lib/ohai/plugins/linux/ssh_host_key.rb
 delete mode 100644 lib/ohai/plugins/linux/uptime.rb
 delete mode 100644 lib/ohai/plugins/netbsd/hostname.rb
 delete mode 100644 lib/ohai/plugins/netbsd/kernel.rb
 delete mode 100644 lib/ohai/plugins/netbsd/ps.rb
 delete mode 100644 lib/ohai/plugins/netbsd/ssh_host_key.rb
 delete mode 100644 lib/ohai/plugins/netbsd/uptime.rb
 rename lib/ohai/plugins/{openbsd/uptime.rb => nodejs.rb} (54%)
 delete mode 100644 lib/ohai/plugins/openbsd/hostname.rb
 delete mode 100644 lib/ohai/plugins/openbsd/kernel.rb
 delete mode 100644 lib/ohai/plugins/openbsd/ps.rb
 delete mode 100644 lib/ohai/plugins/openbsd/ssh_host_key.rb
 create mode 100644 lib/ohai/plugins/openstack.rb
 create mode 100644 lib/ohai/plugins/powershell.rb
 copy lib/ohai/plugins/{linux/kernel.rb => ps.rb} (64%)
 create mode 100644 lib/ohai/plugins/root_group.rb
 rename lib/ohai/plugins/{linux/kernel.rb => rust.rb} (56%)
 delete mode 100644 lib/ohai/plugins/sigar/hostname.rb
 delete mode 100644 lib/ohai/plugins/sigar/uptime.rb
 delete mode 100644 lib/ohai/plugins/solaris2/kernel.rb
 rename lib/ohai/plugins/solaris2/{ps.rb => memory.rb} (78%)
 delete mode 100644 lib/ohai/plugins/solaris2/ssh_host_key.rb
 delete mode 100644 lib/ohai/plugins/solaris2/uptime.rb
 create mode 100644 lib/ohai/plugins/ssh_host_key.rb
 create mode 100644 lib/ohai/plugins/windows/drivers.rb
 delete mode 100644 lib/ohai/plugins/windows/hostname.rb
 delete mode 100644 lib/ohai/plugins/windows/kernel.rb
 create mode 100644 lib/ohai/provides_map.rb
 create mode 100644 lib/ohai/runner.rb
 rename lib/ohai/{plugins/freebsd/uptime.rb => util/file_helper.rb} (55%)
 create mode 100644 lib/ohai/util/ip_helper.rb
 create mode 100644 lib/ohai/util/win32.rb
 create mode 100644 lib/ohai/util/win32/group_helper.rb
 create mode 100644 spec/data/plugins/___lib64___libc.so.6.output
 create mode 100644 spec/data/plugins/___lib___libc.so.6.output
 create mode 100644 spec/data/plugins/cc.output
 create mode 100644 spec/data/plugins/cl.output
 create mode 100644 spec/data/plugins/devenv.com.output
 create mode 100644 spec/data/plugins/env.output
 create mode 100644 spec/data/plugins/erl.output
 create mode 100644 spec/data/plugins/gcc.output
 create mode 100644 spec/data/plugins/groovy.output
 create mode 100644 spec/data/plugins/java.output
 create mode 100644 spec/data/plugins/lua.output
 create mode 100644 spec/data/plugins/messages.rb
 create mode 100644 spec/data/plugins/node.output
 create mode 100644 spec/data/plugins/perl.output
 create mode 100644 spec/data/plugins/php.output
 create mode 100644 spec/data/plugins/python.output
 create mode 100644 spec/data/plugins/uname.output
 create mode 100644 spec/data/plugins/v6message.rb
 create mode 100644 spec/data/plugins/v7message.rb
 create mode 100644 spec/data/plugins/what.output
 create mode 100644 spec/data/plugins/xlc.output
 create mode 100644 spec/functional/plugins/powershell_spec.rb
 create mode 100644 spec/functional/plugins/root_group_spec.rb
 delete mode 100644 spec/ohai/mixin/command_spec.rb
 delete mode 100644 spec/ohai/mixin/from_file_spec.rb
 delete mode 100644 spec/ohai/plugins/cloud_spec.rb
 delete mode 100644 spec/ohai/plugins/darwin/kernel_spec.rb
 delete mode 100644 spec/ohai/plugins/darwin/network_spec.rb
 delete mode 100644 spec/ohai/plugins/darwin/platform_spec.rb
 delete mode 100644 spec/ohai/plugins/ec2_spec.rb
 delete mode 100644 spec/ohai/plugins/eucalyptus_spec.rb
 delete mode 100644 spec/ohai/plugins/fail_spec.rb
 delete mode 100644 spec/ohai/plugins/hostname_spec.rb
 delete mode 100644 spec/ohai/plugins/java_spec.rb
 delete mode 100644 spec/ohai/plugins/kernel_spec.rb
 delete mode 100644 spec/ohai/plugins/linux/cpu_spec.rb
 delete mode 100644 spec/ohai/plugins/linux/filesystem_spec.rb
 delete mode 100644 spec/ohai/plugins/linux/lsb_spec.rb
 delete mode 100644 spec/ohai/plugins/linux/network_spec.rb
 delete mode 100644 spec/ohai/plugins/linux/platform_spec.rb
 delete mode 100644 spec/ohai/plugins/linux/virtualization_spec.rb
 delete mode 100644 spec/ohai/plugins/passwd_spec.rb
 delete mode 100644 spec/ohai/plugins/perl_spec.rb
 delete mode 100644 spec/ohai/plugins/php_spec.rb
 delete mode 100644 spec/ohai/plugins/python_spec.rb
 delete mode 100644 spec/ohai/plugins/rackspace_spec.rb
 delete mode 100644 spec/ohai/plugins/solaris2/platform_spec.rb
 delete mode 100644 spec/ohai/plugins/solaris2/virtualization_spec.rb
 delete mode 100644 spec/ohai/system_spec.rb
 create mode 100644 spec/support/integration_helper.rb
 create mode 100644 spec/support/platform_helpers.rb
 create mode 100644 spec/unit/dsl/plugin_spec.rb
 create mode 100644 spec/unit/hints_spec.rb
 create mode 100644 spec/unit/loader_spec.rb
 create mode 100644 spec/unit/mixin/command_spec.rb
 create mode 100644 spec/unit/mixin/ec2_metadata_spec.rb
 create mode 100644 spec/unit/plugins/aix/cpu_spec.rb
 create mode 100644 spec/unit/plugins/aix/filesystem_spec.rb
 rename spec/{ohai/plugins/netbsd => unit/plugins/aix}/hostname_spec.rb (56%)
 create mode 100644 spec/unit/plugins/aix/kernel_spec.rb
 create mode 100644 spec/unit/plugins/aix/network_spec.rb
 copy spec/{ohai/plugins/netbsd => unit/plugins/aix}/platform_spec.rb (50%)
 create mode 100644 spec/unit/plugins/aix/uptime_spec.rb
 create mode 100644 spec/unit/plugins/aix/virtualization_spec.rb
 create mode 100644 spec/unit/plugins/azure_spec.rb
 rename spec/{ohai => unit}/plugins/c_spec.rb (51%)
 rename spec/{ohai => unit}/plugins/chef_spec.rb (56%)
 create mode 100644 spec/unit/plugins/cloud_spec.rb
 create mode 100644 spec/unit/plugins/cloud_v2_spec.rb
 create mode 100644 spec/unit/plugins/darwin/cpu_spec.rb
 copy spec/{ohai => unit}/plugins/darwin/hostname_spec.rb (54%)
 create mode 100644 spec/unit/plugins/darwin/kernel_spec.rb
 create mode 100644 spec/unit/plugins/darwin/memory_spec.rb
 create mode 100644 spec/unit/plugins/darwin/network_spec.rb
 create mode 100644 spec/unit/plugins/darwin/platform_spec.rb
 create mode 100644 spec/unit/plugins/darwin/system_profiler_output.rb
 create mode 100644 spec/unit/plugins/darwin/system_profiler_spec.rb
 create mode 100644 spec/unit/plugins/digital_ocean_spec.rb
 rename spec/{ohai => unit}/plugins/dmi_spec.rb (74%)
 create mode 100644 spec/unit/plugins/ec2_spec.rb
 create mode 100644 spec/unit/plugins/elixir_spec.rb
 rename spec/{ohai => unit}/plugins/erlang_spec.rb (54%)
 create mode 100644 spec/unit/plugins/eucalyptus_spec.rb
 create mode 100644 spec/unit/plugins/fail_spec.rb
 create mode 100644 spec/unit/plugins/freebsd/cpu_spec.rb
 rename spec/{ohai => unit}/plugins/freebsd/hostname_spec.rb (65%)
 rename spec/{ohai => unit}/plugins/freebsd/kernel_spec.rb (58%)
 rename spec/{ohai/plugins/darwin/hostname_spec.rb => unit/plugins/freebsd/os_spec.rb} (55%)
 rename spec/{ohai => unit}/plugins/freebsd/platform_spec.rb (67%)
 create mode 100644 spec/unit/plugins/freebsd/virtualization_spec.rb
 create mode 100644 spec/unit/plugins/gce_spec.rb
 create mode 100644 spec/unit/plugins/go_spec.rb
 rename spec/{ohai => unit}/plugins/groovy_spec.rb (56%)
 create mode 100644 spec/unit/plugins/hostname_spec.rb
 create mode 100644 spec/unit/plugins/init_package_spec.rb
 create mode 100644 spec/unit/plugins/ip_scopes_spec.rb
 create mode 100644 spec/unit/plugins/java_spec.rb
 create mode 100644 spec/unit/plugins/joyent_spec.rb
 create mode 100644 spec/unit/plugins/kernel_spec.rb
 create mode 100644 spec/unit/plugins/linode_spec.rb
 create mode 100644 spec/unit/plugins/linux/cpu_spec.rb
 create mode 100644 spec/unit/plugins/linux/filesystem_spec.rb
 copy spec/{ohai => unit}/plugins/linux/hostname_spec.rb (59%)
 create mode 100644 spec/unit/plugins/linux/kernel_spec.rb
 create mode 100644 spec/unit/plugins/linux/lsb_spec.rb
 create mode 100644 spec/unit/plugins/linux/mdadm_spec.rb
 create mode 100644 spec/unit/plugins/linux/network_spec.rb
 create mode 100644 spec/unit/plugins/linux/platform_spec.rb
 rename spec/{ohai => unit}/plugins/linux/uptime_spec.rb (51%)
 create mode 100644 spec/unit/plugins/linux/virtualization_spec.rb
 rename spec/{ohai => unit}/plugins/lua_spec.rb (60%)
 rename spec/{ohai => unit}/plugins/mono_spec.rb (60%)
 rename spec/{ohai/plugins/linux => unit/plugins/netbsd}/hostname_spec.rb (51%)
 rename spec/{ohai => unit}/plugins/netbsd/kernel_spec.rb (58%)
 rename spec/{ohai => unit}/plugins/netbsd/platform_spec.rb (68%)
 create mode 100644 spec/unit/plugins/network_spec.rb
 create mode 100644 spec/unit/plugins/nodejs_spec.rb
 rename spec/{ohai => unit}/plugins/ohai_spec.rb (85%)
 rename spec/{ohai => unit}/plugins/ohai_time_spec.rb (73%)
 rename spec/{ohai => unit}/plugins/openbsd/hostname_spec.rb (50%)
 rename spec/{ohai => unit}/plugins/openbsd/kernel_spec.rb (59%)
 rename spec/{ohai => unit}/plugins/openbsd/platform_spec.rb (65%)
 create mode 100644 spec/unit/plugins/openstack_spec.rb
 rename spec/{ohai => unit}/plugins/os_spec.rb (73%)
 create mode 100644 spec/unit/plugins/passwd_spec.rb
 create mode 100644 spec/unit/plugins/perl_spec.rb
 create mode 100644 spec/unit/plugins/php_spec.rb
 rename spec/{ohai => unit}/plugins/platform_spec.rb (56%)
 create mode 100644 spec/unit/plugins/powershell_spec.rb
 create mode 100644 spec/unit/plugins/python_spec.rb
 create mode 100644 spec/unit/plugins/rackspace_spec.rb
 create mode 100644 spec/unit/plugins/root_group_spec.rb
 rename spec/{ohai => unit}/plugins/ruby_spec.rb (68%)
 create mode 100644 spec/unit/plugins/rust_spec.rb
 rename spec/{ohai => unit}/plugins/sigar/network_route_spec.rb (68%)
 create mode 100644 spec/unit/plugins/solaris2/cpu_spec.rb
 create mode 100644 spec/unit/plugins/solaris2/dmi_spec.rb
 rename spec/{ohai => unit}/plugins/solaris2/hostname_spec.rb (65%)
 rename spec/{ohai => unit}/plugins/solaris2/kernel_spec.rb (92%)
 rename spec/{ohai/plugins/linux/kernel_spec.rb => unit/plugins/solaris2/memory_spec.rb} (62%)
 rename spec/{ohai => unit}/plugins/solaris2/network_spec.rb (56%)
 create mode 100644 spec/unit/plugins/solaris2/platform_spec.rb
 create mode 100644 spec/unit/plugins/solaris2/virtualization_spec.rb
 create mode 100644 spec/unit/plugins/solaris2/zpools_spec.rb
 create mode 100644 spec/unit/plugins/ssh_host_keys_spec.rb
 create mode 100644 spec/unit/provides_map_spec.rb
 create mode 100644 spec/unit/runner_spec.rb
 create mode 100644 spec/unit/system_spec.rb
 create mode 100644 spec/unit/util/file_helper_spec.rb
 create mode 100644 spec/unit/util/ip_helper_spec.rb

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ohai.git



More information about the Pkg-ruby-extras-commits mailing list