fastlane 2.91.0.beta.20180413050017 → 2.91.0
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 +70 -70
- data/fastlane/lib/fastlane/lane_manager.rb +2 -0
- data/fastlane/lib/fastlane/version.rb +1 -1
- data/fastlane/swift/Deliverfile.swift +1 -1
- data/fastlane/swift/Gymfile.swift +1 -1
- data/fastlane/swift/Matchfile.swift +1 -1
- data/fastlane/swift/Precheckfile.swift +1 -1
- data/fastlane/swift/Scanfile.swift +1 -1
- data/fastlane/swift/Screengrabfile.swift +1 -1
- data/fastlane/swift/Snapshotfile.swift +1 -1
- metadata +30 -30
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 9f2a3e5b6c18e7a7fee78010aeb25a60f383fd96
|
|
4
|
+
data.tar.gz: ebce160868c0809dcbe111ea8926eaf44f61728a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 633c44732fe637353ad8f3572a434f1566f3e4ef006885d8ec61405075bd69039299501e6f4fd6a66490cabd473551ad8e57b704fcfc2b79870b606042ae88e1
|
|
7
|
+
data.tar.gz: f2738dd4473f5b1f36f7a40aabb38e59adf6654750139a77abc3e864b93bd7e10fd1854a3b7d255cf0eaddf9175942273ad665f894bbf68b481786fb84e6824b
|
data/README.md
CHANGED
|
@@ -32,35 +32,35 @@ If the above doesn't help, please [submit an issue](https://github.com/fastlane/
|
|
|
32
32
|
|
|
33
33
|
<table id='team'>
|
|
34
34
|
<tr>
|
|
35
|
-
<td id='
|
|
36
|
-
<a href='https://github.com/
|
|
37
|
-
<img src='https://github.com/
|
|
35
|
+
<td id='maksym-grebenets'>
|
|
36
|
+
<a href='https://github.com/mgrebenets'>
|
|
37
|
+
<img src='https://github.com/mgrebenets.png?size=140'>
|
|
38
38
|
</a>
|
|
39
|
-
<h4 align='center'><a href='https://twitter.com/
|
|
39
|
+
<h4 align='center'><a href='https://twitter.com/mgrebenets'>Maksym Grebenets</a></h4>
|
|
40
40
|
</td>
|
|
41
|
-
<td id='
|
|
42
|
-
<a href='https://github.com/
|
|
43
|
-
<img src='https://github.com/
|
|
41
|
+
<td id='kohki-miki'>
|
|
42
|
+
<a href='https://github.com/giginet'>
|
|
43
|
+
<img src='https://github.com/giginet.png?size=140'>
|
|
44
44
|
</a>
|
|
45
|
-
<h4 align='center'><a href='https://twitter.com/
|
|
45
|
+
<h4 align='center'><a href='https://twitter.com/giginet'>Kohki Miki</a></h4>
|
|
46
46
|
</td>
|
|
47
|
-
<td id='
|
|
48
|
-
<a href='https://github.com/
|
|
49
|
-
<img src='https://github.com/
|
|
47
|
+
<td id='andrew-mcburney'>
|
|
48
|
+
<a href='https://github.com/AndrewMcBurney'>
|
|
49
|
+
<img src='https://github.com/AndrewMcBurney.png?size=140'>
|
|
50
50
|
</a>
|
|
51
|
-
<h4 align='center'><a href='https://twitter.com/
|
|
51
|
+
<h4 align='center'><a href='https://twitter.com/armcburney'>Andrew McBurney</a></h4>
|
|
52
52
|
</td>
|
|
53
|
-
<td id='
|
|
54
|
-
<a href='https://github.com/
|
|
55
|
-
<img src='https://github.com/
|
|
53
|
+
<td id='felix-krause'>
|
|
54
|
+
<a href='https://github.com/KrauseFx'>
|
|
55
|
+
<img src='https://github.com/KrauseFx.png?size=140'>
|
|
56
56
|
</a>
|
|
57
|
-
<h4 align='center'><a href='https://twitter.com/
|
|
57
|
+
<h4 align='center'><a href='https://twitter.com/KrauseFx'>Felix Krause</a></h4>
|
|
58
58
|
</td>
|
|
59
|
-
<td id='
|
|
60
|
-
<a href='https://github.com/
|
|
61
|
-
<img src='https://github.com/
|
|
59
|
+
<td id='aaron-brager'>
|
|
60
|
+
<a href='https://github.com/getaaron'>
|
|
61
|
+
<img src='https://github.com/getaaron.png?size=140'>
|
|
62
62
|
</a>
|
|
63
|
-
<h4 align='center'><a href='https://twitter.com/
|
|
63
|
+
<h4 align='center'><a href='https://twitter.com/getaaron'>Aaron Brager</a></h4>
|
|
64
64
|
</td>
|
|
65
65
|
</tr>
|
|
66
66
|
<tr>
|
|
@@ -70,93 +70,93 @@ If the above doesn't help, please [submit an issue](https://github.com/fastlane/
|
|
|
70
70
|
</a>
|
|
71
71
|
<h4 align='center'><a href='https://twitter.com/aligatr'>Olivier Halligon</a></h4>
|
|
72
72
|
</td>
|
|
73
|
+
<td id='manu-wallner'>
|
|
74
|
+
<a href='https://github.com/milch'>
|
|
75
|
+
<img src='https://github.com/milch.png?size=140'>
|
|
76
|
+
</a>
|
|
77
|
+
<h4 align='center'><a href='https://twitter.com/acrooow'>Manu Wallner</a></h4>
|
|
78
|
+
</td>
|
|
73
79
|
<td id='luka-mirosevic'>
|
|
74
80
|
<a href='https://github.com/lmirosevic'>
|
|
75
81
|
<img src='https://github.com/lmirosevic.png?size=140'>
|
|
76
82
|
</a>
|
|
77
83
|
<h4 align='center'><a href='https://twitter.com/lmirosevic'>Luka Mirosevic</a></h4>
|
|
78
84
|
</td>
|
|
79
|
-
<td id='
|
|
80
|
-
<a href='https://github.com/
|
|
81
|
-
<img src='https://github.com/
|
|
82
|
-
</a>
|
|
83
|
-
<h4 align='center'><a href='https://twitter.com/lacostej'>Jérôme Lacoste</a></h4>
|
|
84
|
-
</td>
|
|
85
|
-
<td id='stefan-natchev'>
|
|
86
|
-
<a href='https://github.com/snatchev'>
|
|
87
|
-
<img src='https://github.com/snatchev.png?size=140'>
|
|
85
|
+
<td id='jorge-revuelta-h'>
|
|
86
|
+
<a href='https://github.com/minuscorp'>
|
|
87
|
+
<img src='https://github.com/minuscorp.png?size=140'>
|
|
88
88
|
</a>
|
|
89
|
-
<h4 align='center'><a href='https://twitter.com/
|
|
89
|
+
<h4 align='center'><a href='https://twitter.com/minuscorp'>Jorge Revuelta H</a></h4>
|
|
90
90
|
</td>
|
|
91
|
-
<td id='
|
|
92
|
-
<a href='https://github.com/
|
|
93
|
-
<img src='https://github.com/
|
|
91
|
+
<td id='jimmy-dee'>
|
|
92
|
+
<a href='https://github.com/jdee'>
|
|
93
|
+
<img src='https://github.com/jdee.png?size=140'>
|
|
94
94
|
</a>
|
|
95
|
-
<h4 align='center'
|
|
95
|
+
<h4 align='center'>Jimmy Dee</h4>
|
|
96
96
|
</td>
|
|
97
97
|
</tr>
|
|
98
98
|
<tr>
|
|
99
|
-
<td id='andrew-mcburney'>
|
|
100
|
-
<a href='https://github.com/AndrewMcBurney'>
|
|
101
|
-
<img src='https://github.com/AndrewMcBurney.png?size=140'>
|
|
102
|
-
</a>
|
|
103
|
-
<h4 align='center'><a href='https://twitter.com/armcburney'>Andrew McBurney</a></h4>
|
|
104
|
-
</td>
|
|
105
99
|
<td id='danielle-tomlinson'>
|
|
106
100
|
<a href='https://github.com/DanToml'>
|
|
107
101
|
<img src='https://github.com/DanToml.png?size=140'>
|
|
108
102
|
</a>
|
|
109
103
|
<h4 align='center'><a href='https://twitter.com/DanToml'>Danielle Tomlinson</a></h4>
|
|
110
104
|
</td>
|
|
105
|
+
<td id='jan-piotrowski'>
|
|
106
|
+
<a href='https://github.com/janpio'>
|
|
107
|
+
<img src='https://github.com/janpio.png?size=140'>
|
|
108
|
+
</a>
|
|
109
|
+
<h4 align='center'><a href='https://twitter.com/Sujan'>Jan Piotrowski</a></h4>
|
|
110
|
+
</td>
|
|
111
|
+
<td id='fumiya-nakamura'>
|
|
112
|
+
<a href='https://github.com/nafu'>
|
|
113
|
+
<img src='https://github.com/nafu.png?size=140'>
|
|
114
|
+
</a>
|
|
115
|
+
<h4 align='center'><a href='https://twitter.com/nafu003'>Fumiya Nakamura</a></h4>
|
|
116
|
+
</td>
|
|
117
|
+
<td id='joshua-liebowitz'>
|
|
118
|
+
<a href='https://github.com/taquitos'>
|
|
119
|
+
<img src='https://github.com/taquitos.png?size=140'>
|
|
120
|
+
</a>
|
|
121
|
+
<h4 align='center'><a href='https://twitter.com/taquitos'>Joshua Liebowitz</a></h4>
|
|
122
|
+
</td>
|
|
111
123
|
<td id='helmut-januschka'>
|
|
112
124
|
<a href='https://github.com/hjanuschka'>
|
|
113
125
|
<img src='https://github.com/hjanuschka.png?size=140'>
|
|
114
126
|
</a>
|
|
115
127
|
<h4 align='center'><a href='https://twitter.com/hjanuschka'>Helmut Januschka</a></h4>
|
|
116
128
|
</td>
|
|
117
|
-
|
|
118
|
-
<
|
|
119
|
-
<
|
|
129
|
+
</tr>
|
|
130
|
+
<tr>
|
|
131
|
+
<td id='stefan-natchev'>
|
|
132
|
+
<a href='https://github.com/snatchev'>
|
|
133
|
+
<img src='https://github.com/snatchev.png?size=140'>
|
|
120
134
|
</a>
|
|
121
|
-
<h4 align='center'>
|
|
135
|
+
<h4 align='center'><a href='https://twitter.com/snatchev'>Stefan Natchev</a></h4>
|
|
122
136
|
</td>
|
|
123
|
-
<td id='
|
|
124
|
-
<a href='https://github.com/
|
|
125
|
-
<img src='https://github.com/
|
|
137
|
+
<td id='matthew-ellis'>
|
|
138
|
+
<a href='https://github.com/matthewellis'>
|
|
139
|
+
<img src='https://github.com/matthewellis.png?size=140'>
|
|
126
140
|
</a>
|
|
127
|
-
<h4 align='center'><a href='https://twitter.com/
|
|
141
|
+
<h4 align='center'><a href='https://twitter.com/mellis1995'>Matthew Ellis</a></h4>
|
|
128
142
|
</td>
|
|
129
|
-
</tr>
|
|
130
|
-
<tr>
|
|
131
143
|
<td id='iulian-onofrei'>
|
|
132
144
|
<a href='https://github.com/revolter'>
|
|
133
145
|
<img src='https://github.com/revolter.png?size=140'>
|
|
134
146
|
</a>
|
|
135
147
|
<h4 align='center'><a href='https://twitter.com/Revolt666'>Iulian Onofrei</a></h4>
|
|
136
148
|
</td>
|
|
137
|
-
<td id='
|
|
138
|
-
<a href='https://github.com/
|
|
139
|
-
<img src='https://github.com/
|
|
140
|
-
</a>
|
|
141
|
-
<h4 align='center'><a href='https://twitter.com/mgrebenets'>Maksym Grebenets</a></h4>
|
|
142
|
-
</td>
|
|
143
|
-
<td id='aaron-brager'>
|
|
144
|
-
<a href='https://github.com/getaaron'>
|
|
145
|
-
<img src='https://github.com/getaaron.png?size=140'>
|
|
146
|
-
</a>
|
|
147
|
-
<h4 align='center'><a href='https://twitter.com/getaaron'>Aaron Brager</a></h4>
|
|
148
|
-
</td>
|
|
149
|
-
<td id='joshua-liebowitz'>
|
|
150
|
-
<a href='https://github.com/taquitos'>
|
|
151
|
-
<img src='https://github.com/taquitos.png?size=140'>
|
|
149
|
+
<td id='jérôme-lacoste'>
|
|
150
|
+
<a href='https://github.com/lacostej'>
|
|
151
|
+
<img src='https://github.com/lacostej.png?size=140'>
|
|
152
152
|
</a>
|
|
153
|
-
<h4 align='center'><a href='https://twitter.com/
|
|
153
|
+
<h4 align='center'><a href='https://twitter.com/lacostej'>Jérôme Lacoste</a></h4>
|
|
154
154
|
</td>
|
|
155
|
-
<td id='
|
|
156
|
-
<a href='https://github.com/
|
|
157
|
-
<img src='https://github.com/
|
|
155
|
+
<td id='josh-holtz'>
|
|
156
|
+
<a href='https://github.com/joshdholtz'>
|
|
157
|
+
<img src='https://github.com/joshdholtz.png?size=140'>
|
|
158
158
|
</a>
|
|
159
|
-
<h4 align='center'><a href='https://twitter.com/
|
|
159
|
+
<h4 align='center'><a href='https://twitter.com/joshdholtz'>Josh Holtz</a></h4>
|
|
160
160
|
</td>
|
|
161
161
|
</tr>
|
|
162
162
|
</table>
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
module Fastlane
|
|
2
|
-
VERSION = '2.91.0
|
|
2
|
+
VERSION = '2.91.0'.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
|
metadata
CHANGED
|
@@ -1,29 +1,29 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: fastlane
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.91.0
|
|
4
|
+
version: 2.91.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
|
-
- Manu Wallner
|
|
8
|
-
- Aaron Brager
|
|
9
|
-
- Matthew Ellis
|
|
10
|
-
- Jimmy Dee
|
|
11
7
|
- Felix Krause
|
|
12
|
-
- Jan Piotrowski
|
|
13
8
|
- Luka Mirosevic
|
|
14
|
-
-
|
|
15
|
-
- Maksym Grebenets
|
|
9
|
+
- Olivier Halligon
|
|
16
10
|
- Danielle Tomlinson
|
|
17
|
-
- Iulian Onofrei
|
|
18
|
-
- Jorge Revuelta H
|
|
19
|
-
- Helmut Januschka
|
|
20
|
-
- Joshua Liebowitz
|
|
21
|
-
- Stefan Natchev
|
|
22
11
|
- Jérôme Lacoste
|
|
23
|
-
-
|
|
24
|
-
-
|
|
12
|
+
- Stefan Natchev
|
|
13
|
+
- Helmut Januschka
|
|
14
|
+
- Jorge Revuelta H
|
|
25
15
|
- Kohki Miki
|
|
16
|
+
- Iulian Onofrei
|
|
17
|
+
- Jimmy Dee
|
|
26
18
|
- Josh Holtz
|
|
19
|
+
- Joshua Liebowitz
|
|
20
|
+
- Jan Piotrowski
|
|
21
|
+
- Andrew McBurney
|
|
22
|
+
- Fumiya Nakamura
|
|
23
|
+
- Maksym Grebenets
|
|
24
|
+
- Manu Wallner
|
|
25
|
+
- Aaron Brager
|
|
26
|
+
- Matthew Ellis
|
|
27
27
|
autorequire:
|
|
28
28
|
bindir: bin
|
|
29
29
|
cert_chain: []
|
|
@@ -1636,24 +1636,24 @@ metadata:
|
|
|
1636
1636
|
post_install_message:
|
|
1637
1637
|
rdoc_options: []
|
|
1638
1638
|
require_paths:
|
|
1639
|
-
- produce/lib
|
|
1640
|
-
- scan/lib
|
|
1641
1639
|
- credentials_manager/lib
|
|
1642
|
-
-
|
|
1643
|
-
-
|
|
1644
|
-
- fastlane/lib
|
|
1645
|
-
- supply/lib
|
|
1640
|
+
- pem/lib
|
|
1641
|
+
- snapshot/lib
|
|
1646
1642
|
- frameit/lib
|
|
1643
|
+
- match/lib
|
|
1647
1644
|
- fastlane_core/lib
|
|
1645
|
+
- deliver/lib
|
|
1646
|
+
- scan/lib
|
|
1647
|
+
- supply/lib
|
|
1648
|
+
- cert/lib
|
|
1649
|
+
- fastlane/lib
|
|
1650
|
+
- spaceship/lib
|
|
1648
1651
|
- pilot/lib
|
|
1649
|
-
- match/lib
|
|
1650
1652
|
- gym/lib
|
|
1651
|
-
- pem/lib
|
|
1652
|
-
- cert/lib
|
|
1653
|
-
- snapshot/lib
|
|
1654
|
-
- screengrab/lib
|
|
1655
1653
|
- precheck/lib
|
|
1656
|
-
-
|
|
1654
|
+
- screengrab/lib
|
|
1655
|
+
- sigh/lib
|
|
1656
|
+
- produce/lib
|
|
1657
1657
|
required_ruby_version: !ruby/object:Gem::Requirement
|
|
1658
1658
|
requirements:
|
|
1659
1659
|
- - ">="
|
|
@@ -1661,12 +1661,12 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
1661
1661
|
version: 2.0.0
|
|
1662
1662
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
1663
1663
|
requirements:
|
|
1664
|
-
- - "
|
|
1664
|
+
- - ">="
|
|
1665
1665
|
- !ruby/object:Gem::Version
|
|
1666
|
-
version:
|
|
1666
|
+
version: '0'
|
|
1667
1667
|
requirements: []
|
|
1668
1668
|
rubyforge_project:
|
|
1669
|
-
rubygems_version: 2.5.
|
|
1669
|
+
rubygems_version: 2.4.5.5
|
|
1670
1670
|
signing_key:
|
|
1671
1671
|
specification_version: 4
|
|
1672
1672
|
summary: The easiest way to automate beta deployments and releases for your iOS and
|