fastlane-plugin-maestro_orchestration 0.1.3 → 0.1.4

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: 31054bd007a386794670905de05851f52f08ec754a2ace35738005dcafc761f5
4
- data.tar.gz: f34f027a6eceed37ba8c6de14a5fb5f06c59dce196cdc59e5b6944147820772e
3
+ metadata.gz: 98d193787d569007ba647b4b869f49c9bba679fb399d6affad790eafa4df24cc
4
+ data.tar.gz: 24fb81983dc0fda7cb678ec383804a33786e530e62a272676cbfe3370afffcf0
5
5
  SHA512:
6
- metadata.gz: 542ab46c6d2b8f30f77b6a5800829443a96d1427c5db632c399bacbc3f1dec302421de6f81d7768b7c82e90047ec7892c33a2c02e2052a878d34f84934dbf4d7
7
- data.tar.gz: 2c2e163734d8e63bc4177ed4f86edbb20a05503ef8af892f159f047eceb13114df54424d18585ad678304f903e41e396062a9ed8f6ff4a82d113c2dcfad9ecaf
6
+ metadata.gz: 457bece3613f4822125740a8cecc757a49d5759c42e417cf97beeccb5ce93ac7ffc626bf129181dd5ebf22bbf144a64c593649216b9b80a0b76d875badef940a
7
+ data.tar.gz: 5122107c7b68c4f4e953fae8356bbbeaa15248520c906fb9218f86f89fcdce14202bd76ef48df9976404153c067dda57f8e1ac28d8af4668556ad439845d6755
@@ -27,7 +27,7 @@ module Fastlane
27
27
  simulators_list = `xcrun simctl list devices`.strip
28
28
  device_status = simulators_list.match(/#{Regexp.quote(params[:simulator_name])}.*\(([^)]+)\) \(([^)]+)\)/)
29
29
  device_id = device_status[1]
30
- `maestro --device #{device_id} test #{params[:maestro_flow_file]}`
30
+ sh("maestro --device #{device_id} test #{params[:maestro_flow_file]}")
31
31
  UI.success("Finished Maestro tests on iOS.")
32
32
 
33
33
  UI.message("Killing iOS simulator...")
@@ -1,5 +1,5 @@
1
1
  module Fastlane
2
2
  module MaestroOrchestration
3
- VERSION = "0.1.3"
3
+ VERSION = "0.1.4"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fastlane-plugin-maestro_orchestration
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.3
4
+ version: 0.1.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nemanja Risteski
8
8
  bindir: bin
9
9
  cert_chain: []
10
- date: 2025-02-13 00:00:00.000000000 Z
10
+ date: 1980-01-02 00:00:00.000000000 Z
11
11
  dependencies:
12
12
  - !ruby/object:Gem::Dependency
13
13
  name: fastlane-plugin-android_emulator
@@ -62,7 +62,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
62
62
  - !ruby/object:Gem::Version
63
63
  version: '0'
64
64
  requirements: []
65
- rubygems_version: 3.6.2
65
+ rubygems_version: 4.0.16
66
66
  specification_version: 4
67
67
  summary: Plugin for maestro testing framework.
68
68
  test_files: []