aws-int-test-rspec-helper 0.0.6 → 0.0.7

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: 025c856f7f26f9e1d4aae9408f4dc77d7c774452
4
- data.tar.gz: 3ef3b2dece939c9e9b9f76dd1d760b6866abf73c
3
+ metadata.gz: 7a8bcc86cab4429a917d16ad2c80eab322506be8
4
+ data.tar.gz: 9a77a77188c3796b88c11c63703f82312e6ca1f3
5
5
  SHA512:
6
- metadata.gz: 658aad59e0a496a9781baf1aa7cdd6f8c64467d46adadc8ab52e9e5e27e19dfdc535e8ec9e156dbc46601508b38d387259b35e35385a2a74a1bfb8a691c38698
7
- data.tar.gz: 1732d7168cae52dcb13253fe1e5614003eafe18dd340addb16546e62918378d8fdfb4c2c805d17d1da23db31ab7b8b80622324707801e1f1820cfc7feed860ef
6
+ metadata.gz: 91e5a1269fcdb6e932fbf934ba3ddd1defe0c13e207a9fd10cc3e30f98f0f8e4b0f8b2b55089387c0cfa2046455417c75acc765ec84bf2d7160c65562aa5219f
7
+ data.tar.gz: 49d6833d956af064a0793e664641eef2f16e84d51a8efc3f4e9301cd8ef88d3fe8d9ea066b3be628a933a73cd72b1c29eac394eb516fa0c6d3ed2a9e225a1beb
@@ -12,7 +12,7 @@ module AwsIntTestRspecHelper
12
12
  ##
13
13
  # Delete the specified Cloudformation stack by name
14
14
  #
15
- def cleanup(cloudformation_stack_name) basicdynamodbfortesting1457610045
15
+ def cleanup(cloudformation_stack_name)
16
16
  resource = Aws::CloudFormation::Resource.new
17
17
  stack_to_delete = resource.stack(cloudformation_stack_name)
18
18
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-int-test-rspec-helper
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.6
4
+ version: 0.0.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - someguy