fastlane 2.37.0.beta.20170603010102 → 2.37.0.beta.20170604010021

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: 004a7c1a530ee20b07091ba83bea0285964add59
4
- data.tar.gz: 1751598ce33fc21ce61abf7c50b3da59f161558b
3
+ metadata.gz: b0ac64c8712d4c00f232ea33e8ce14f56ba239a8
4
+ data.tar.gz: 2b494a737d318edf754b63a6b999da98009689b7
5
5
  SHA512:
6
- metadata.gz: 4a2849bc465ae47afbd6d4c3648cd1f552359d6ceb0f16f650a13dc648d0487ddff761ffa540a445a0e0d4101e77a743f1df95883f1a784adb32b8769c867120
7
- data.tar.gz: 92d1f5f475753dcaa99f38af93a69a482575ae069837256eb47f7b1f1c0d7c36a972a9e8d5f7d5854728179dbf3956420eef89a58e6b232fe96042ac79ae7195
6
+ metadata.gz: a2d4a920f95dc3864b91eefc1065a2f6ba6598f6750b611d81f7a76b8b6b932078cfd9e14021a93f5a7b30ffd500600487d2744a60a6cea9b590535b4e947de8
7
+ data.tar.gz: c6eb2c91fb577d5d704c9651a3d768497c8a86a44df8d0d52e50310f3cd6d529b64e65767110c7b01813007e116adaf3baf1b15394a916aa5c29a30733e7a586
@@ -25,7 +25,7 @@ module Deliver
25
25
  upload_binary
26
26
  end
27
27
 
28
- UI.success("Finished the upload to iTunes Connect")
28
+ UI.success("Finished the upload to iTunes Connect") unless options[:skip_binary_upload]
29
29
 
30
30
  submit_for_review if options[:submit_for_review]
31
31
  end
@@ -1,4 +1,4 @@
1
1
  module Fastlane
2
- VERSION = '2.37.0.beta.20170603010102'.freeze
2
+ VERSION = '2.37.0.beta.20170604010021'.freeze
3
3
  DESCRIPTION = "The easiest way to automate beta deployments and releases for your iOS and Android apps".freeze
4
4
  end
data/snapshot/README.md CHANGED
@@ -81,7 +81,7 @@ Get in contact with the developer on Twitter: [@FastlaneTools](https://twitter.c
81
81
  - Configure it once, store the configuration in git
82
82
  - Do something else, while the computer takes the screenshots for you
83
83
  - Integrates with [`fastlane`](https://fastlane.tools) and [`deliver`](https://github.com/fastlane/fastlane/tree/master/deliver)
84
- - Generates a beautiful web page, which shows all screenshots on all devices. This is perfect to send to Q&A or the marketing team
84
+ - Generates a beautiful web page, which shows all screenshots on all devices. This is perfect to send to QA or the marketing team
85
85
  - _snapshot_ automatically waits for network requests to be finished before taking a screenshot (we don't want loading images in the App Store screenshots)
86
86
 
87
87
  ##### [Do you like fastlane? Be the first to know about updates and new fastlane tools](https://tinyletter.com/fastlane-tools)
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.37.0.beta.20170603010102
4
+ version: 2.37.0.beta.20170604010021
5
5
  platform: ruby
6
6
  authors:
7
7
  - Felix Krause
@@ -15,7 +15,7 @@ authors:
15
15
  autorequire:
16
16
  bindir: bin
17
17
  cert_chain: []
18
- date: 2017-06-03 00:00:00.000000000 Z
18
+ date: 2017-06-04 00:00:00.000000000 Z
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency
21
21
  name: slack-notifier
@@ -1368,23 +1368,23 @@ metadata:
1368
1368
  post_install_message:
1369
1369
  rdoc_options: []
1370
1370
  require_paths:
1371
- - screengrab/lib
1372
- - snapshot/lib
1373
- - pilot/lib
1374
- - gym/lib
1371
+ - deliver/lib
1372
+ - supply/lib
1375
1373
  - fastlane/lib
1376
1374
  - fastlane_core/lib
1377
- - produce/lib
1378
- - scan/lib
1379
1375
  - frameit/lib
1376
+ - credentials_manager/lib
1377
+ - gym/lib
1380
1378
  - spaceship/lib
1381
- - match/lib
1379
+ - scan/lib
1380
+ - snapshot/lib
1382
1381
  - pem/lib
1383
- - deliver/lib
1384
1382
  - cert/lib
1385
- - supply/lib
1386
1383
  - sigh/lib
1387
- - credentials_manager/lib
1384
+ - screengrab/lib
1385
+ - match/lib
1386
+ - produce/lib
1387
+ - pilot/lib
1388
1388
  required_ruby_version: !ruby/object:Gem::Requirement
1389
1389
  requirements:
1390
1390
  - - ">="