mirror of
https://github.com/inspec/inspec
synced 2024-11-10 07:04:15 +00:00
parent
1fdea330d3
commit
c29648a623
3 changed files with 9 additions and 2 deletions
|
@ -1,5 +1,12 @@
|
|||
# Change Log
|
||||
|
||||
## [v1.31.1](https://github.com/chef/inspec/tree/v1.31.1) (2017-07-06)
|
||||
[Full Changelog](https://github.com/chef/inspec/compare/v1.31.0...v1.31.1)
|
||||
|
||||
**Fixed bugs:**
|
||||
|
||||
- host resource: fix netcat detection [\#1995](https://github.com/chef/inspec/pull/1995) ([adamleff](https://github.com/adamleff))
|
||||
|
||||
## [v1.31.0](https://github.com/chef/inspec/tree/v1.31.0) (2017-07-06)
|
||||
[Full Changelog](https://github.com/chef/inspec/compare/v1.30.0...v1.31.0)
|
||||
|
||||
|
|
|
@ -4,5 +4,5 @@
|
|||
# author: Christoph Hartmann
|
||||
|
||||
module Inspec
|
||||
VERSION = '1.31.0'.freeze
|
||||
VERSION = '1.31.1'.freeze
|
||||
end
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
PATH
|
||||
remote: ..
|
||||
specs:
|
||||
inspec (1.31.0)
|
||||
inspec (1.31.1)
|
||||
addressable (~> 2.4)
|
||||
faraday (>= 0.9.0)
|
||||
hashie (~> 3.4)
|
||||
|
|
Loading…
Reference in a new issue