pilot 1.2.0 → 1.2.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
  SHA1:
3
- metadata.gz: 18caa44bc8529b93340392cae3f7b5d853b7ead1
4
- data.tar.gz: b639c45c9849df3387d2f8dd030bd543a4312e64
3
+ metadata.gz: 8d6ff3daa62e21ad76c655a795e9f46b5f1a4c20
4
+ data.tar.gz: d453853e67069e7679a4187e432d9eb77e8e6c19
5
5
  SHA512:
6
- metadata.gz: ffa7bbe390ec73d97da358aa298b5b0bc68e74e79f0feb68fa85df4f73ba53e4c6fcc49315ed823d23a1cb483bd8102c96c85804e692bdbd4433b782d06dead3
7
- data.tar.gz: cdea50624d1d939f119ccff17ac94f097f5f46db2ef0765c6da479226da4d5afcc91ff4df775cf28151b5bb437133bf8a18f7d3ca4d9adb76f140feccf6bbbbe
6
+ metadata.gz: 7f06c7df12a82ad5a9cb0f371a9fe356eeb9809e99e7ee67c2080e9eb376ab05741fdd923b16ffa04b0988346acefa783263e8a29f705e46b71e5baf0ef72e75
7
+ data.tar.gz: bf3f4aa035d6b6b485df8465ca8c5ac041713efc8d06d549f90d6a644b2c4aada78e4e9fe751ae254e52f9ec21081d12ec97c0fb28bc0068f75e555af4f1fc77
@@ -21,7 +21,7 @@ module Pilot
21
21
  uploaded_build = wait_for_processing_build
22
22
  distribute_build(uploaded_build, options)
23
23
 
24
- Helper.log.info "Successfully distribute build to beta testers 🚀"
24
+ Helper.log.info "Successfully distributed build to beta testers 🚀"
25
25
  end
26
26
  else
27
27
  raise "Error uploading ipa file, more information see above".red
@@ -57,7 +57,7 @@ module Pilot
57
57
 
58
58
  if tester
59
59
  tester.delete!
60
- Helper.log.info "Successully removed tester #{tester.email}".green
60
+ Helper.log.info "Successfully removed tester #{tester.email}".green
61
61
  else
62
62
  Helper.log.error "Tester not found: #{config[:email]}".red
63
63
  end
data/lib/pilot/version.rb CHANGED
@@ -1,4 +1,4 @@
1
1
  module Pilot
2
- VERSION = "1.2.0"
2
+ VERSION = "1.2.1"
3
3
  DESCRIPTION = "The best way to manage your TestFlight testers and builds from your terminal"
4
4
  end
data/lib/pilot.rb CHANGED
@@ -13,4 +13,5 @@ require "terminal-table"
13
13
 
14
14
  module Pilot
15
15
  Helper = FastlaneCore::Helper # you gotta love Ruby: Helper.* should use the Helper class contained in FastlaneCore
16
+ UI = FastlaneCore::UI
16
17
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pilot
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.0
4
+ version: 1.2.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: 2015-12-14 00:00:00.000000000 Z
11
+ date: 2015-12-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: fastlane_core
@@ -16,7 +16,7 @@ dependencies:
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: 0.16.1
19
+ version: 0.31.0
20
20
  - - "<"
21
21
  - !ruby/object:Gem::Version
22
22
  version: 1.0.0
@@ -26,7 +26,7 @@ dependencies:
26
26
  requirements:
27
27
  - - ">="
28
28
  - !ruby/object:Gem::Version
29
- version: 0.16.1
29
+ version: 0.31.0
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
32
  version: 1.0.0
@@ -247,7 +247,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
247
247
  version: '0'
248
248
  requirements: []
249
249
  rubyforge_project:
250
- rubygems_version: 2.4.6
250
+ rubygems_version: 2.2.2
251
251
  signing_key:
252
252
  specification_version: 4
253
253
  summary: The best way to manage your TestFlight testers and builds from your terminal