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: 079d6ebd3b925a1a16f1a3deb2feb1b1f99d8ffe
4
- data.tar.gz: 63d3d0d9f7c6ad2fe306892579796cb00339f929
3
+ metadata.gz: 329510af442a23ba68244944f4b8f329a02d9226
4
+ data.tar.gz: 379354778e4c450461e3cc5fa5eeab97e08dbf0b
5
5
  SHA512:
6
- metadata.gz: 40a58312425ba5f38209fe8e0aec998b8354feeaffa052e6331187693b20ab0d9e9df202b222ba5bac99038db2570050e6fa6401c8efb0dc8b8a596ef0d8ed41
7
- data.tar.gz: 643924bf6c1daae84efac0126b398d821b8e7b0d2e05adfa748a5d2416b62e9a8c31c1a7b77909818ef18cdc004c590d24c580dafb7385e4b378e98cd583f666
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
@@ -2,7 +2,6 @@ module Fastlane
2
2
  module Actions
3
3
  class CleanTestflightTestersAction < Action
4
4
  def self.run(params)
5
- ENV["SPACESHIP_DEBUG"] = 1.to_s
6
5
  require 'spaceship'
7
6
 
8
7
  UI.message("Login to iTunes Connect (#{params[:username]})")
@@ -1,5 +1,5 @@
1
1
  module Fastlane
2
2
  module CleanTestflightTesters
3
- VERSION = "0.1.0"
3
+ VERSION = "0.1.1"
4
4
  end
5
5
  end
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.0
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-09-15 00:00:00.000000000 Z
11
+ date: 2017-10-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: pry