cocoapods-entitlements-statistics 0.0.4 → 0.0.6

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
  SHA256:
3
- metadata.gz: 7a0f95f6fe2f06789d66f6725bf5cb0f06b4dc47a1f67bea1106dd8521266c4a
4
- data.tar.gz: 57e441caa2eda7bc8bc27e25f6ffd9896d27dc8f064a1af23b7b89c0bcf4001d
3
+ metadata.gz: bfcd4b7d070054f02b708461b8c80d517d87fed181ab3f36f89a1d246d1a7f10
4
+ data.tar.gz: 46cdc31bf17cb412340c986e9a0c9176134e1d210e5e4ab6698324a7e270b9af
5
5
  SHA512:
6
- metadata.gz: e3ec68698ed0e5be163e6aeec50379696df51970186f9bae2b240c41258fe9c0eb1124756ed31dc7352a67ca0f6bed5e44e04c9bf2abb6851c19431ca41435bb
7
- data.tar.gz: ca3672c0c6f1f1037114a402f6bdf6e51af989208a5ef26706d8fa70ca55c030e0a6a9640f0236da931663e35fb57d522d9ca5819c2c5cdc597159fd3ba0a3c0
6
+ metadata.gz: 533428eb19c8d51f36710c1375ba0e9bf0411a937bf119952aaf38a3ad5a22fa50aa45d8ae2daed4eb5f406ef072f2110acf881a779c0acedb8f2ace65b59a31
7
+ data.tar.gz: 394378ba60a31e864022359062f1f23afc4f913b0fc962cced99b4839a2b8bfa6d03dc1a08831a4b4c0c9f3415f7c97c48529ac7dbb72790708ed3aef193c4bc
@@ -24,7 +24,7 @@ module AppEntitlementsStatistics
24
24
  versions.sort{|x,y| y<=>x } unless versions.size < 2
25
25
  if versions.length < 2
26
26
  load_version
27
- return singleGenerate unless @versions.length > 1
27
+ # return singleGenerate unless @versions.length > 1
28
28
  else
29
29
  @versions = versions
30
30
  end
@@ -45,6 +45,7 @@ module AppEntitlementsStatistics
45
45
  output += "\n\n\n#{@versions.first} entitlements list: "
46
46
  output += "\n" + read_each_line(@versions.first)
47
47
  output += "\n" + "----------------------------------------"
48
+ puts "singleGenerate"
48
49
  report_path = report_file_name(path: @report_path)
49
50
  File.open(report_path, 'w') { |file|
50
51
  file.write(output)
@@ -66,7 +67,7 @@ module AppEntitlementsStatistics
66
67
  output += "\n" + "----------------------------------------"
67
68
  output += "\n\n#{pre_version} entitlements list: "
68
69
  output += "\n" + read_each_line(pre_version)
69
-
70
+ puts "generate"
70
71
  report_path = report_file_name(path: @report_path)
71
72
  File.open(report_path, 'w') { |file|
72
73
  file.write(output)
@@ -36,7 +36,7 @@ module AppEntitlementsStatistics
36
36
  def report_file_name(path: nil)
37
37
  puts "report_file_name"
38
38
  puts path
39
- path = path.nil? ? "#{path}/entitlements_statistics" : "entitlements_statistics"
39
+ path = path ? "#{path}/entitlements_statistics" : "entitlements_statistics"
40
40
  puts path
41
41
  FileUtils.mkdir_p(path) unless File.exists?(path)
42
42
  file_name = "#{path}/analyze_report"
@@ -1,3 +1,3 @@
1
1
  module CocoapodsEntitlementsStatistics
2
- VERSION = "0.0.4"
2
+ VERSION = "0.0.6"
3
3
  end
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.0.4
4
+ version: 0.0.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - bin