deliver 1.6.4 → 1.6.5

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: a7c2cb99c79977a0b8dcfd193d49244c3304e489
4
- data.tar.gz: fdcdcf2980347db98a29f19de4fc6f0afafa7100
3
+ metadata.gz: d38d64ce7d02d6700a9196652a225fb862081261
4
+ data.tar.gz: 5def315b39dc0028a01c191dd6f4a768e925279e
5
5
  SHA512:
6
- metadata.gz: 204940e81c8d52d7c114e6efe4a00159403973e4c8a97ec17ac586238c00d9c2de293a4fbd7e3ef2bebb0d14d4434bc9607525d0e935b72a9c00f1e17eb05a85
7
- data.tar.gz: 1cccb3989fe67bcbf7f8377f9a4c98e564bb8d20083da9287a57b3a1db935e3c94a246b995aaaa19f6e1d17a655f445b85f5e1544303f51ad6ac266b6a3fc3d8
6
+ metadata.gz: bdee4e82091e709de7aedf6135e01e96bb20b84bfd4352f646d4c5a7a2b94e82219db1a7f090dc18839ee0a57a7bf708a7381d9760c22d1f51e9f301783234fa
7
+ data.tar.gz: e8bd74b26d6a0ec00d11387d78cda1fd71990a774eb7e8c81bed52db9176a18aa125a64e75821cdfe315b4a29c0e9b4f764446dfac318281e1d088945862ce69
data/README.md CHANGED
@@ -17,7 +17,8 @@
17
17
  <a href="https://github.com/fastlane/pilot">pilot</a> &bull;
18
18
  <a href="https://github.com/fastlane/boarding">boarding</a> &bull;
19
19
  <a href="https://github.com/fastlane/gym">gym</a> &bull;
20
- <a href="https://github.com/fastlane/scan">scan</a>
20
+ <a href="https://github.com/fastlane/scan">scan</a> &bull;
21
+ <a href="https://github.com/fastlane/match">match</a>
21
22
  </p>
22
23
  -------
23
24
 
@@ -160,6 +161,7 @@ Before actually uploading anything to iTunes, ```deliver``` will generate a HTML
160
161
  - [`boarding`](https://github.com/fastlane/boarding): The easiest way to invite your TestFlight beta testers
161
162
  - [`gym`](https://github.com/fastlane/gym): Building your iOS apps has never been easier
162
163
  - [`scan`](https://github.com/fastlane/scan): The easiest way to run tests of your iOS and Mac app
164
+ - [`match`](https://github.com/fastlane/match): Easily sync your certificates and profiles across your team using git
163
165
 
164
166
  ##### [Like this tool? Be the first to know about updates and new fastlane tools](https://tinyletter.com/krausefx)
165
167
 
@@ -21,4 +21,5 @@ module Deliver
21
21
  end
22
22
 
23
23
  Helper = FastlaneCore::Helper # you gotta love Ruby: Helper.* should use the Helper class contained in FastlaneCore
24
+ UI = FastlaneCore::UI
24
25
  end
@@ -1,4 +1,4 @@
1
1
  module Deliver
2
- VERSION = "1.6.4"
2
+ VERSION = "1.6.5"
3
3
  DESCRIPTION = 'Upload screenshots, metadata and your app to the App Store using a single command'
4
4
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: deliver
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.6.4
4
+ version: 1.6.5
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-10 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.26.4
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.26.4
29
+ version: 0.31.0
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
32
  version: 1.0.0
@@ -289,7 +289,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
289
289
  version: '0'
290
290
  requirements: []
291
291
  rubyforge_project:
292
- rubygems_version: 2.4.0
292
+ rubygems_version: 2.2.2
293
293
  signing_key:
294
294
  specification_version: 4
295
295
  summary: Upload screenshots, metadata and your app to the App Store using a single