fastlane-plugin-clean_testflight_testers 0.1.0 → 0.1.1
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 329510af442a23ba68244944f4b8f329a02d9226
|
4
|
+
data.tar.gz: 379354778e4c450461e3cc5fa5eeab97e08dbf0b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 714451dc67dde309afcea7628128b7a2a6fd1bc1a3bbf0ffcf44335ebda2f3dbd8f556cffc00568c39ff062e64370c1dc3ce480e9f92f4458896710582b23e88
|
7
|
+
data.tar.gz: 7df3f240b818a6d1445c2000950b2a98fe4479bd641616cb266df4a15f7a116723018febf109e693e74584966c58ba76d8088b9297be38d2a885b7b87419f7f0
|
data/README.md
CHANGED
@@ -12,10 +12,6 @@ fastlane add_plugin clean_testflight_testers
|
|
12
12
|
|
13
13
|
## About clean_testflight_testers
|
14
14
|
|
15
|
-
#### Note: This plugin isn't available to use yet
|
16
|
-
|
17
|
-
Please wait until https://github.com/fastlane/fastlane/pull/10186 is merged and shipped, which should be in a few days or so.
|
18
|
-
|
19
15
|
![screenshot.png](screenshot.png)
|
20
16
|
|
21
17
|
> Automatically remove TestFlight testers that are not actually testing your app
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: fastlane-plugin-clean_testflight_testers
|
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
|
- Felix Krause
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2017-
|
11
|
+
date: 2017-10-02 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: pry
|