awspec 1.4.1 → 1.4.2

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
  SHA1:
3
- metadata.gz: f970bc538fb04d164d61d967d7ec7cb84b94dbd8
4
- data.tar.gz: 2eccd8bedcdc720279b729893d5019a83fe54f5c
3
+ metadata.gz: fedd240ae678f2b6088358bc661639c63ab38051
4
+ data.tar.gz: 8f4ce460a85b9f162db910f7d12274628c592f52
5
5
  SHA512:
6
- metadata.gz: 938f2b1da496f0117fae3c3d465f7db4bed4f95db47e8e204ee897db6718a0950d90ba951b8984de8473f806eb0196c539abb15e02566c26db5c753fcd765ae2
7
- data.tar.gz: ece3ea3abaf9147db7510371e3cf6531fbdad8acbf06536e32b35190f71d3bf1d212917d2dac54ba24efa25abe37a7f0a406c7f557fea05db85373327a4adcd6
6
+ metadata.gz: 8b53ab8f8501203bdcd2c91700ddd97df50d233344bca211023c4af431c02824285ebc51cc98fc117db5c94aab76f4ea952f74d77651c25708e3ab781d438fd5
7
+ data.tar.gz: 10b95c79186e03d84f6bf9067ae028a737100a80cec52ca815855d0158d840421f76fa8d123d7ac7df760249a025666f1f103a02de9b438e220a4cf12cc9d5a5
@@ -9,6 +9,18 @@ Aws.config[:elasticache] = {
9
9
  {
10
10
  parameter_name: 'client-output-buffer-limit-pubsub-hard-limit',
11
11
  parameter_value: '33554432'
12
+ },
13
+ {
14
+ parameter_name: 'repl-timeout',
15
+ parameter_value: '60'
16
+ },
17
+ {
18
+ parameter_name: 'timeout',
19
+ parameter_value: '0'
20
+ },
21
+ {
22
+ parameter_name: 'tcp-keepalive',
23
+ parameter_value: '300'
12
24
  }
13
25
  ]
14
26
  }
@@ -43,5 +43,7 @@ module Awspec::Type
43
43
  method_missing_via_black_list(name, delegate_to: resource)
44
44
  end
45
45
  end
46
+
47
+ undef :timeout
46
48
  end
47
49
  end
@@ -1,3 +1,3 @@
1
1
  module Awspec
2
- VERSION = '1.4.1'
2
+ VERSION = '1.4.2'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: awspec
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.4.1
4
+ version: 1.4.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - k1LoW
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2018-02-06 00:00:00.000000000 Z
11
+ date: 2018-02-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk