cocoapods-tdfire-binary 1.4.22 → 1.4.23

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: 6d863306659e07308c3618dad3f0736cd396dd05
4
- data.tar.gz: '0383005614ab573132fcf3509c7a333a4aed4dc3'
3
+ metadata.gz: d74c4c56ba39a64d2285d0aa4a2ad111700342fb
4
+ data.tar.gz: 034744f93dec21d56a8b2f58727515e51fe856ed
5
5
  SHA512:
6
- metadata.gz: afca33befab68fa412c440a02cb37eceb0944bb18221ddb35c1438c2754f412463105241c50c3e2bd15acdfb42253f1bf0c230659e6fa9b4f59494c7b8866e20
7
- data.tar.gz: 0cde897c7dfb7eaf09ecbca3796e5b9d6d8d64cf1e4a85298754857ad283d6d0771c212921646accc91e7f2e19d503b3b2eca92bfe1d85f830b8cee74481f218
6
+ metadata.gz: 5680d1da1bfa8a3d1637a2985474448732328dd4b56c4f97de5930ee16969b193a9094e00a45b635bea234c1dc73c45e1ad44921bcfa1a64765c990c379b5ebb
7
+ data.tar.gz: 8bee3223216aed9cd24cdc764797e652af33e66c84dd8d37a5abf8a0ecd65b443f288b3732be7026deed4246da855713a7a5c462dce4f38832cedbc7d0cc1d12
@@ -56,6 +56,7 @@ module Pod
56
56
 
57
57
  def private_sources(keywords = repo_url)
58
58
  sources = config.sources_manager.all.select do |source|
59
+ return false unless source.url
59
60
  source.url.downcase.include? keywords
60
61
  end
61
62
 
@@ -1,3 +1,3 @@
1
1
  module CocoapodsTdfireBinary
2
- VERSION = "1.4.22"
2
+ VERSION = "1.4.23"
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.22
4
+ version: 1.4.23
5
5
  platform: ruby
6
6
  authors:
7
7
  - tripleCC