fastlane 2.81.0.beta.20180208010003 → 2.81.0.beta.20180209010002
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: 5be3dbd442317cf17667f19020b9ae877b09cae1
|
4
|
+
data.tar.gz: 3ba46f80babc7ae670b4dcf36bc60a1c09fa6eab
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: cb120ef9d25973d1a712a9fcf0758738f33b7959e5ac71953d22943f89b776edb9b9a3c1e547b96b14c90a63351e1d49bdb032661d2c44b0112b51e5def1bb03
|
7
|
+
data.tar.gz: e3648c9dc6edee5c90585b44d9e8cad61a1b841f66645ec45c195dc2c58a8f9413fe1b1ca4255451f22c78e35068c3046caab50839361564f7834dfe16c0a9a1
|
@@ -1,5 +1,5 @@
|
|
1
1
|
module Fastlane
|
2
|
-
VERSION = '2.81.0.beta.
|
2
|
+
VERSION = '2.81.0.beta.20180209010002'.freeze
|
3
3
|
DESCRIPTION = "The easiest way to automate beta deployments and releases for your iOS and Android apps".freeze
|
4
4
|
MINIMUM_XCODE_RELEASE = "7.0".freeze
|
5
5
|
RUBOCOP_REQUIREMENT = '0.49.1'.freeze
|
@@ -15,8 +15,8 @@ module Fastlane
|
|
15
15
|
puts("")
|
16
16
|
end
|
17
17
|
|
18
|
-
# Called once the inspector has
|
19
|
-
def
|
18
|
+
# Called once the inspector has received a report with more than one issue.
|
19
|
+
def inspector_successfully_received_report(report, inspector)
|
20
20
|
report.issues[0..(NUMBER_OF_ISSUES_INLINE - 1)].each { |issue| print_issue_full(issue) }
|
21
21
|
|
22
22
|
if report.issues.count > NUMBER_OF_ISSUES_INLINE
|
@@ -28,8 +28,8 @@ module Fastlane
|
|
28
28
|
print_open_link_hint
|
29
29
|
end
|
30
30
|
|
31
|
-
# Called once the report has been
|
32
|
-
def
|
31
|
+
# Called once the report has been received, but when there are no issues found.
|
32
|
+
def inspector_received_empty_report(report, inspector)
|
33
33
|
puts("Found no similar issues. To create a new issue, please visit:")
|
34
34
|
puts("https://github.com/#{inspector.repo_owner}/#{inspector.repo_name}/issues/new")
|
35
35
|
puts("Run `fastlane env` to append the fastlane environment to your issue")
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: fastlane
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.81.0.beta.
|
4
|
+
version: 2.81.0.beta.20180209010002
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Fumiya Nakamura
|
@@ -25,7 +25,7 @@ authors:
|
|
25
25
|
autorequire:
|
26
26
|
bindir: bin
|
27
27
|
cert_chain: []
|
28
|
-
date: 2018-02-
|
28
|
+
date: 2018-02-09 00:00:00.000000000 Z
|
29
29
|
dependencies:
|
30
30
|
- !ruby/object:Gem::Dependency
|
31
31
|
name: slack-notifier
|
@@ -383,7 +383,7 @@ dependencies:
|
|
383
383
|
requirements:
|
384
384
|
- - ">="
|
385
385
|
- !ruby/object:Gem::Version
|
386
|
-
version: 1.
|
386
|
+
version: 1.1.2
|
387
387
|
- - "<"
|
388
388
|
- !ruby/object:Gem::Version
|
389
389
|
version: 2.0.0
|
@@ -393,7 +393,7 @@ dependencies:
|
|
393
393
|
requirements:
|
394
394
|
- - ">="
|
395
395
|
- !ruby/object:Gem::Version
|
396
|
-
version: 1.
|
396
|
+
version: 1.1.2
|
397
397
|
- - "<"
|
398
398
|
- !ruby/object:Gem::Version
|
399
399
|
version: 2.0.0
|