cocoapods-privacy 0.0.2 → 0.0.3

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
  SHA256:
3
- metadata.gz: ec7d2af33c33d5ebc1458177863ea2d7fb8683f6c054d9fda992f15b2258650a
4
- data.tar.gz: 720615e1ea47109825247569e164c658bda23c7850416a84ca5d8de2161faa58
3
+ metadata.gz: 2dd33a12851ad8910f340c85839e7110e567c04ee2531b8cdb29042a53c16fcc
4
+ data.tar.gz: 2867496cf2297f46178f88eaba4f1a85531a8dcbd1ea3f95c3d033a89908710f
5
5
  SHA512:
6
- metadata.gz: ea36b077a0ecc139dba6aaa652dde5cfc0489412036eae3474eb60c314f31bb9661807b07ebd9e87122714d6609ebeccaee6003d38f1a2dd9669901715cc1403
7
- data.tar.gz: f3a41a58c76a4b3f5cd715d1a62d30ae14431310992b22a3e62d7ec0444f5163a8fc6032d11cfb678467b41ab58570ceef3083e57a215604ba26a8bfd7387d03
6
+ metadata.gz: c6601692be2b397a4bbdd8680448799de88a80680be198403849b4453821327f9b017a667f1b5d9606d4ed4d24ca1fd49f1e8a93c767a42a36225932d4d4da09
7
+ data.tar.gz: f03fae4e472d36e6ef2ab02c962a4be841af1c219335de250d01fb8e66292389394f4640e43c52497abc8948b343adb3e3cf86823362417f933af59efe8ed411
@@ -1,3 +1,3 @@
1
1
  module CocoapodsPrivacy
2
- VERSION = "0.0.2"
2
+ VERSION = "0.0.3"
3
3
  end
@@ -8,7 +8,7 @@ module PrivacyUtils
8
8
 
9
9
  # 通过是否包含podspec 来判断是否为主工程
10
10
  def self.isMainProject
11
- !(podspec_file_path && !podspec_file_path.empty)
11
+ !(podspec_file_path && !podspec_file_path.empty?)
12
12
  end
13
13
 
14
14
  # 查找podspec
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cocoapods-privacy
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - youhui