fastlane 2.81.0.beta.20180208010003 → 2.81.0.beta.20180209010002

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: 28a9a51503d15855e2a55c81c09207487a4af923
4
- data.tar.gz: 57da1f52daa6ba60891f840ca8902473f682cc07
3
+ metadata.gz: 5be3dbd442317cf17667f19020b9ae877b09cae1
4
+ data.tar.gz: 3ba46f80babc7ae670b4dcf36bc60a1c09fa6eab
5
5
  SHA512:
6
- metadata.gz: 7f72df33265e781932db89ca3b002b7e45544de670b7b7bb181ebcdc07f8e10098d2080a4dd692665b261877a13d68b5bff9bd6e6353c571f44a31078d425e23
7
- data.tar.gz: bab5c7b434f7390d3b66b5fe5e1dd7991630735818b86a5f774b6a41dddd1a8f6e8a80b78e23486ab76d565ad6564bfd95155adc3926442c1102d143d041dc53
6
+ metadata.gz: cb120ef9d25973d1a712a9fcf0758738f33b7959e5ac71953d22943f89b776edb9b9a3c1e547b96b14c90a63351e1d49bdb032661d2c44b0112b51e5def1bb03
7
+ data.tar.gz: e3648c9dc6edee5c90585b44d9e8cad61a1b841f66645ec45c195dc2c58a8f9413fe1b1ca4255451f22c78e35068c3046caab50839361564f7834dfe16c0a9a1
@@ -1,5 +1,5 @@
1
1
  module Fastlane
2
- VERSION = '2.81.0.beta.20180208010003'.freeze
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 recieved a report with more than one issue.
19
- def inspector_successfully_recieved_report(report, inspector)
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 recieved, but when there are no issues found.
32
- def inspector_recieved_empty_report(report, inspector)
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.20180208010003
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-08 00:00:00.000000000 Z
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.0.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.0.1
396
+ version: 1.1.2
397
397
  - - "<"
398
398
  - !ruby/object:Gem::Version
399
399
  version: 2.0.0