sensu-plugins-inspec 0.0.1 → 0.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +6 -1
- data/lib/sensu-plugins-inspec/version.rb +1 -1
- metadata +4 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 7a95d8360e80aaec4d747bf7556aa7b0e1d713b7deaf2e827fe870976c0b93ba
|
4
|
+
data.tar.gz: 91640c79e8d9c3a21c6602113a0130589f03772e1ba394bbd7201cc72c80e7e5
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c07c46a406188719b8a4223dfefe4d39930a6d2192deba20b9efab341b011ac894eed10d8dd5ad1ec58ec600e71338c2a120ece19ab4f47bf91f88efe880c1c8
|
7
|
+
data.tar.gz: 3dc8069dac98a19545e885f8fc23d24daad6bcf7aecb91ccdc508988361dc7bd06cec9290ee1fab7dcd0231bafd31bb92d838b1ba1ba60c3b1bd397b257479a0
|
data/CHANGELOG.md
CHANGED
@@ -6,7 +6,12 @@ G.md)
|
|
6
6
|
|
7
7
|
## [Unreleased]
|
8
8
|
|
9
|
+
## [0.1.1] - 2020-07-02
|
10
|
+
### Fixed
|
11
|
+
* fixed deployment scripting for assets and rubygem
|
12
|
+
|
9
13
|
## [0.1.0] - 2020-06-20
|
10
14
|
* Initial release
|
11
15
|
|
12
|
-
[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-inspec/compare/0.1.
|
16
|
+
[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-inspec/compare/0.1.1...HEAD
|
17
|
+
[0.1.1]: https://github.com/sensu-plugins/sensu-plugins-http/compare/0.1.0...0.1.1
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: sensu-plugins-inspec
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.1.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Sensu-Plugins and contributors
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2020-07-
|
11
|
+
date: 2020-07-03 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: inspec
|
@@ -199,7 +199,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
199
199
|
- !ruby/object:Gem::Version
|
200
200
|
version: '0'
|
201
201
|
requirements: []
|
202
|
-
|
202
|
+
rubyforge_project:
|
203
|
+
rubygems_version: 2.7.7
|
203
204
|
signing_key:
|
204
205
|
specification_version: 4
|
205
206
|
summary: Sensu plugin for executing InSpec controls
|