Skip to content

Commit 9db4acc

Browse files
committed
Fix building docs
1 parent f4c3146 commit 9db4acc

File tree

2 files changed

+20
-18
lines changed

2 files changed

+20
-18
lines changed

.jazzy.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
author: "Composed Swift"
22
github_url: https://github.com/composed-swift/ComposedUI
33
undocumented_text: ""
4+
swift_build_tool: xcodebuild
5+
xcodebuild_arguments: [-scheme, ComposedUI, -sdk, iphonesimulator]

Gemfile.lock

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,20 @@ GEM
22
remote: https://rubygems.org/
33
specs:
44
CFPropertyList (3.0.2)
5-
activesupport (4.2.11.1)
5+
activesupport (4.2.11.3)
66
i18n (~> 0.7)
77
minitest (~> 5.1)
88
thread_safe (~> 0.3, >= 0.3.4)
99
tzinfo (~> 1.1)
10-
algoliasearch (1.27.2)
10+
algoliasearch (1.27.4)
1111
httpclient (~> 2.8, >= 2.8.3)
1212
json (>= 1.5.1)
1313
atomos (0.1.3)
1414
claide (1.0.3)
15-
cocoapods (1.9.1)
15+
cocoapods (1.9.3)
1616
activesupport (>= 4.0.2, < 5)
1717
claide (>= 1.0.2, < 2.0)
18-
cocoapods-core (= 1.9.1)
18+
cocoapods-core (= 1.9.3)
1919
cocoapods-deintegrate (>= 1.0.3, < 2.0)
2020
cocoapods-downloader (>= 1.2.2, < 2.0)
2121
cocoapods-plugins (>= 1.0.0, < 2.0)
@@ -31,7 +31,7 @@ GEM
3131
nap (~> 1.0)
3232
ruby-macho (~> 1.4)
3333
xcodeproj (>= 1.14.0, < 2.0)
34-
cocoapods-core (1.9.1)
34+
cocoapods-core (1.9.3)
3535
activesupport (>= 4.0.2, < 6)
3636
algoliasearch (~> 1.0)
3737
concurrent-ruby (~> 1.1)
@@ -40,28 +40,28 @@ GEM
4040
netrc (~> 0.11)
4141
typhoeus (~> 1.0)
4242
cocoapods-deintegrate (1.0.4)
43-
cocoapods-downloader (1.3.0)
43+
cocoapods-downloader (1.4.0)
4444
cocoapods-plugins (1.0.0)
4545
nap
4646
cocoapods-search (1.0.0)
4747
cocoapods-stats (1.1.0)
48-
cocoapods-trunk (1.4.1)
48+
cocoapods-trunk (1.5.0)
4949
nap (>= 0.8, < 2.0)
5050
netrc (~> 0.11)
5151
cocoapods-try (1.2.0)
5252
colored2 (3.1.2)
53-
concurrent-ruby (1.1.6)
53+
concurrent-ruby (1.1.7)
5454
escape (0.0.4)
5555
ethon (0.12.0)
5656
ffi (>= 1.3.0)
57-
ffi (1.12.2)
57+
ffi (1.13.1)
5858
fourflusher (2.3.1)
5959
fuzzy_match (2.0.4)
6060
gh_inspector (1.1.3)
6161
httpclient (2.8.3)
6262
i18n (0.9.5)
6363
concurrent-ruby (~> 1.0)
64-
jazzy (0.13.3)
64+
jazzy (0.13.5)
6565
cocoapods (~> 1.5)
6666
mustache (~> 1.1)
6767
open4
@@ -70,34 +70,34 @@ GEM
7070
sassc (~> 2.1)
7171
sqlite3 (~> 1.3)
7272
xcinvoke (~> 0.3.0)
73-
json (2.3.0)
73+
json (2.3.1)
7474
liferaft (0.0.6)
75-
minitest (5.14.0)
75+
minitest (5.14.2)
7676
molinillo (0.6.6)
7777
mustache (1.1.1)
78-
nanaimo (0.2.6)
78+
nanaimo (0.3.0)
7979
nap (1.1.0)
8080
netrc (0.11.0)
8181
open4 (1.3.4)
8282
redcarpet (3.5.0)
83-
rouge (3.18.0)
83+
rouge (3.23.0)
8484
ruby-macho (1.4.0)
85-
sassc (2.3.0)
85+
sassc (2.4.0)
8686
ffi (~> 1.9)
8787
sqlite3 (1.4.2)
8888
thread_safe (0.3.6)
89-
typhoeus (1.3.1)
89+
typhoeus (1.4.0)
9090
ethon (>= 0.9.0)
9191
tzinfo (1.2.7)
9292
thread_safe (~> 0.1)
9393
xcinvoke (0.3.0)
9494
liferaft (~> 0.0.6)
95-
xcodeproj (1.16.0)
95+
xcodeproj (1.18.0)
9696
CFPropertyList (>= 2.3.3, < 4.0)
9797
atomos (~> 0.1.3)
9898
claide (>= 1.0.2, < 2.0)
9999
colored2 (~> 3.1)
100-
nanaimo (~> 0.2.6)
100+
nanaimo (~> 0.3.0)
101101

102102
PLATFORMS
103103
ruby

0 commit comments

Comments
 (0)