fastlane-plugin-stream_actions 0.3.37 → 0.3.39
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 +4 -4
- data/lib/fastlane/plugin/stream_actions/actions/allure_api.rb +1 -1
- data/lib/fastlane/plugin/stream_actions/actions/allure_create_launch.rb +1 -1
- data/lib/fastlane/plugin/stream_actions/actions/allure_create_testcase.rb +1 -1
- data/lib/fastlane/plugin/stream_actions/actions/allure_run_testplan.rb +1 -1
- data/lib/fastlane/plugin/stream_actions/actions/custom_match.rb +1 -1
- data/lib/fastlane/plugin/stream_actions/actions/is_check_required.rb +1 -1
- data/lib/fastlane/plugin/stream_actions/actions/pod_push_safely.rb +1 -1
- data/lib/fastlane/plugin/stream_actions/actions/prepare_simulator.rb +1 -1
- data/lib/fastlane/plugin/stream_actions/actions/publish_ios_sdk.rb +1 -1
- data/lib/fastlane/plugin/stream_actions/actions/read_changelog.rb +1 -1
- data/lib/fastlane/plugin/stream_actions/actions/release_ios_sdk.rb +3 -1
- data/lib/fastlane/plugin/stream_actions/actions/retrieve_xctest_names.rb +1 -1
- data/lib/fastlane/plugin/stream_actions/actions/testflight_build.rb +1 -1
- data/lib/fastlane/plugin/stream_actions/actions/update_copyright.rb +1 -1
- data/lib/fastlane/plugin/stream_actions/actions/update_testplan.rb +1 -1
- data/lib/fastlane/plugin/stream_actions/actions/wait_android_emu_idle.rb +1 -1
- data/lib/fastlane/plugin/stream_actions/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a91a3ce766780880671a7536fab4ed531613ab6773f95ccd01d1343eba86bd58
|
4
|
+
data.tar.gz: af693c039532c317f4fc0873f8f3d8ef97006c81015cde9e8652fdbd4915fd65
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0f0dda72c27a96b6ea570842a4ac8588f617bd1033faf17001764d108ea283c6bf03c5daa2dd69523256171386be71a07a629aeb117edc3ed95873c9e7649339
|
7
|
+
data.tar.gz: ba13abd574c88c387e7074a5bce17b84bfd377d3825949c3f9b71f2d716a35b988c5a9f8a63f3c710e2a0d7de968355698fd97f3724f23560fed56b938735e58
|
@@ -58,6 +58,8 @@ module Fastlane
|
|
58
58
|
if params[:version].nil? && !["patch", "minor", "major"].include?(params[:bump_type])
|
59
59
|
UI.user_error!("Please use type parameter with one of the options: type:patch, type:minor, type:major")
|
60
60
|
end
|
61
|
+
|
62
|
+
sh('git config --global user.name "Stream Bot"')
|
61
63
|
end
|
62
64
|
|
63
65
|
def self.ensure_release_tag_is_new(version_number)
|
@@ -146,7 +148,7 @@ module Fastlane
|
|
146
148
|
]
|
147
149
|
end
|
148
150
|
|
149
|
-
def self.
|
151
|
+
def self.is_supported?(platform)
|
150
152
|
[:ios].include?(platform)
|
151
153
|
end
|
152
154
|
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: fastlane-plugin-stream_actions
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.3.
|
4
|
+
version: 0.3.39
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- GetStream
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-
|
11
|
+
date: 2024-08-08 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: xctest_list
|