kingsly-certbot 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: 23bedd90f9a1b26f3cdae7ed108c48e921f0da3ad61c7fec9a012883b7ae35a9
4
- data.tar.gz: 7bbd7b0d81e17764627c975e00707d0606f989f6a34963b35499c07fabe8ca0e
3
+ metadata.gz: 4927c91e5ed428a2ff170a4b3666af323819085a4cc0c6b843600d8ddd8c8864
4
+ data.tar.gz: a4248a59dc6a959bb76a5554a7be816f5792a18a3d7f2317f4b29e52955dfa64
5
5
  SHA512:
6
- metadata.gz: 0ba0c36b11c4bb9e960b17228f137e90d31ecf104d0884ad594ebce29cb442e0cb8761a6a6c137bcf120aaa5a3bc0b897da55622e7df1f44f592f6c7f3d8bca2
7
- data.tar.gz: 1154ef166dec300600bdb1d3d6a846a41fec646106e6b80ae5f31320411229cc8ebbaca30118a93fdff8ca0041a81e285fbf7d7284a4b56c997f1c860b9afa2d
6
+ metadata.gz: b9dbf73b345336138a5c14128cf60288a1e0747fa8fedc515ad1d683291dba2e2aab644f6d3d3c886faeefd24ec9716543dcbbaf2a20b1b1a800de47c5770702
7
+ data.tar.gz: 857484eea4d0a8fbd627ba340b524c7bc731fd31ea99385b3d6875fc2fe17ac22958c7443d303e71e4d01fc88df0193512bde0c37db8de08aa0f25b56644b6f3
data/CHANGELOG.md CHANGED
@@ -6,3 +6,8 @@
6
6
 
7
7
  - remove basic auth, fix specs
8
8
  - start passing port number for communication with kingsly server
9
+
10
+
11
+ # 0.3.1
12
+
13
+ - increase http_read_timeout, http_open_timeout default values.
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- kingsly-certbot (0.3.0)
4
+ kingsly-certbot (0.3.1)
5
5
  sentry-raven (~> 2.9, >= 2.9.0)
6
6
 
7
7
  GEM
@@ -7,8 +7,8 @@ module KingslyCertbot
7
7
  attr_accessor(*VARS)
8
8
 
9
9
  def initialize(params = {})
10
- @kingsly_http_read_timeout = 120
11
- @kingsly_http_open_timeout = 5
10
+ @kingsly_http_read_timeout = 300
11
+ @kingsly_http_open_timeout = 20
12
12
  @sentry_dsn = params['SENTRY_DSN']
13
13
  @environment = params['ENVIRONMENT'] || 'development'
14
14
  @top_level_domain = params['TOP_LEVEL_DOMAIN']
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module KingslyCertbot
4
- VERSION = '0.3.0'
4
+ VERSION = '0.3.1'
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: kingsly-certbot
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
  - FOSS at GO-JEK
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-02-19 00:00:00.000000000 Z
11
+ date: 2019-02-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler