rezept 0.3.0 → 0.3.1

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: e1a63c85f4f727f5f7f62cf237216d194f59e084
4
- data.tar.gz: 208608be750743f64f5e4e5b707d7bc1596751f1
3
+ metadata.gz: 90f6cdd4a9ab9e6d158fce1571ff3ba15a68e15b
4
+ data.tar.gz: e00c984f9e574b82c3051b0441a485949c1455df
5
5
  SHA512:
6
- metadata.gz: 3439526ec9d6f927172b56590bc343d7e24a0c7ff8d2651834145a677fc94ab01f14a699a5413ea9b01021c246843184f85339296671785250a390b9071dd042
7
- data.tar.gz: 726585c29de47da270c4129d780bd275a7ec3e0cfa9b101ba2cab6657a4b56a76430299a738fdc58767bdb9a71f6176711363f75a57c3ebd40d47676ee38e8ef
6
+ metadata.gz: 85a8465ae36e3246f571b7ba5942fcbadbe0a49d862a1a2b50679b022dfba112d7e0b11f5f8132f8774868231c2be0eb8a971b3fd9f36d4e00254d735414279b
7
+ data.tar.gz: 91b98ae07c7ae2bc829ac406fa90a184f34ec28934f44c0f8072eec4711941ddc0aa3fa98dc2531566c29c86c9d6a3371384bbaf3f5b9fca1a8e2bcec8a40750
data/CHANGELOG.md CHANGED
@@ -1,3 +1,6 @@
1
+ ## 0.3.1
2
+ - Bugfix: `Aws::SSM::Errors::ThrottlingException: Rate exceeded` error
3
+
1
4
  ## 0.3.0
2
5
  - Add `--wait-entries option` to `run_command` [#3][]
3
6
  - Change `--wait` option to `--wait-results` option
@@ -24,4 +27,4 @@
24
27
  <!--- The following link definition list is generated by PimpMyChangelog --->
25
28
  [#1]: https://github.com/serverworks/rezept/issues/1
26
29
  [#2]: https://github.com/serverworks/rezept/issues/2
27
- [#3]: https://github.com/serverworks/rezept/issues/3
30
+ [#3]: https://github.com/serverworks/rezept/issues/3
@@ -92,6 +92,7 @@ module Rezept
92
92
  if options['wait_entries']
93
93
  info("#{dry_run}Wait for entries of managed instances...")
94
94
  while instances.length > 0 and managed_instances.length == 0
95
+ sleep 1
95
96
  managed_instances = @client.get_managed_instances(instance_ids)
96
97
  end
97
98
  end
@@ -1,3 +1,3 @@
1
1
  module Rezept
2
- VERSION = "0.3.0"
2
+ VERSION = "0.3.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rezept
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.0
4
+ version: 0.3.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Serverworks Co.,Ltd.