fastlane-plugin-maestro_orchestration 0.1.0 → 0.1.1
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/README.md +1 -1
- data/lib/fastlane/plugin/maestro_orchestration/version.rb +1 -1
- metadata +2 -6
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: '086c4bd7674b2327f6e626d0105c36813d9eb18c49d39cdd3206c7e333810ea7'
|
4
|
+
data.tar.gz: acf9dd5be626c77bdb8f623f012eaf0e120805f4140022f62e6def171238cc15
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1395bb25eadedee9c5d034f2df92c0178b57455ba976ef16121d3ccc370606245887b55152c9ebe3881d4df682bafa89a08ff81d7b5310ccb2b1c28c0cca023e
|
7
|
+
data.tar.gz: 35f1640bd4bfca29cf098f70a84b7d493310a9a6aceb854f2504532271bb836ebe1e274b21a99653807ca0987f85ef67c2256e6995ae12e4ca459f271915ed83
|
data/README.md
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
# maestro_orchestration plugin
|
2
2
|
|
3
|
-
[](https://badge.fury.io/rb/fastlane-plugin-maestro_orchestration)
|
4
4
|
|
5
5
|
## Getting Started
|
6
6
|
|
metadata
CHANGED
@@ -1,11 +1,10 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: fastlane-plugin-maestro_orchestration
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Nemanja Risteski
|
8
|
-
autorequire:
|
9
8
|
bindir: bin
|
10
9
|
cert_chain: []
|
11
10
|
date: 2025-01-31 00:00:00.000000000 Z
|
@@ -30,7 +29,6 @@ dependencies:
|
|
30
29
|
- - ">="
|
31
30
|
- !ruby/object:Gem::Version
|
32
31
|
version: 1.2.1
|
33
|
-
description:
|
34
32
|
email: nemanja.risteski@sourcetoad.com
|
35
33
|
executables: []
|
36
34
|
extensions: []
|
@@ -50,7 +48,6 @@ licenses:
|
|
50
48
|
- MIT
|
51
49
|
metadata:
|
52
50
|
rubygems_mfa_required: 'true'
|
53
|
-
post_install_message:
|
54
51
|
rdoc_options: []
|
55
52
|
require_paths:
|
56
53
|
- lib
|
@@ -65,8 +62,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
65
62
|
- !ruby/object:Gem::Version
|
66
63
|
version: '0'
|
67
64
|
requirements: []
|
68
|
-
rubygems_version: 3.
|
69
|
-
signing_key:
|
65
|
+
rubygems_version: 3.6.2
|
70
66
|
specification_version: 4
|
71
67
|
summary: Plugin for maestro testing framework.
|
72
68
|
test_files: []
|