fastlane-plugin-mango 1.3.23 → 1.3.24
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/mango/helper/mango_helper.rb +1 -1
- data/lib/fastlane/plugin/mango/version.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 7bbe89aab4fd4a6cbf2a2d360d352a4779f3552c40363b885f22f1d92d4ede91
|
|
4
|
+
data.tar.gz: e6942ec6befc170116925bc591d76785af6c37c96eb9626b703f3fb3ed0a7ddb
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e11573eaa722357ff7f9a277caa5694aebef76c47694efcea6d59e1aa4c989d89648c65c7b004c5c2274dc68f1cfba6fa5e8158ea8e2ed44e4862378656b92ee
|
|
7
|
+
data.tar.gz: 1be7619d54e2421f53dbd9ba7f999da8f011da9c02964829ffa146689d7b1b1c211b290588b18fef76707975703cf7bb68793a0ed7f04fa82d166c4d57d132aa
|
data/README.md
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
[](https://rubygems.org/gems/fastlane-plugin-mango) [](https://github.com/xing/mango/blob/master/LICENSE)
|
|
5
5
|
[](http://rubygems.org/gems/fastlane-plugin-mango)
|
|
6
6
|
|
|
7
|
-
A fastlane plugin that runs Android tasks on a specified [Docker](https://www.docker.com/) image
|
|
7
|
+
A fastlane plugin that runs Android tasks on a specified [Docker](https://www.docker.com/) image. Can be used for orchestrating android tasks on a CI syste.
|
|
8
8
|
|
|
9
9
|
<img src="assets/mango_logo.png" alt="Mango Logo" width="256px" height="256px"/>
|
|
10
10
|
|
|
@@ -210,7 +210,7 @@ module Fastlane
|
|
|
210
210
|
all_containers = Docker::Container.all(all: true)
|
|
211
211
|
|
|
212
212
|
all_containers.each do |container|
|
|
213
|
-
if container.info['Names'].first[1
|
|
213
|
+
if container.info['Names'].first[1..-1] == container_name
|
|
214
214
|
@container = container
|
|
215
215
|
return true
|
|
216
216
|
end
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: fastlane-plugin-mango
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.3.
|
|
4
|
+
version: 1.3.24
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Serghei Moret, Daniel Hartwich
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2021-03-
|
|
11
|
+
date: 2021-03-22 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: docker-api
|
|
@@ -170,8 +170,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
170
170
|
- !ruby/object:Gem::Version
|
|
171
171
|
version: '0'
|
|
172
172
|
requirements: []
|
|
173
|
-
rubygems_version: 3.1.
|
|
173
|
+
rubygems_version: 3.1.4
|
|
174
174
|
signing_key:
|
|
175
175
|
specification_version: 4
|
|
176
|
-
summary: This plugin Android tasks on docker images
|
|
176
|
+
summary: This plugin orchtestrates Android tasks on docker images
|
|
177
177
|
test_files: []
|