woolen_common 0.0.10 → 0.0.11

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: 4070f2c35867c4802790bd9bf6baa522b8c527d1
4
- data.tar.gz: b55fc9b5d9e9db649c4b8bcab4262542f5436e60
3
+ metadata.gz: 57fcb758f43720755bd3ec8b8f811e6082b28004
4
+ data.tar.gz: 0dee7bc01a35579d4ca912699199cd13f3260ce5
5
5
  SHA512:
6
- metadata.gz: 8a52c69f86f8633486443abc869f9da09170321f9beaa09b25ad2693a4fcf0ec7113f2ff5f6de8b72e3f083c339d7a6ddaf2bb60524a4cbf790d402a98fa911a
7
- data.tar.gz: 6a4ef906ea35ce4d4efa9635d34aee38caee639beb67f5ad9ee7cf7cfae9539425d4f19e4e2346350d0b5b991f5195befb20cff97bf0f6f2ee0f52453964dac2
6
+ metadata.gz: ca411694e311a103c70cd92f7037ab29b8e4b267b187f52accfad6e764179e9eb6652d91bdc3ed85589e0dcbd9463438d28d267ddb00c618768f0291e49e9f0a
7
+ data.tar.gz: 46f534130b0ab677702f272744375c55285382715da3e925a95d2c795ecaa13a8475cfeb4199cea0168c2f7dd932778209c3569ca677b5ec3f73d584daf9178c
@@ -76,6 +76,7 @@ begin
76
76
  @options = options
77
77
  @conn_retry = options[:proxy_conn_retry] || 5
78
78
  options[:paranoid] = false # for disable the public key verify
79
+ options[:non_interactive] = true # for disable the interactive
79
80
  options.delete :proxy_conn_retry if options[:proxy_conn_retry]
80
81
  # 超时时间设置30秒太长了,不是很合理,实际上5秒没有回复,那就是出问题了
81
82
  @conn_timeout = options[:proxy_conn_timeout] || 5
@@ -1,3 +1,3 @@
1
1
  module WoolenCommon
2
- VERSION = '0.0.10'
2
+ VERSION = '0.0.11'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: woolen_common
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.10
4
+ version: 0.0.11
5
5
  platform: ruby
6
6
  authors:
7
7
  - just_woolen
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-08-22 00:00:00.000000000 Z
11
+ date: 2017-08-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler