controls 2.0.0.beta.3 → 2.0.0.beta.4

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 7e1ed2e1df0bd358cc877a97294b6cda81c79762
4
- data.tar.gz: 69ff6075b35edf913d62a77c925dcfa27511b37e
3
+ metadata.gz: 5b71679e3befcb66e4907c2bd40e9b0108b6ced8
4
+ data.tar.gz: ed1b98a103b1f5db214a93df36b4cc4f741a7ecf
5
5
  SHA512:
6
- metadata.gz: bd078a2f672c281a592e704565db40cd6bc3fbab965ad037cbc373a1af55f41b2878d8ca757757d8b719a13605cf0e2e918ca7c18bf3691cd8006d80e5fe61f2
7
- data.tar.gz: 2cc078a71607f3258415f4d69ad6e505b8c74ab84c3042157b69374af0d985c8acad561a27b0af54bd3d5f6377cc2e10d210755e6f2f321e1f0afaf04ef377be
6
+ metadata.gz: 3ec3cdc04930764dbdd959543334093375b0829897e4a7119e8540e460e458b02d6966e4cc3cf5c29ec5754796ebde9141aa4263b80eef596b1a15552376e908
7
+ data.tar.gz: 4e11350d81835cb84fe412da09ebffac6aae668374ac50538af9095f5f02077ce0935a80a36304c47faf6978ebbbd944be64dce6d99b8f147f6f0d3b7b960921
@@ -0,0 +1,5 @@
1
+ module Controls
2
+ # A representation of the AssetRiskSummary resource
3
+ class AssetRiskSummary < Dish::Plate
4
+ end
5
+ end
@@ -1,4 +1,4 @@
1
1
  module Controls
2
2
  # The version of the Controls gem
3
- VERSION = '2.0.0.beta.3'
3
+ VERSION = '2.0.0.beta.4'
4
4
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: controls
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.0.beta.3
4
+ version: 2.0.0.beta.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Erran Carey
@@ -119,6 +119,7 @@ files:
119
119
  - lib/controls/objects/assessment.rb
120
120
  - lib/controls/objects/asset.rb
121
121
  - lib/controls/objects/asset_collection.rb
122
+ - lib/controls/objects/asset_risk_summary.rb
122
123
  - lib/controls/objects/configuration.rb
123
124
  - lib/controls/objects/configuration_coverage.rb
124
125
  - lib/controls/objects/configuration_finding.rb