armrest 0.2.0 → 0.2.1

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
  SHA256:
3
- metadata.gz: 1c137816b7461aff9f3a2c36d66915bf8d71185114157153b794270699959dad
4
- data.tar.gz: 5c25cb03cbff31c49938d9c6f20e699f79b049a477a27022450676166d052b46
3
+ metadata.gz: 8fa3acf6609a37ab249c81102bb915108499631571af0b5884c4d66b33f28376
4
+ data.tar.gz: 3691659a2058ccd4944397cad38a9c22194fdc96afb89288e6f21957aa2b2131
5
5
  SHA512:
6
- metadata.gz: 51d2232a17b2436f9efc351dfbc7fc79bb6cadde9ae355201ed7296198bad7e98f4dc517134523ded0dab8a10b113e25edd2230fad069b9db0d9fa9dda6dd02b
7
- data.tar.gz: 2c70cb22c78b87031d48a862afb4850c160084bf66cf196b9084240c1a78cb239486de88b011f5ac4c5e2f4b785dd51447734b9522b1064645a8c2e34b826db9
6
+ metadata.gz: bf768b1fb7c039488df49baa4e9d68cf6af33db34d238ec49d8063dd215b2b82d8abe8a39b8d04d3806f9c3874aa7d1623992f8e1bd689f8ccff49b2ffcfcbc0
7
+ data.tar.gz: 17d2bd2bacc9ed0727cca2d9c5b870e0557c86a32aed60af2c10bc73ccb55e0832d08e7343fa6534bb4b33375f309b2ce286921d74362d0f766dec113ae71df8
data/CHANGELOG.md CHANGED
@@ -3,6 +3,9 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  This project *loosely tries* to adhere to [Semantic Versioning](http://semver.org/), even before v1.0.
5
5
 
6
+ ## [0.2.1] - 2023-12-22
7
+ - [#6](https://github.com/boltops-tools/armrest/pull/6) Adjust the AZ timeout
8
+
6
9
  ## [0.2.0] - 2023-12-21
7
10
  - [#5](https://github.com/boltops-tools/armrest/pull/5) fix cli auth
8
11
 
data/README.md CHANGED
@@ -31,7 +31,7 @@ resource_group.create_or_update(
31
31
  )
32
32
  ```
33
33
 
34
- Refer to the [boltops-tools/terraspace_plugin_azurer](https://github.com/boltops-tools/terraspace_plugin_azurerm) for more examples.
34
+ Refer to the [boltops-tools/terraspace_plugin_azurerm](https://github.com/boltops-tools/terraspace_plugin_azurerm) for more examples.
35
35
 
36
36
  ## Usage: CLI
37
37
 
@@ -17,7 +17,7 @@ module Armrest::Api::Auth
17
17
  return @@available unless @@available.nil?
18
18
  url = "metadata/instance"
19
19
  resp = nil
20
- with_open_timeout(0.5) do
20
+ with_open_timeout(1.5) do
21
21
  resp = get(url)
22
22
  end
23
23
  @@available = resp.code == "200"
@@ -1,3 +1,3 @@
1
1
  module Armrest
2
- VERSION = "0.2.0"
2
+ VERSION = "0.2.1"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: armrest
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tung Nguyen
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2023-12-21 00:00:00.000000000 Z
11
+ date: 2023-12-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport