fastlane-plugin-wpmreleasetoolkit 6.2.0 → 6.3.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (26) hide show
  1. checksums.yaml +4 -4
  2. data/lib/fastlane/plugin/wpmreleasetoolkit/actions/common/gp_downloadmetadata_action.rb +1 -1
  3. data/lib/fastlane/plugin/wpmreleasetoolkit/actions/common/gp_update_metadata_source.rb +1 -1
  4. data/lib/fastlane/plugin/wpmreleasetoolkit/actions/ios/ios_betabuild_prechecks.rb +1 -1
  5. data/lib/fastlane/plugin/wpmreleasetoolkit/actions/ios/ios_build_prechecks.rb +1 -1
  6. data/lib/fastlane/plugin/wpmreleasetoolkit/actions/ios/ios_build_preflight.rb +1 -1
  7. data/lib/fastlane/plugin/wpmreleasetoolkit/actions/ios/ios_bump_version_beta.rb +1 -1
  8. data/lib/fastlane/plugin/wpmreleasetoolkit/actions/ios/ios_bump_version_hotfix.rb +1 -1
  9. data/lib/fastlane/plugin/wpmreleasetoolkit/actions/ios/ios_bump_version_release.rb +1 -1
  10. data/lib/fastlane/plugin/wpmreleasetoolkit/actions/ios/ios_check_beta_deps.rb +1 -1
  11. data/lib/fastlane/plugin/wpmreleasetoolkit/actions/ios/ios_clear_intermediate_tags.rb +1 -1
  12. data/lib/fastlane/plugin/wpmreleasetoolkit/actions/ios/ios_codefreeze_prechecks.rb +1 -1
  13. data/lib/fastlane/plugin/wpmreleasetoolkit/actions/ios/ios_completecodefreeze_prechecks.rb +1 -1
  14. data/lib/fastlane/plugin/wpmreleasetoolkit/actions/ios/ios_current_branch_is_hotfix.rb +1 -1
  15. data/lib/fastlane/plugin/wpmreleasetoolkit/actions/ios/ios_final_tag.rb +1 -1
  16. data/lib/fastlane/plugin/wpmreleasetoolkit/actions/ios/ios_finalize_prechecks.rb +1 -1
  17. data/lib/fastlane/plugin/wpmreleasetoolkit/actions/ios/ios_get_app_version.rb +1 -1
  18. data/lib/fastlane/plugin/wpmreleasetoolkit/actions/ios/ios_get_build_version.rb +1 -1
  19. data/lib/fastlane/plugin/wpmreleasetoolkit/actions/ios/ios_hotfix_prechecks.rb +1 -1
  20. data/lib/fastlane/plugin/wpmreleasetoolkit/actions/ios/ios_tag_build.rb +1 -1
  21. data/lib/fastlane/plugin/wpmreleasetoolkit/actions/ios/ios_update_metadata.rb +1 -1
  22. data/lib/fastlane/plugin/wpmreleasetoolkit/actions/ios/ios_update_metadata_source.rb +1 -1
  23. data/lib/fastlane/plugin/wpmreleasetoolkit/actions/ios/ios_update_release_notes.rb +1 -1
  24. data/lib/fastlane/plugin/wpmreleasetoolkit/actions/ios/ios_validate_ci_build.rb +1 -1
  25. data/lib/fastlane/plugin/wpmreleasetoolkit/version.rb +1 -1
  26. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d68a9310585fca22170859bab407386c1bf42287036832a08bdd0e55c3027522
4
- data.tar.gz: 297c23c5ffb14516663422be411ad163f16ce6620e88c5216bf76e8649350bb1
3
+ metadata.gz: bc23b6dcb021398be08fc810b93dcc9429944c774d9b3cd05c03fcd66195b362
4
+ data.tar.gz: 03d51d5aa7598aa1e3eb72b96a4b7209d0644324ff7df745a61219a581a266fb
5
5
  SHA512:
6
- metadata.gz: ca46edc69be727e82bd611707d1ed2f49efdeee160709712909ea48d7da03b6518bdff0bbbd8fd8bd3e5a75c1f1b770e353a71d0fadb654f66941b33a0262aec
7
- data.tar.gz: c043ac3b847ef8d5bc37a94803227dc8f39579ac3f7ec6957377969f5143e2a80c4e7eef8b04debba54a70439ca48d0f7cbaabcc598f3f9dc0b58bea896e35dc
6
+ metadata.gz: 3d79e772d831bb4d95897f319d938bcd23e365dc95c0c8a8b341a3238088ca31f95317a1e5079b51d417f28d0f392b3747e65e9b5d90be2be291fd6c94fca4d5
7
+ data.tar.gz: 7d6d28cff026fad6962601f7202a9cc900f3cba0db4155c0ed0c9b1b90b816a40cf340e41e742c68db2698d689fd70f91692995a176ba7d855b27a47e0c7b797
@@ -83,7 +83,7 @@ module Fastlane
83
83
  end
84
84
 
85
85
  def self.is_supported?(platform)
86
- [:ios, :android].include?(platform)
86
+ true
87
87
  end
88
88
  end
89
89
  end
@@ -163,7 +163,7 @@ module Fastlane
163
163
  end
164
164
 
165
165
  def self.is_supported?(platform)
166
- [:ios, :android].include?(platform)
166
+ true
167
167
  end
168
168
  end
169
169
  end
@@ -91,7 +91,7 @@ module Fastlane
91
91
  end
92
92
 
93
93
  def self.is_supported?(platform)
94
- platform == :ios
94
+ [:ios, :mac].include?(platform)
95
95
  end
96
96
  end
97
97
  end
@@ -67,7 +67,7 @@ module Fastlane
67
67
  end
68
68
 
69
69
  def self.is_supported?(platform)
70
- platform == :ios
70
+ [:ios, :mac].include?(platform)
71
71
  end
72
72
  end
73
73
  end
@@ -70,7 +70,7 @@ module Fastlane
70
70
  end
71
71
 
72
72
  def self.is_supported?(platform)
73
- platform == :ios
73
+ [:ios, :mac].include?(platform)
74
74
  end
75
75
  end
76
76
  end
@@ -44,7 +44,7 @@ module Fastlane
44
44
  end
45
45
 
46
46
  def self.is_supported?(platform)
47
- platform == :ios
47
+ [:ios, :mac].include?(platform)
48
48
  end
49
49
 
50
50
  private
@@ -75,7 +75,7 @@ module Fastlane
75
75
  end
76
76
 
77
77
  def self.is_supported?(platform)
78
- platform == :ios
78
+ [:ios, :mac].include?(platform)
79
79
  end
80
80
 
81
81
  private
@@ -84,7 +84,7 @@ module Fastlane
84
84
  end
85
85
 
86
86
  def self.is_supported?(platform)
87
- platform == :ios
87
+ [:ios, :mac].include?(platform)
88
88
  end
89
89
 
90
90
  private
@@ -55,7 +55,7 @@ module Fastlane
55
55
  end
56
56
 
57
57
  def self.is_supported?(platform)
58
- platform == :ios
58
+ [:ios, :mac].include?(platform)
59
59
  end
60
60
  end
61
61
  end
@@ -53,7 +53,7 @@ module Fastlane
53
53
  end
54
54
 
55
55
  def self.is_supported?(platform)
56
- platform == :ios
56
+ [:ios, :mac].include?(platform)
57
57
  end
58
58
  end
59
59
  end
@@ -69,7 +69,7 @@ module Fastlane
69
69
  end
70
70
 
71
71
  def self.is_supported?(platform)
72
- platform == :ios
72
+ [:ios, :mac].include?(platform)
73
73
  end
74
74
  end
75
75
  end
@@ -56,7 +56,7 @@ module Fastlane
56
56
  end
57
57
 
58
58
  def self.is_supported?(platform)
59
- platform == :ios
59
+ [:ios, :mac].include?(platform)
60
60
  end
61
61
  end
62
62
  end
@@ -33,7 +33,7 @@ module Fastlane
33
33
  end
34
34
 
35
35
  def self.is_supported?(platform)
36
- platform == :ios
36
+ [:ios, :mac].include?(platform)
37
37
  end
38
38
  end
39
39
  end
@@ -45,7 +45,7 @@ module Fastlane
45
45
  end
46
46
 
47
47
  def self.is_supported?(platform)
48
- platform == :ios
48
+ [:ios, :mac].include?(platform)
49
49
  end
50
50
  end
51
51
  end
@@ -57,7 +57,7 @@ module Fastlane
57
57
  end
58
58
 
59
59
  def self.is_supported?(platform)
60
- platform == :ios
60
+ [:ios, :mac].include?(platform)
61
61
  end
62
62
  end
63
63
  end
@@ -40,7 +40,7 @@ module Fastlane
40
40
  end
41
41
 
42
42
  def self.is_supported?(platform)
43
- platform == :ios
43
+ [:ios, :mac].include?(platform)
44
44
  end
45
45
  end
46
46
  end
@@ -53,7 +53,7 @@ module Fastlane
53
53
  end
54
54
 
55
55
  def self.is_supported?(platform)
56
- platform == :ios
56
+ [:ios, :mac].include?(platform)
57
57
  end
58
58
  end
59
59
  end
@@ -71,7 +71,7 @@ module Fastlane
71
71
  end
72
72
 
73
73
  def self.is_supported?(platform)
74
- platform == :ios
74
+ [:ios, :mac].include?(platform)
75
75
  end
76
76
  end
77
77
  end
@@ -37,7 +37,7 @@ module Fastlane
37
37
  end
38
38
 
39
39
  def self.is_supported?(platform)
40
- platform == :ios
40
+ [:ios, :mac].include?(platform)
41
41
  end
42
42
  end
43
43
  end
@@ -33,7 +33,7 @@ module Fastlane
33
33
  end
34
34
 
35
35
  def self.is_supported?(platform)
36
- platform == :ios
36
+ [:ios, :mac].include?(platform)
37
37
  end
38
38
  end
39
39
  end
@@ -74,7 +74,7 @@ module Fastlane
74
74
  end
75
75
 
76
76
  def self.is_supported?(platform)
77
- platform == :ios
77
+ [:ios, :mac].include?(platform)
78
78
  end
79
79
  end
80
80
  end
@@ -54,7 +54,7 @@ module Fastlane
54
54
  end
55
55
 
56
56
  def self.is_supported?(platform)
57
- platform == :ios
57
+ [:ios, :mac].include?(platform)
58
58
  end
59
59
  end
60
60
  end
@@ -39,7 +39,7 @@ module Fastlane
39
39
  end
40
40
 
41
41
  def self.is_supported?(platform)
42
- platform == :ios
42
+ [:ios, :mac].include?(platform)
43
43
  end
44
44
  end
45
45
  end
@@ -1,5 +1,5 @@
1
1
  module Fastlane
2
2
  module Wpmreleasetoolkit
3
- VERSION = '6.2.0'
3
+ VERSION = '6.3.0'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fastlane-plugin-wpmreleasetoolkit
3
3
  version: !ruby/object:Gem::Version
4
- version: 6.2.0
4
+ version: 6.3.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Automattic
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-12-14 00:00:00.000000000 Z
11
+ date: 2023-01-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport