Skip to content

Commit 6af796c

Browse files
authored
Merge pull request #75 from auth0/chore-release-fastlane
Release with fastlane
2 parents 2c4338f + d489e26 commit 6af796c

File tree

4 files changed

+215
-153
lines changed

4 files changed

+215
-153
lines changed

Gemfile

+5-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
source 'https://rubygems.org'
22

3-
gem 'fastlane', '1.103.0'
4-
gem 'carthage_cache', :git => 'https://github.com/guidomb/carthage_cache', :branch => 'master'
3+
gem 'fastlane'
4+
gem 'cocoapods'
5+
gem 'chandler'
6+
gem 'carthage_cache', :git => 'https://github.com/guidomb/carthage_cache', :branch => 'master'
7+
gem 'semantic', '~> 1.5'

Gemfile.lock

+125-149
Original file line numberDiff line numberDiff line change
@@ -1,110 +1,127 @@
11
GIT
22
remote: https://github.com/guidomb/carthage_cache
3-
revision: 19babb174423ca6ae16713ff89ecbd5dbf26f770
3+
revision: 63ffab27b121ad68afdbf3340879a78fa1fd1350
44
branch: master
55
specs:
6-
carthage_cache (0.4.1)
7-
aws-sdk (~> 2.2.3)
6+
carthage_cache (0.5.0)
7+
aws-sdk (~> 2.0)
88
commander (~> 4.3)
99

