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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 16bca8a824864e18e5022ff562fb194076093be36b157665c8a9b35badbe047e
4
- data.tar.gz: 32fe2d534c4d295245009d6672750f748adfdfce4dcd6ca8864a60e989d19936
3
+ metadata.gz: '086c4bd7674b2327f6e626d0105c36813d9eb18c49d39cdd3206c7e333810ea7'
4
+ data.tar.gz: acf9dd5be626c77bdb8f623f012eaf0e120805f4140022f62e6def171238cc15
5
5
  SHA512:
6
- metadata.gz: 8f5c55f53f32f13711091ebb0e989b7475b133e64739ff839966a62239eef3fd8a53d555ee1c64da888c1ba810bed487b9316f61786f56cc4d8564fdcfe03a5c
7
- data.tar.gz: e923fa4cae04e21f78111f8d1dc0083b88a616f3c60a5d1570750087349014608eff5926dec3cc9d9cb734fa7963b13e46cbec082ff4022149e20f4a373bdb0b
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
- [![fastlane Plugin Badge](https://rawcdn.githack.com/fastlane/fastlane/master/fastlane/assets/plugin-badge.svg)](https://rubygems.org/gems/fastlane-plugin-maestro_orchestration)
3
+ [![Gem Version](https://badge.fury.io/rb/fastlane-plugin-maestro_orchestration.svg)](https://badge.fury.io/rb/fastlane-plugin-maestro_orchestration)
4
4
 
5
5
  ## Getting Started
6
6
 
@@ -1,5 +1,5 @@
1
1
  module Fastlane
2
2
  module MaestroOrchestration
3
- VERSION = "0.1.0"
3
+ VERSION = "0.1.1"
4
4
  end
5
5
  end
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.0
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.1.6
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: []