cocoapods-tdfire-binary 1.4.19 → 1.4.20

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: 75dc7821ad4177fceb16a7e09a52f67f3c99703a
4
- data.tar.gz: 3c22f716c0b64fa8b6b85c9bfa7fbdb0eeb0a744
3
+ metadata.gz: bdca923cac22dd18ce66c6a8b11a1364568bde21
4
+ data.tar.gz: 5f93452b62c14cce69fd576e0dca62835a132d87
5
5
  SHA512:
6
- metadata.gz: 1eab57f173e93ef6de751677a2f316708457bbc491e1f0d9aa5e4cdad8f2cb5ff5319e0642f0a6fb848f1297740ff9ec9cf94a38ff6302412a0486d444e6a60f
7
- data.tar.gz: 67f98685e4929057332ed3cb5b110bc602ea99f7e4f053e7b539bfa7d2be905d144df7f5b9f5b9b966bd474b83bf2cb0a37b5659e999eb6486f1f0f29538747e
6
+ metadata.gz: '0397ffd124fb46c004bec4196f165ead0585bc091dcddff200054cb5ab6e8371fdf9698a9aa088631ec5983bed51b510d585945f501e2fafefd8f25f02c9bc4a'
7
+ data.tar.gz: 3a5ceb8e088ba1362373f217a088ca115a27221f25c57816377c4dac351a5ca2f70699bc4a7a12264545ecc3b54683fffdbd83f192adcf9c2624dc096db51fb7
data/README.md CHANGED
@@ -67,7 +67,7 @@ Options:
67
67
  server_host: 输入二进制服务器地址 (比如 http://xxxxx:8080)
68
68
  repo_url: 输入私有源 Git 地址 (比如 https://github.com/tripleCC/PrivateSpecRepo.git)
69
69
  template_url: 输入 pod 模版 Git 地址 (比如 https://github.com/CocoaPods/pod-template.git)
70
- three_party_group: 输入三方库所在的 group (比如 cocoapods-repos)
70
+ third_party_group: 输入三方库所在的 group (比如 cocoapods-repos)
71
71
 
72
72
  输入二进制服务器地址 (比如 http://xxxxx:8080)
73
73
  >
@@ -9,7 +9,7 @@ module Pod
9
9
  REPO_URL_KEY = 'repo_url'.freeze
10
10
  SERVER_ROOT_KEY = 'server_host'.freeze
11
11
  TEMPLATE_URL_KEY = 'template_url'.freeze
12
- THREE_PARTY_GROUP_KEY = 'three_party_group'.freeze
12
+ THREE_PARTY_GROUP_KEY = 'third_party_group'.freeze
13
13
 
14
14
  def self.instance
15
15
  @instance ||= new
@@ -23,7 +23,7 @@ module Pod
23
23
  hash = binary_config.setting_hash
24
24
 
25
25
  Pod::Tdfire::InitAsker::QUESTIONS.each do |k, v|
26
- hash[k] = @asker.ask_with_answer(v, hash[k])
26
+ hash[k] = @asker.ask_with_answer(v, hash.try([k]))
27
27
  end
28
28
 
29
29
  binary_config.config_with_setting(hash)
@@ -1,3 +1,3 @@
1
1
  module CocoapodsTdfireBinary
2
- VERSION = "1.4.19"
2
+ VERSION = "1.4.20"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cocoapods-tdfire-binary
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.4.19
4
+ version: 1.4.20
5
5
  platform: ruby
6
6
  authors:
7
7
  - tripleCC
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-10-29 00:00:00.000000000 Z
11
+ date: 2018-11-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler