cocoapods-tdfire-binary 1.4.21 → 1.4.22

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: feb413f21f9b677cd8f724fff1878a23b6b30bfa
4
- data.tar.gz: 36329d7f3358ade330e0d5591bbfb33fee462c79
3
+ metadata.gz: 6d863306659e07308c3618dad3f0736cd396dd05
4
+ data.tar.gz: '0383005614ab573132fcf3509c7a333a4aed4dc3'
5
5
  SHA512:
6
- metadata.gz: 366df69fa361229df1cff4497abb2c919fa925988afca1666d279523aa6daa206acdefc89347019a5e8974f556bc5e0f728b07c62b7cb862d17e38163b7efd1a
7
- data.tar.gz: 67acc292ea8e78d58d4da92f2ec1aeb812f1ab94ddfda78fe92771bfb3fc27ec25f94114894d3f68413285088da2946520f418c84ab53db915282dbb7b0031ab
6
+ metadata.gz: afca33befab68fa412c440a02cb37eceb0944bb18221ddb35c1438c2754f412463105241c50c3e2bd15acdfb42253f1bf0c230659e6fa9b4f59494c7b8866e20
7
+ data.tar.gz: 0cde897c7dfb7eaf09ecbca3796e5b9d6d8d64cf1e4a85298754857ad283d6d0771c212921646accc91e7f2e19d503b3b2eca92bfe1d85f830b8cee74481f218
@@ -23,7 +23,8 @@ 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.try([k]))
26
+ default = hash[k] if hash
27
+ hash[k] = @asker.ask_with_answer(v, default)
27
28
  end
28
29
 
29
30
  binary_config.config_with_setting(hash)
@@ -1,3 +1,3 @@
1
1
  module CocoapodsTdfireBinary
2
- VERSION = "1.4.21"
2
+ VERSION = "1.4.22"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cocoapods-tdfire-binary
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.4.21
4
+ version: 1.4.22
5
5
  platform: ruby
6
6
  authors:
7
7
  - tripleCC