deliver 1.14.2 → 1.14.3
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 +4 -4
- data/README.md +2 -2
- data/lib/deliver/version.rb +1 -1
- metadata +19 -19
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 8ab820883858e98db0c5b3492577f45824500e28
|
|
4
|
+
data.tar.gz: 798accf21c392e07647c28b498aa5defef38e561
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 13e9729ff8ff486d787876aaa59970bd7f5eb577ff0df42b6a1fb39c97baeba29603025423386c148e1e0d46462b4106ce183a59c37aecb2a8fc6d681a4a0b6c
|
|
7
|
+
data.tar.gz: 0e83639b1e86bb42541fee51f68b62a34a3ea4b9f5e41c20722d718fc9fe3eb412fbb24ace5e22f6dc23885f7e642531a2bdd572b5fbbb10cdf61b4836cd166a
|
data/README.md
CHANGED
|
@@ -52,7 +52,7 @@ Get in contact with the developer on Twitter: [@FastlaneTools](https://twitter.c
|
|
|
52
52
|
|
|
53
53
|
-------
|
|
54
54
|
|
|
55
|
-
<h5 align="center"><code>deliver</code> is part of <a href="https://fastlane.tools">fastlane</a>: The easiest way to automate
|
|
55
|
+
<h5 align="center"><code>deliver</code> is part of <a href="https://fastlane.tools">fastlane</a>: The easiest way to automate beta deployments and releases for your iOS and Android apps.</h5>
|
|
56
56
|
|
|
57
57
|
# Features
|
|
58
58
|
- Upload hundreds of localised screenshots completely automatically
|
|
@@ -162,7 +162,7 @@ Before actually uploading anything to iTunes, ```deliver``` will generate a HTML
|
|
|
162
162
|
|
|
163
163
|
## [`fastlane`](https://fastlane.tools) Toolchain
|
|
164
164
|
|
|
165
|
-
- [`fastlane`](https://fastlane.tools): The easiest way to automate
|
|
165
|
+
- [`fastlane`](https://fastlane.tools): The easiest way to automate beta deployments and releases for your iOS and Android apps
|
|
166
166
|
- [`snapshot`](https://github.com/fastlane/fastlane/tree/master/snapshot): Automate taking localized screenshots of your iOS app on every device
|
|
167
167
|
- [`frameit`](https://github.com/fastlane/fastlane/tree/master/frameit): Quickly put your screenshots into the right device frames
|
|
168
168
|
- [`pem`](https://github.com/fastlane/fastlane/tree/master/pem): Automatically generate and renew your push notification profiles
|
data/lib/deliver/version.rb
CHANGED
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.14.
|
|
4
|
+
version: 1.14.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Felix Krause
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2016-10-
|
|
11
|
+
date: 2016-10-21 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.52.
|
|
19
|
+
version: 0.52.3
|
|
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.52.
|
|
29
|
+
version: 0.52.3
|
|
30
30
|
- - "<"
|
|
31
31
|
- !ruby/object:Gem::Version
|
|
32
32
|
version: 1.0.0
|
|
@@ -36,7 +36,7 @@ dependencies:
|
|
|
36
36
|
requirements:
|
|
37
37
|
- - ">="
|
|
38
38
|
- !ruby/object:Gem::Version
|
|
39
|
-
version: 0.16.
|
|
39
|
+
version: 0.16.2
|
|
40
40
|
- - "<"
|
|
41
41
|
- !ruby/object:Gem::Version
|
|
42
42
|
version: 1.0.0
|
|
@@ -46,7 +46,7 @@ dependencies:
|
|
|
46
46
|
requirements:
|
|
47
47
|
- - ">="
|
|
48
48
|
- !ruby/object:Gem::Version
|
|
49
|
-
version: 0.16.
|
|
49
|
+
version: 0.16.2
|
|
50
50
|
- - "<"
|
|
51
51
|
- !ruby/object:Gem::Version
|
|
52
52
|
version: 1.0.0
|
|
@@ -56,7 +56,7 @@ dependencies:
|
|
|
56
56
|
requirements:
|
|
57
57
|
- - ">="
|
|
58
58
|
- !ruby/object:Gem::Version
|
|
59
|
-
version: 0.
|
|
59
|
+
version: 0.36.1
|
|
60
60
|
- - "<"
|
|
61
61
|
- !ruby/object:Gem::Version
|
|
62
62
|
version: 1.0.0
|
|
@@ -66,7 +66,7 @@ dependencies:
|
|
|
66
66
|
requirements:
|
|
67
67
|
- - ">="
|
|
68
68
|
- !ruby/object:Gem::Version
|
|
69
|
-
version: 0.
|
|
69
|
+
version: 0.36.1
|
|
70
70
|
- - "<"
|
|
71
71
|
- !ruby/object:Gem::Version
|
|
72
72
|
version: 1.0.0
|
|
@@ -231,33 +231,33 @@ dependencies:
|
|
|
231
231
|
- !ruby/object:Gem::Version
|
|
232
232
|
version: '0'
|
|
233
233
|
- !ruby/object:Gem::Dependency
|
|
234
|
-
name:
|
|
234
|
+
name: fakefs
|
|
235
235
|
requirement: !ruby/object:Gem::Requirement
|
|
236
236
|
requirements:
|
|
237
|
-
- - "
|
|
237
|
+
- - ">="
|
|
238
238
|
- !ruby/object:Gem::Version
|
|
239
|
-
version: 0
|
|
239
|
+
version: '0'
|
|
240
240
|
type: :development
|
|
241
241
|
prerelease: false
|
|
242
242
|
version_requirements: !ruby/object:Gem::Requirement
|
|
243
243
|
requirements:
|
|
244
|
-
- - "
|
|
244
|
+
- - ">="
|
|
245
245
|
- !ruby/object:Gem::Version
|
|
246
|
-
version: 0
|
|
246
|
+
version: '0'
|
|
247
247
|
- !ruby/object:Gem::Dependency
|
|
248
|
-
name:
|
|
248
|
+
name: rubocop
|
|
249
249
|
requirement: !ruby/object:Gem::Requirement
|
|
250
250
|
requirements:
|
|
251
|
-
- - "
|
|
251
|
+
- - "~>"
|
|
252
252
|
- !ruby/object:Gem::Version
|
|
253
|
-
version:
|
|
253
|
+
version: 0.44.0
|
|
254
254
|
type: :development
|
|
255
255
|
prerelease: false
|
|
256
256
|
version_requirements: !ruby/object:Gem::Requirement
|
|
257
257
|
requirements:
|
|
258
|
-
- - "
|
|
258
|
+
- - "~>"
|
|
259
259
|
- !ruby/object:Gem::Version
|
|
260
|
-
version:
|
|
260
|
+
version: 0.44.0
|
|
261
261
|
description: Upload screenshots, metadata and your app to the App Store using a single
|
|
262
262
|
command
|
|
263
263
|
email:
|
|
@@ -310,7 +310,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
310
310
|
version: '0'
|
|
311
311
|
requirements: []
|
|
312
312
|
rubyforge_project:
|
|
313
|
-
rubygems_version: 2.
|
|
313
|
+
rubygems_version: 2.2.2
|
|
314
314
|
signing_key:
|
|
315
315
|
specification_version: 4
|
|
316
316
|
summary: Upload screenshots, metadata and your app to the App Store using a single
|