Skip to content

Commit f4c3146

Browse files
committed
Add jazzy and Ruby config
1 parent d139ba5 commit f4c3146

File tree

4 files changed

+116
-0
lines changed

4 files changed

+116
-0
lines changed

.jazzy.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
author: "Composed Swift"
2+
github_url: https://github.com/composed-swift/ComposedUI
3+
undocumented_text: ""

.ruby-version

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
2.7.1

Gemfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
source "https://rubygems.org"
2+
3+
gem "jazzy"

Gemfile.lock

Lines changed: 109 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,109 @@
1+
GEM
2+
remote: https://rubygems.org/
3+
specs:
4+
CFPropertyList (3.0.2)
5+
activesupport (4.2.11.1)
6+
i18n (~> 0.7)
7+
minitest (~> 5.1)
8+
thread_safe (~> 0.3, >= 0.3.4)
9+
tzinfo (~> 1.1)
10+
algoliasearch (1.27.2)
11+
httpclient (~> 2.8, >= 2.8.3)
12+
json (>= 1.5.1)
13+
atomos (0.1.3)
14+
claide (1.0.3)
15+
cocoapods (1.9.1)
16+
activesupport (>= 4.0.2, < 5)
17+
claide (>= 1.0.2, < 2.0)
18+
cocoapods-core (= 1.9.1)
19+
cocoapods-deintegrate (>= 1.0.3, < 2.0)
20+
cocoapods-downloader (>= 1.2.2, < 2.0)
21+
cocoapods-plugins (>= 1.0.0, < 2.0)
22+
cocoapods-search (>= 1.0.0, < 2.0)
23+
cocoapods-stats (>= 1.0.0, < 2.0)
24+
cocoapods-trunk (>= 1.4.0, < 2.0)
25+
cocoapods-try (>= 1.1.0, < 2.0)
26+
colored2 (~> 3.1)
27+
escape (~> 0.0.4)
28+
fourflusher (>= 2.3.0, < 3.0)
29+
gh_inspector (~> 1.0)
30+
molinillo (~> 0.6.6)
31+
nap (~> 1.0)
32+
ruby-macho (~> 1.4)
33+
xcodeproj (>= 1.14.0, < 2.0)
34+
cocoapods-core (1.9.1)
35+
activesupport (>= 4.0.2, < 6)
36+
algoliasearch (~> 1.0)
37+
concurrent-ruby (~> 1.1)
38+
fuzzy_match (~> 2.0.4)
39+
nap (~> 1.0)
40+
netrc (~> 0.11)
41+
typhoeus (~> 1.0)
42+
cocoapods-deintegrate (1.0.4)
43+
cocoapods-downloader (1.3.0)
44+
cocoapods-plugins (1.0.0)
45+
nap
46+
cocoapods-search (1.0.0)
47+
cocoapods-stats (1.1.0)
48+
cocoapods-trunk (1.4.1)
49+
nap (>= 0.8, < 2.0)
50+
netrc (~> 0.11)
51+
cocoapods-try (1.2.0)
52+
colored2 (3.1.2)
53+
concurrent-ruby (1.1.6)
54+
escape (0.0.4)
55+
ethon (0.12.0)
56+
ffi (>= 1.3.0)
57+
ffi (1.12.2)
58+
fourflusher (2.3.1)
59+
fuzzy_match (2.0.4)
60+
gh_inspector (1.1.3)
61+
httpclient (2.8.3)
62+
i18n (0.9.5)
63+
concurrent-ruby (~> 1.0)
64+
jazzy (0.13.3)
65+
cocoapods (~> 1.5)
66+
mustache (~> 1.1)
67+
open4
68+
redcarpet (~> 3.4)
69+
rouge (>= 2.0.6, < 4.0)
70+
sassc (~> 2.1)
71+
sqlite3 (~> 1.3)
72+
xcinvoke (~> 0.3.0)
73+
json (2.3.0)
74+
liferaft (0.0.6)
75+
minitest (5.14.0)
76+
molinillo (0.6.6)
77+
mustache (1.1.1)
78+
nanaimo (0.2.6)
79+
nap (1.1.0)
80+
netrc (0.11.0)
81+
open4 (1.3.4)
82+
redcarpet (3.5.0)
83+
rouge (3.18.0)
84+
ruby-macho (1.4.0)
85+
sassc (2.3.0)
86+
ffi (~> 1.9)
87+
sqlite3 (1.4.2)
88+
thread_safe (0.3.6)
89+
typhoeus (1.3.1)
90+
ethon (>= 0.9.0)
91+
tzinfo (1.2.7)
92+
thread_safe (~> 0.1)
93+
xcinvoke (0.3.0)
94+
liferaft (~> 0.0.6)
95+
xcodeproj (1.16.0)
96+
CFPropertyList (>= 2.3.3, < 4.0)
97+
atomos (~> 0.1.3)
98+
claide (>= 1.0.2, < 2.0)
99+
colored2 (~> 3.1)
100+
nanaimo (~> 0.2.6)
101+
102+
PLATFORMS
103+
ruby
104+
105+
DEPENDENCIES
106+
jazzy
107+
108+
BUNDLED WITH
109+
2.1.4

0 commit comments

Comments
 (0)