1010
GEM
1111
remote: https://rubygems.org/
1212
specs:
13+
CFPropertyList (2.3.4)
1314
activesupport (4.2.7.1)
1415
i18n (~> 0.7)
1516
json (~> 1.7, >= 1.7.7)
1617
minitest (~> 5.1)
1718
thread_safe (~> 0.3, >= 0.3.4)
1819
tzinfo (~> 1.1)
19-
addressable (2.4.0)
20-
aws-sdk (2.2.37)
21-
aws-sdk-resources (= 2.2.37)
22-
aws-sdk-core (2.2.37)
20+
addressable (2.5.0)
21+
public_suffix (~> 2.0, >= 2.0.2)
22+
aws-sdk (2.6.38)
23+
aws-sdk-resources (= 2.6.38)
24+
aws-sdk-core (2.6.38)
25+
aws-sigv4 (~> 1.0)
2326
jmespath (~> 1.0)
24-
aws-sdk-resources (2.2.37)
25-
aws-sdk-core (= 2.2.37)
27+
aws-sdk-resources (2.6.38)
28+
aws-sdk-core (= 2.6.38)
29+
aws-sigv4 (1.0.0)
2630
babosa (1.0.2)
27-
cert (1.4.2)
28-
fastlane_core (>= 0.50.3, < 1.0.0)
29-
spaceship (>= 0.32.0, < 1.0.0)
30-
claide (1.0.0)
31+
chandler (0.6.0)
32+
netrc
33+
octokit (>= 2.2.0)
34+
claide (1.0.1)
35+
cocoapods (1.1.0.rc.2)
36+
activesupport (>= 4.0.2, < 5)
37+
claide (>= 1.0.0, < 2.0)
38+
cocoapods-core (= 1.1.0.rc.2)
39+
cocoapods-deintegrate (>= 1.0.1, < 2.0)
40+
cocoapods-downloader (>= 1.1.1, < 2.0)
41+
cocoapods-plugins (>= 1.0.0, < 2.0)
42+
cocoapods-search (>= 1.0.0, < 2.0)
43+
cocoapods-stats (>= 1.0.0, < 2.0)
44+
cocoapods-trunk (>= 1.0.0, < 2.0)
45+
cocoapods-try (>= 1.1.0, < 2.0)
46+
colored (~> 1.2)
47+
escape (~> 0.0.4)
48+
fourflusher (~> 1.0.1)
49+
gh_inspector (~> 1.0)
50+
molinillo (~> 0.5.1)
51+
nap (~> 1.0)
52+
xcodeproj (>= 1.3.1, < 2.0)
53+
cocoapods-core (1.1.0.rc.2)
54+
activesupport (>= 4.0.2, < 5)
55+
fuzzy_match (~> 2.0.4)
56+
nap (~> 1.0)
57+
cocoapods-deintegrate (1.0.1)
58+
cocoapods-downloader (1.1.1)
59+
cocoapods-plugins (1.0.0)
60+
nap
61+
cocoapods-search (1.0.0)
62+
cocoapods-stats (1.0.0)
63+
cocoapods-trunk (1.0.0)
64+
nap (>= 0.8, < 2.0)
65+
netrc (= 0.7.8)
66+
cocoapods-try (1.1.0)
3167
colored (1.2)
32-
commander (4.4.0)
68+
commander (4.4.1)
3369
highline (~> 1.7.2)
34-
credentials_manager (0.16.0)
70+
credentials_manager (0.16.2)
3571
colored
3672
commander (>= 4.3.5)
3773
highline (>= 1.7.1)
3874
security
39-
deliver (1.13.3)
40-
credentials_manager (>= 0.16.0, < 1.0.0)
41-
fastimage (~> 1.6)
42-
fastlane_core (>= 0.50.3, < 1.0.0)
43-
plist (~> 3.1.0)
44-
spaceship (>= 0.31.6, < 1.0.0)
45-
domain_name (0.5.20160826)
75+
domain_name (0.5.20161129)
4676
unf (>= 0.0.5, < 1.0.0)
4777
dotenv (2.1.1)
48-
excon (0.45.4)
49-
faraday (0.9.2)
78+
escape (0.0.4)
79+
excon (0.54.0)
80+
faraday (0.10.0)
5081
multipart-post (>= 1.2, < 3)
5182
faraday-cookie_jar (0.0.6)
5283
faraday (>= 0.7.4)
5384
http-cookie (~> 1.0.0)
54-
faraday_middleware (0.10.0)
55-
faraday (>= 0.7.4, < 0.10)
56-
fastimage (1.6.8)
57-
addressable (~> 2.3, >= 2.3.5)
58-
fastlane (1.103.0)
85+
faraday_middleware (0.10.1)
86+
faraday (>= 0.7.4, < 1.0)
87+
fastimage (2.0.1)
88+
addressable (~> 2)
89+
fastlane (2.0.2)
5990
activesupport (< 5)
60-
addressable (~> 2.3)
91+
addressable (>= 2.3, < 3.0.0)
92+
babosa (>= 1.0.2, < 2.0.0)
6193
bundler (~> 1.12)
62-
cert (>= 1.4.1, < 2.0.0)
63-
credentials_manager (>= 0.16.0, < 1.0.0)
64-
deliver (>= 1.13.3, < 2.0.0)
65-
fastlane_core (>= 0.52.0, < 1.0.0)
66-
frameit (>= 2.7.0, < 3.0.0)
67-
gym (>= 1.7.0, < 2.0.0)
68-
krausefx-shenzhen (>= 0.14.10)
69-
match (>= 0.6.3, < 1.0.0)
94+
colored
95+
commander (>= 4.4.0, < 5.0.0)
96+
dotenv (>= 2.1.1, < 3.0.0)
97+
excon (>= 0.45.0, < 1.0.0)
98+
faraday (~> 0.9)
99+
faraday-cookie_jar (~> 0.0.6)
100+
faraday_middleware (~> 0.9)
101+
fastimage (>= 1.6)
102+
gh_inspector (>= 1.0.1, < 2.0.0)
103+
google-api-client (~> 0.9.1)
104+
highline (>= 1.7.2, < 2.0.0)
105+
json (< 3.0.0)
106+
mini_magick (~> 4.5.1)
107+
multi_json
108+
multi_xml (~> 0.5)
70109
multipart-post (~> 2.0.0)
71-
pem (>= 1.3.2, < 2.0.0)
72-
pilot (>= 1.10.0, < 2.0.0)
73-
plist (~> 3.1.0)
74-
produce (>= 1.2.0, < 2.0.0)
75-
scan (>= 0.11.3, < 2.0.0)
76-
screengrab (>= 0.5.0, < 1.0.0)
77-
sigh (>= 1.10.2, < 2.0.0)
78-
slack-notifier (~> 1.3)
79-
snapshot (>= 1.14.0, < 2.0.0)
80-
spaceship (>= 0.32.1, < 1.0.0)
81-
supply (>= 0.7.0, < 1.0.0)
82-
terminal-notifier (~> 1.6.2)
83-
terminal-table (~> 1.4.5)
110+
plist (>= 3.1.0, < 4.0.0)
111+
rubyzip (>= 1.2.0, < 2.0.0)
112+
security (= 0.1.3)
113+
slack-notifier (>= 1.3, < 2.0.0)
114+
terminal-notifier (>= 1.6.2, < 2.0.0)
115+
terminal-table (>= 1.4.5, < 2.0.0)
84116
word_wrap (~> 1.0.0)
85117
xcode-install (~> 2.0.0)
86118
xcodeproj (>= 0.20, < 2.0.0)
87-
xcpretty (>= 0.2.1)
88-
fastlane_core (0.52.0)
89-
babosa
90-
colored
91-
commander (>= 4.4.0, <= 5.0.0)
92-
credentials_manager (>= 0.16.0, < 1.0.0)
93-
excon (~> 0.45.0)
94-
gh_inspector (>= 1.0.1, < 2.0.0)
95-
highline (>= 1.7.2)
96-
json
97-
multi_json
98-
plist (~> 3.1)
99-
rubyzip (~> 1.1.6)
100-
terminal-table (~> 1.4.5)
101-
frameit (2.7.0)
102-
deliver (> 0.3)
103-
fastimage (~> 1.6.3)
104-
fastlane_core (>= 0.36.1, < 1.0.0)
105-
mini_magick (~> 4.5.1)
119+
xcpretty (>= 0.2.4, < 1.0.0)
120+
xcpretty-travis-formatter (>= 0.0.3)
121+
fourflusher (1.0.1)
122+
fuzzy_match (2.0.4)
106123
gh_inspector (1.0.2)
107-
google-api-client (0.9.13)
124+
google-api-client (0.9.20)
108125
addressable (~> 2.3)
109126
googleauth (~> 0.5)
110127
httpclient (~> 2.7)
@@ -121,129 +138,85 @@ GEM
121138
multi_json (~> 1.11)
122139
os (~> 0.9)
123140
signet (~> 0.7)
124-
gym (1.9.0)
125-
fastlane_core (>= 0.51.0, < 1.0.0)
126-
plist
127-
rubyzip (>= 1.1.7)
128-
terminal-table
129-
xcpretty (>= 0.2.1)
130141
highline (1.7.8)
131-
http-cookie (1.0.2)
142+
http-cookie (1.0.3)
132143
domain_name (~> 0.5)
133-
httpclient (2.8.2.4)
144+
httpclient (2.8.3)
134145
hurley (0.2)
135146
i18n (0.7.0)
136147
jmespath (1.3.1)
137148
json (1.8.3)
138-
jwt (1.5.4)
139-
krausefx-shenzhen (0.14.10)
140-
commander (>= 4.3, < 5.0)
141-
dotenv (>= 0.7)
142-
faraday (~> 0.9)
143-
faraday_middleware (~> 0.9)
144-
highline (>= 1.7.2)
145-
json (~> 1.8)
146-
net-sftp (~> 2.1.2)
147-
plist (~> 3.1.0)
148-
rubyzip (~> 1.1)
149-
security (~> 0.1.3)
150-
terminal-table (~> 1.4.5)
149+
jwt (1.5.6)
151150
little-plugger (1.1.4)
152151
logging (2.1.0)
153152
little-plugger (~> 1.1)
154153
multi_json (~> 1.10)
155-
match (0.6.4)
156-
cert (>= 1.4.1, < 2.0.0)
157-
credentials_manager (>= 0.16.0, < 1.0.0)
158-
fastlane_core (>= 0.50.3, < 1.0.0)
159-
security
160-
sigh (>= 1.10.2, < 2.0.0)
161-
spaceship (>= 0.31.10, < 1.0.0)
162154
memoist (0.15.0)
163155
mime-types (3.1)
164156
mime-types-data (~> 3.2015)
165157
mime-types-data (3.2016.0521)
166158
mini_magick (4.5.1)
167-
minitest (5.9.0)
159+
minitest (5.10.1)
160+
molinillo (0.5.1)
168161
multi_json (1.12.1)
169-
multi_xml (0.5.5)
162+
multi_xml (0.6.0)
170163
multipart-post (2.0.0)
171-
net-sftp (2.1.2)
172-
net-ssh (>= 2.6.5)
173-
net-ssh (3.2.0)
164+
nanaimo (0.2.3)
165+
nap (1.1.0)
166+
netrc (0.7.8)
167+
octokit (4.6.2)
168+
sawyer (~> 0.8.0, >= 0.5.3)
174169
os (0.9.6)
175-
pem (1.3.2)
176-
fastlane_core (>= 0.43.1, < 1.0.0)
177-
spaceship (>= 0.26.2, < 1.0.0)
178-
pilot (1.10.0)
179-
credentials_manager (>= 0.3.0)
180-
fastlane_core (>= 0.46.2, < 1.0.0)
181-
spaceship (>= 0.29.0, < 1.0.0)
182-
terminal-table (~> 1.4.5)
183-
plist (3.1.0)
184-
produce (1.2.0)
185-
fastlane_core (>= 0.30.0, < 1.0.0)
186-
spaceship (>= 0.31.1, < 1.0.0)
170+
plist (3.2.0)
171+
public_suffix (2.0.4)
187172
representable (2.3.0)
188173
uber (~> 0.0.7)
189174
retriable (2.1.0)
190175
rouge (1.11.1)
191-
rubyzip (1.1.7)
192-
scan (0.12.1)
193-
fastlane_core (>= 0.51.0, < 1.0.0)
194-
slack-notifier (~> 1.3)
195-
terminal-table
196-
xcpretty (>= 0.2.1)
197-
xcpretty-travis-formatter (>= 0.0.3)
198-
screengrab (0.5.2)
199-
fastlane_core (>= 0.50.3, < 1.0.0)
176+
rubyzip (1.2.0)
177+
sawyer (0.8.1)
178+
addressable (>= 2.3.5, < 2.6)
179+
faraday (~> 0.8, < 1.0)
200180
security (0.1.3)
201-
sigh (1.10.2)
202-
fastlane_core (>= 0.36.1, < 1.0.0)
203-
plist (~> 3.1)
204-
spaceship (>= 0.29.1, < 1.0.0)
181+
semantic (1.5.0)
205182
signet (0.7.3)
206183
addressable (~> 2.3)
207184
faraday (~> 0.9)
208185
jwt (~> 1.5)
209186
multi_json (~> 1.10)
210187
slack-notifier (1.5.1)
211-
snapshot (1.14.0)
212-
fastimage (~> 1.6.3)
213-
fastlane_core (>= 0.50.3, < 1.0.0)
214-
plist (~> 3.1.0)
215-
xcpretty (>= 0.2.1)
216-
spaceship (0.32.1)
188+
spaceship (0.39.0)
189+
babosa (= 1.0.2)
217190
colored
218191
credentials_manager (>= 0.16.0)
219192
faraday (~> 0.9)
220193
faraday-cookie_jar (~> 0.0.6)
221194
faraday_middleware (~> 0.9)
222-
fastimage (~> 1.6)
195+
fastimage (>= 1.6)
223196
multi_xml (~> 0.5)
224-
plist (~> 3.1)
225-
supply (0.7.1)
226-
credentials_manager (>= 0.15.0)
227-
fastlane_core (>= 0.43.4)
228-
google-api-client (~> 0.9.1)
229-
terminal-notifier (1.6.3)
230-
terminal-table (1.4.5)
197+
plist (>= 3.1.0, < 4.0.0)
198+
terminal-notifier (1.7.1)
199+
terminal-table (1.7.3)
200+
unicode-display_width (~> 1.1.1)
231201
thread_safe (0.3.5)
232202
tzinfo (1.2.2)
233203
thread_safe (~> 0.1)
234204
uber (0.0.15)
235205
unf (0.1.4)
236206
unf_ext
237207
unf_ext (0.0.7.2)
208+
unicode-display_width (1.1.2)
238209
word_wrap (1.0.0)
239-
xcode-install (2.0.5)
210+
xcode-install (2.0.9)
240211
claide (>= 0.9.1, < 1.1.0)
241212
spaceship (>= 0.25.1, < 1.0.0)
242-
xcodeproj (1.3.1)
213+
xcodeproj (1.4.1)
214+
CFPropertyList (~> 2.3.3)
243215
activesupport (>= 3)
244-
claide (>= 1.0.0, < 2.0)
216+
claide (>= 1.0.1, < 2.0)
245217
colored (~> 1.2)
246-
xcpretty (0.2.2)
218+
nanaimo (~> 0.2.0)
219+
xcpretty (0.2.4)
247220
rouge (~> 1.8)
248221
xcpretty-travis-formatter (0.0.4)
249222
xcpretty (~> 0.2, >= 0.0.7)
@@ -253,7 +226,10 @@ PLATFORMS
253226

254227
DEPENDENCIES
255228
carthage_cache!
256-
fastlane (= 1.103.0)
229+
chandler
230+
cocoapods
231+
fastlane
232+
semantic (~> 1.5)
257233

258234
BUNDLED WITH
259-
1.12.5
235+
1.13.1

0 commit comments

Comments
 (0)