inspec/lib
Adam Leff 577688a3a0 Placing all resources in the Inspec::Resources namespace
Many of the resources are named as a top-level class with a fairly generic class name, such as "OS". This causes an issue specifically with kitchen-google which depends on a gem which depends on the "os" gem which itself defines an OS class with a different superclass. This prevents users from using TK, Google Compute, and Inspec without this fix.

Some mocked commands had their digest changed as well due to the new indentation, specifically in the User and RegistryKey classes.

I strongly recommend viewing this diff with `git diff --ignore-space-change`
to see the *real* changes. :)
2016-03-08 13:40:16 -05:00
..
bundles unify exec options 2016-03-06 15:07:12 +01:00
fetchers fetchers/tar: slight simplification 2016-02-22 12:06:42 +01:00
inspec bugfix: inheritance of local profiles 2016-03-08 14:59:14 +01:00
matchers enable cmp matcher to catch the case where expected is a number string, and actual is a number 2016-02-23 22:18:16 +01:00
resources Placing all resources in the Inspec::Resources namespace 2016-03-08 13:40:16 -05:00
source_readers migrate load-path hooking for legacy modes 2016-02-22 12:06:42 +01:00
utils bugfix: inheritance of local profiles 2016-03-08 14:59:14 +01:00
inspec.rb create source_reader plugin structure 2016-02-22 11:24:35 +01:00