cocoapods-entitlements-statistics 0.1.0 → 0.1.1

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: 720792e2fc643f35c4d0939d9863ec43ba6dca012c5a03b6cf79717b5e4be004
4
- data.tar.gz: de85d60fafcebf2bb22ba44e565bb8d21b6d4c7a84a841b20f35b6c882bc9cec
3
+ metadata.gz: 7c31174f0e1b58dcd707ded0b23d51e94f94fc7c4ca5f1271316afa81bd53d37
4
+ data.tar.gz: d48038d4147a1e15e84e371c983c3016aa32ef1486a697fcfa57794111bb0f81
5
5
  SHA512:
6
- metadata.gz: 3f89718bca4c16f716141d6f3823758fb57cdead266f0e871faf9da5b663fa992f56523889caae8d73586442405bf1716d564a40919fff21dac0901d614c8d4e
7
- data.tar.gz: 50604721abf53ab9c3ea77acad49d1bbf15c9f7a27d221ca967f6e6b6453473b884f4a7185ae189ae6357bc85ee8bc06b2aa07f5eef7a05541d5738af386bd44
6
+ metadata.gz: 38e14fc7ed32d961b2afb2cabf7a06d95deb50b996a7263179bbd7b3681f912fb59b8fae135efa1282eafd655f94bd942676fd8719b389ef0733889f91871dc8
7
+ data.tar.gz: 97b4e20e7548a1f70ebca4bd24fae61524b8004efd75396e9435b30d1e2968d3b0238df24896d3c7b03fccc0b6e82ece00c0e015f73c39b495bde65b6e4ff89c
@@ -1,3 +1,3 @@
1
1
  module CocoapodsEntitlementsStatistics
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
@@ -23,6 +23,7 @@ module CocoapodsEntitlementsStatistics
23
23
  extracter.extract_update
24
24
 
25
25
  report_path = (!options.nil? && options.has_key?("report_path")) ? options[:report_path] : nil
26
+ puts "xx=>report_path: #{report_path}"
26
27
  analyzer = AppEntitlementsStatistics::Analyzer.new(project_info.product_bundle_identifier, report_path: report_path )
27
28
 
28
29
  report_real_path = analyzer.analyze
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cocoapods-entitlements-statistics
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - bin