cwa 0.2.4 → 0.2.5

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
  SHA256:
3
- metadata.gz: bdd0039b73d4d3126c9a5c87c4a2d6f833831feb92faf4d14906d79bcc893dd0
4
- data.tar.gz: fc54890732b65298266aa34537cf265a49a5e68560265d35a9391ce70ea23acf
3
+ metadata.gz: e2829f3d40b0966152d43b204bf2b269d56055ffeda7561ae80fa05b5aae137b
4
+ data.tar.gz: a1d09ffb821c75d33f710ef5b96034c2a809e698ca4f9e9bd5c7bcf4abd61a62
5
5
  SHA512:
6
- metadata.gz: 218570c60a834aaa5fbde62a255dd566bc4efddb0e84137ba19059820aa9163b6019f6efc841c88b0a940a9facae88e149f8ea404f17bb458c8f4cccaf3ea486
7
- data.tar.gz: 9bdf816d06aa4533af24a55336a7bbc0e7104fca4a582cd92aab6bce7698c8328ad984d9d1aaa70e564d97c3ebd57deb9343eba5c0eb5e58c41d59245eca4ce4
6
+ metadata.gz: e965333fb74efe2744e5d631733028cc209c95e059ffa5c2bcfca3fe97771a80b0443d57e31e81f56fd7517657e2687747a54f8a8976211d48508eeb94e7055b
7
+ data.tar.gz: 01571ed454488177e3051d807b0f65e515eb602d6cbfd59f38fea251e3a569078bfc86ea328ec3567236dfbb290d8c9f545224f5daafbfe9cb851129fa0ac387
@@ -45,9 +45,11 @@ module CWA
45
45
  @alms << alms
46
46
 
47
47
  while next_token
48
- alms = @client.describe_alarms(opts)
49
- next_token = alms.next_token
50
- @alms << alms
48
+ opts[:next_token] = next_token
49
+ alms = @client.describe_alarms(opts)
50
+ next_token = alms.next_token
51
+
52
+ @alms << alms
51
53
  end
52
54
  end
53
55
 
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module CWA
4
- VERSION = "0.2.4"
4
+ VERSION = "0.2.5"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cwa
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.4
4
+ version: 0.2.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - gen