awspec 0.52.2 → 0.52.3

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: bdf7ef5edc5380398ffb838aa8150fd475b2d4ad
4
- data.tar.gz: 1c9812943a4ba93eeb43883d744dcc56415fc7e3
3
+ metadata.gz: 888f2c6498be8295a7f89c77886a4fc70a0843e5
4
+ data.tar.gz: 01e3402cfb40ff200ad20e73bb25c60b59b89144
5
5
  SHA512:
6
- metadata.gz: a6000f0e4b99603de2875ab7b18392e983a16f4216fbddb22d21d056e0d3c775b187617d5634dda5f55032ffe6bbb6ca0d7da9afa15e6d0cde0209710facc1fb
7
- data.tar.gz: 4a5f1853d573cefa77c36b4a984fe0d6cea994c305da2b043c648ef07f620bcd6c552c521b999725bc5c31a6546b42c1468dfb0735a55f20c3eb7991c5009297
6
+ metadata.gz: 9ec3e5bb9a7a0ebbcb952c7289449903e2c830ad79ae86f19dbd45c90ade0c232fa2f62a959026031f2390f3c88667cbb9ff4fb96d71cf3281bf53d3bd6f5aa3
7
+ data.tar.gz: 5ac384c8bb2f951ae78bd0e345e1d7a1b0eaafd9415693443855cdbd14d7d3396bf4892b28d4b106f3ef4f0253757d0c1d769b128c7d7e22624c0538363a22f1
@@ -12,7 +12,7 @@ module Awspec::Generator
12
12
  policy_name: policy_name
13
13
  })
14
14
  document = JSON.generate(JSON.parse(URI.decode(res.policy_document)))
15
- "it { should have_inline_policy('#{policy_name}').document('#{document}') }"
15
+ "it { should have_inline_policy('#{policy_name}').policy_document('#{document}') }"
16
16
  end
17
17
  content = ERB.new(iam_group_spec_template, nil, '-').result(binding).gsub(/^\n/, '')
18
18
  end
@@ -12,7 +12,7 @@ module Awspec::Generator
12
12
  policy_name: policy_name
13
13
  })
14
14
  document = JSON.generate(JSON.parse(URI.decode(res.policy_document)))
15
- "it { should have_inline_policy('#{policy_name}').document('#{document}') }"
15
+ "it { should have_inline_policy('#{policy_name}').policy_document('#{document}') }"
16
16
  end
17
17
  content = ERB.new(iam_role_spec_template, nil, '-').result(binding).gsub(/^\n/, '')
18
18
  end
@@ -12,7 +12,7 @@ module Awspec::Generator
12
12
  policy_name: policy_name
13
13
  })
14
14
  document = JSON.generate(JSON.parse(URI.decode(res.policy_document)))
15
- "it { should have_inline_policy('#{policy_name}').document('#{document}') }"
15
+ "it { should have_inline_policy('#{policy_name}').policy_document('#{document}') }"
16
16
  end
17
17
  content = ERB.new(iam_user_spec_template, nil, '-').result(binding).gsub(/^\n/, '')
18
18
  end
@@ -1,3 +1,3 @@
1
1
  module Awspec
2
- VERSION = '0.52.2'
2
+ VERSION = '0.52.3'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: awspec
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.52.2
4
+ version: 0.52.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - k1LoW