deliver 1.11.2 → 1.11.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/options.rb +1 -0
- data/lib/deliver/upload_screenshots.rb +1 -1
- data/lib/deliver/version.rb +1 -1
- metadata +8 -8
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 5e41d0ff459717ad1c4ba783d19dc43945716331
|
|
4
|
+
data.tar.gz: e8449a47847c7d3caa7db13c44b3d7bed394539d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a3434262d08b13d3bae8cfa56b96e1c12a83764aba6263c1bd235a13b2cb618d2a028fa0303e55f6f4d58668844e32a09f80543fe93e497235568db73ed684b5
|
|
7
|
+
data.tar.gz: dd47117484994f0f8812a74833262b38ee3f460c34c8d7fd62ad391661784fd4f8e18d12a351a8d216a276d65d8eba3e3a36790b0cb29d6982a67697e66f8574
|
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>:
|
|
55
|
+
<h5 align="center"><code>deliver</code> is part of <a href="https://fastlane.tools">fastlane</a>: The easiest way to automate building and releasing 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):
|
|
165
|
+
- [`fastlane`](https://fastlane.tools): The easiest way to automate building and releasing 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/options.rb
CHANGED
|
@@ -82,6 +82,7 @@ module Deliver
|
|
|
82
82
|
is_string: false,
|
|
83
83
|
default_value: false),
|
|
84
84
|
FastlaneCore::ConfigItem.new(key: :submit_for_review,
|
|
85
|
+
env_name: "DELIVER_SUBMIT_FOR_REVIEW",
|
|
85
86
|
description: "Submit the new version for Review after uploading everything",
|
|
86
87
|
is_string: false,
|
|
87
88
|
default_value: false),
|
|
@@ -70,7 +70,7 @@ module Deliver
|
|
|
70
70
|
next
|
|
71
71
|
end
|
|
72
72
|
|
|
73
|
-
files = Dir.glob(File.join(lng_folder, "*.#{extensions}"), File::FNM_CASEFOLD)
|
|
73
|
+
files = Dir.glob(File.join(lng_folder, "*.#{extensions}"), File::FNM_CASEFOLD).sort
|
|
74
74
|
next if files.count == 0
|
|
75
75
|
|
|
76
76
|
prefer_framed = Dir.glob(File.join(lng_folder, "*_framed.#{extensions}"), File::FNM_CASEFOLD).count > 0
|
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.11.
|
|
4
|
+
version: 1.11.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-
|
|
11
|
+
date: 2016-05-07 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.
|
|
19
|
+
version: 0.43.1
|
|
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.
|
|
29
|
+
version: 0.43.1
|
|
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.
|
|
39
|
+
version: 0.16.0
|
|
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.
|
|
49
|
+
version: 0.16.0
|
|
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.26.
|
|
59
|
+
version: 0.26.2
|
|
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.26.
|
|
69
|
+
version: 0.26.2
|
|
70
70
|
- - "<"
|
|
71
71
|
- !ruby/object:Gem::Version
|
|
72
72
|
version: 1.0.0
|