inspec/lib
Ben Abrams 0b33644819 adding versions to the gem resource (#3398)
This is useful when you have multiple versions of the same gem installed. It can be leveraged like so:
```
describe gem('rest-client') do
  its('versions') { should include /1.8\.\d+/ }
  its('versions') { should include /2.0\.\d+/ }
  its('versions.count') { should_be eq 2 }
end
```

Signed-off-by: Ben Abrams <me@benabrams.it>
2018-09-18 13:17:10 -04:00
..
bundles Move habitat to v2 plugin. (#3404) 2018-09-18 13:10:07 -04:00
fetchers Fix profile vendoring on Windows (#3378) 2018-09-13 20:19:02 -04:00
inspec Bump version to 2.2.106 by Chef Expeditor 2018-09-18 17:10:15 +00:00
matchers cmp should recognise a string being a negative int (#3007) 2018-05-02 10:19:57 -04:00
plugins Move habitat to v2 plugin. (#3404) 2018-09-18 13:10:07 -04:00
resource_support Add new resource: aws_ecs_cluster (#3213) 2018-08-09 09:19:27 -04:00
resources adding versions to the gem resource (#3398) 2018-09-18 13:17:10 -04:00
source_readers Bump Rubocop to 0.49.1 (#2323) 2017-11-21 08:49:41 +01:00
utils Plugins API v2: Loader, Base API, and Test Harness (#3278) 2018-08-16 18:16:32 -04:00
inspec.rb Add string impact options for controls (#3359) 2018-09-13 14:14:05 -04:00