cocoapods-entitlements-statistics 0.0.5 → 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: 230be6c29cfc47b496d71ac7126200699b2a66cf4a01a60e51f12079d25500af
4
- data.tar.gz: daa9844cb99f7dcd622d352522a5945ac617c6cbfcd5e6a5b3c2870922d56dbb
3
+ metadata.gz: bfcd4b7d070054f02b708461b8c80d517d87fed181ab3f36f89a1d246d1a7f10
4
+ data.tar.gz: 46cdc31bf17cb412340c986e9a0c9176134e1d210e5e4ab6698324a7e270b9af
5
5
  SHA512:
6
- metadata.gz: 8619b25139ef8d828b66ae35af8f1e01f2b633910ec7eb494e930b5f72d0ffdef9cf8ae13f1bdcdc9019771b58e1704dacfaa1b40c0d41e97f21562f2e12214d
7
- data.tar.gz: f18d30b8a0b3593ac5af8023b4c6cb20c28fbba7a1840a7cb0c8153490b2d31b45b41eaea50f2ae13e1ef3409ad0b6c593ff8c0d1d47605516f849bd59f1cc6c
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)
@@ -1,3 +1,3 @@
1
1
  module CocoapodsEntitlementsStatistics
2
- VERSION = "0.0.5"
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.5
4
+ version: 0.0.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - bin