agx 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
  SHA256:
3
- metadata.gz: e857bc1af586908c17bd9d4979f4d6da3b973e27cec3fa30f5708e76babdf8ad
4
- data.tar.gz: a0f1d070afad995898c7793d5fdcc5a52a58bcb4e6c0bef106e0a67d43fb1ed5
3
+ metadata.gz: 882bb436fd382a7f3328601c59c6c78d5fbd823a6dd994df56f4e5ffd2ca336b
4
+ data.tar.gz: 41273c8378e4e2211d228e247fb67e340a10dabc1717f50456b50c375747cdc1
5
5
  SHA512:
6
- metadata.gz: e67bdc8cb9b810593cc3fd57b4332104fa005c8821250549b723d08eef6af666b444441ea3e08a9053841c68012b499b5eacf4d09d2f1ef6db13056a0cdf2586
7
- data.tar.gz: 3ed758095b42bd65d51230ece29d2224380af76f1f0384fb2f4a9fa9341eded7d70a2a9d1b1b35db3a3e36d7f97b3dc17e19e539be311e6d9945d8d60d7c7ac4
6
+ metadata.gz: f7573c8f79028550413f1017cef0aad295e0765c1b390cbf29737ea660709ded51cb31cfa8bb47ae1831d02cf44f935fbbcfdfa48f9af1c8278f41359ebe72dd
7
+ data.tar.gz: 4e0d2dadecf383a00d62b156869aac3993968c37c70e0499079b7cae7f8f32889ac7df1aac1e5f274268b55a8e144d6e0d21e94a3a028e23bbbe50f4031d85a7
@@ -119,7 +119,7 @@ module Agx
119
119
  site: @site,
120
120
  token_url: @token_url,
121
121
  connection_opts: {
122
- request: { timeout: 90 }
122
+ request: { timeout: 30 }
123
123
  }
124
124
  )
125
125
  end
@@ -205,7 +205,7 @@ module Agx
205
205
  ssl: { ca_path: "/usr/lib/ssl/certs" }
206
206
  },
207
207
  connection_opts: {
208
- request: { timeout: 90 }
208
+ request: { timeout: 20 }
209
209
  }
210
210
  }
211
211
  )
@@ -1,3 +1,3 @@
1
1
  module Agx
2
- VERSION = "0.3.0"
2
+ VERSION = "0.3.1"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: agx
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
  - Bryce Johnston
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2020-07-16 00:00:00.000000000 Z
11
+ date: 2020-07-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: oj