controls 1.7.10 → 1.7.11

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: 7aafc4015d025db0a2a7b96573775513c0bf96df
4
- data.tar.gz: a0b120e39a19ee3b25e3f688a4af545a8e6da3bf
3
+ metadata.gz: 968dff25f08f04f2b31ccf20f5a4c7668c5ad4d9
4
+ data.tar.gz: d887c56dfb1dcff9cc4cc556360d2f5d9524509b
5
5
  SHA512:
6
- metadata.gz: 226023d2a96d9b78f4815fe23685f38bc57972771935ebd700647d2c4dc88a05e44a46d0df1e18096e5fdb145cc0ee53338f7ccf37756b50fe0e889e2d9c1be1
7
- data.tar.gz: 59176fe867940309cea59a43339fe10f8bea330e7847ff57efbd591366581508e121d7d65938646cd96a24a04e2038021583ce33a59930fb7b35c01fc454a060
6
+ metadata.gz: 8d5c12f6f264152ea4e17133011721cfc6ee4eef3dfafdd09ccbefded0cb094ee33d613315f5f6a9b279fee9a15197e0e9df3c08b3184cf1946c2d444c755c5c
7
+ data.tar.gz: 119250700444437d26dd8f81067d8171cdaf59bc6c01e0341fcbc59beb7292ea4f73e2a7d671f2109a5b3c189dee8a6bba8eadae3c03b8fe8dae41ad9a604aeb
@@ -45,7 +45,7 @@ module Controls
45
45
  # @param [String] configuration the name of the configuration to search by
46
46
  # @return [Array<Hash>] an array of hashes that represent assets
47
47
  def misconfigured_assets(configuration, params = {})
48
- get "/configurations/#{configuration}/uncovered_assets", params
48
+ get "/configurations/#{configuration}/misconfigured_assets", params
49
49
  end
50
50
  alias_method :assets_by_configuration, :misconfigured_assets
51
51
 
@@ -1,4 +1,4 @@
1
1
  module Controls
2
2
  # The version of the Controls gem
3
- VERSION = '1.7.10'
3
+ VERSION = '1.7.11'
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: 1.7.10
4
+ version: 1.7.11
5
5
  platform: ruby
6
6
  authors:
7
7
  - Erran Carey