Skip to content

Commit 8634ca3

Browse files
committed
Updates jazzy
1 parent 9dd052b commit 8634ca3

File tree

3 files changed

+48
-37
lines changed

3 files changed

+48
-37
lines changed

.jazzy.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,4 @@ module: RichString
88
module_version: 2.2.1
99
readme: README.md
1010
copyright: Copyright © 2016 [Stefan van den Oord](https://github.com/svdo). All rights reserved
11+
podspec: RichString.podspec

Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ source 'https://rubygems.org' do
33
gem 'xcpretty'
44
end
55

6-
gem 'jazzy', '0.9.5'
6+
gem 'jazzy'
77

Gemfile.lock

+46-36
Original file line numberDiff line numberDiff line change
@@ -2,64 +2,77 @@ GEM
22
remote: https://rubygems.org/
33
specs:
44
CFPropertyList (3.0.3)
5-
activesupport (4.2.11.3)
6-
i18n (~> 0.7)
5+
activesupport (5.2.5)
6+
concurrent-ruby (~> 1.0, >= 1.0.2)
7+
i18n (>= 0.7, < 2)
78
minitest (~> 5.1)
8-
thread_safe (~> 0.3, >= 0.3.4)
99
tzinfo (~> 1.1)
10+
addressable (2.7.0)
11+
public_suffix (>= 2.0.2, < 5.0)
12+
algoliasearch (1.27.5)
13+
httpclient (~> 2.8, >= 2.8.3)
14+
json (>= 1.5.1)
1015
atomos (0.1.3)
1116
claide (1.0.3)
12-
cocoapods (1.5.3)
13-
activesupport (>= 4.0.2, < 5)
17+
cocoapods (1.10.1)
18+
addressable (~> 2.6)
1419
claide (>= 1.0.2, < 2.0)
15-
cocoapods-core (= 1.5.3)
16-
cocoapods-deintegrate (>= 1.0.2, < 2.0)
17-
cocoapods-downloader (>= 1.2.0, < 2.0)
20+
cocoapods-core (= 1.10.1)
21+
cocoapods-deintegrate (>= 1.0.3, < 2.0)
22+
cocoapods-downloader (>= 1.4.0, < 2.0)
1823
cocoapods-plugins (>= 1.0.0, < 2.0)
1924
cocoapods-search (>= 1.0.0, < 2.0)
20-
cocoapods-stats (>= 1.0.0, < 2.0)
21-
cocoapods-trunk (>= 1.3.0, < 2.0)
25+
cocoapods-trunk (>= 1.4.0, < 2.0)
2226
cocoapods-try (>= 1.1.0, < 2.0)
2327
colored2 (~> 3.1)
2428
escape (~> 0.0.4)
25-
fourflusher (~> 2.0.1)
29+
fourflusher (>= 2.3.0, < 3.0)
2630
gh_inspector (~> 1.0)
27-
molinillo (~> 0.6.5)
31+
molinillo (~> 0.6.6)
2832
nap (~> 1.0)
29-
ruby-macho (~> 1.1)
30-
xcodeproj (>= 1.5.7, < 2.0)
31-
cocoapods-core (1.5.3)
32-
activesupport (>= 4.0.2, < 6)
33+
ruby-macho (~> 1.4)
34+
xcodeproj (>= 1.19.0, < 2.0)
35+
cocoapods-core (1.10.1)
36+
activesupport (> 5.0, < 6)
37+
addressable (~> 2.6)
38+
algoliasearch (~> 1.0)
39+
concurrent-ruby (~> 1.1)
3340
fuzzy_match (~> 2.0.4)
3441
nap (~> 1.0)
42+
netrc (~> 0.11)
43+
public_suffix
44+
typhoeus (~> 1.0)
3545
cocoapods-deintegrate (1.0.4)
3646
cocoapods-downloader (1.4.0)
3747
cocoapods-plugins (1.0.0)
3848
nap
3949
cocoapods-search (1.0.0)
40-
cocoapods-stats (1.1.0)
4150
cocoapods-trunk (1.5.0)
4251
nap (>= 0.8, < 2.0)
4352
netrc (~> 0.11)
4453
cocoapods-try (1.2.0)
4554
colored2 (3.1.2)
4655
concurrent-ruby (1.1.8)
4756
escape (0.0.4)
57+
ethon (0.14.0)
58+
ffi (>= 1.15.0)
4859
ffi (1.15.0)
49-
fourflusher (2.0.1)
60+
fourflusher (2.3.1)
5061
fuzzy_match (2.0.4)
5162
gh_inspector (1.1.3)
52-
i18n (0.9.5)
63+
httpclient (2.8.3)
64+
i18n (1.8.10)
5365
concurrent-ruby (~> 1.0)
54-
jazzy (0.9.5)
55-
cocoapods (~> 1.5.3)
56-
mustache (~> 1.1.0)
66+
jazzy (0.13.6)
67+
cocoapods (~> 1.5)
68+
mustache (~> 1.1)
5769
open4
58-
redcarpet (~> 3.4.0)
70+
redcarpet (~> 3.4)
5971
rouge (>= 2.0.6, < 4.0)
60-
sass (~> 3.6.0)
61-
sqlite3 (~> 1.3.13)
72+
sassc (~> 2.1)
73+
sqlite3 (~> 1.3)
6274
xcinvoke (~> 0.3.0)
75+
json (2.5.1)
6376
liferaft (0.0.6)
6477
minitest (5.14.4)
6578
molinillo (0.6.6)
@@ -68,19 +81,16 @@ GEM
6881
nap (1.1.0)
6982
netrc (0.11.0)
7083
open4 (1.3.4)
71-
rb-fsevent (0.10.4)
72-
rb-inotify (0.10.1)
73-
ffi (~> 1.0)
74-
redcarpet (3.4.0)
84+
public_suffix (4.0.6)
85+
redcarpet (3.5.1)
7586
rouge (2.0.7)
7687
ruby-macho (1.4.0)
77-
sass (3.6.0)
78-
sass-listen (~> 4.0.0)
79-
sass-listen (4.0.0)
80-
rb-fsevent (~> 0.9, >= 0.9.4)
81-
rb-inotify (~> 0.9, >= 0.9.7)
82-
sqlite3 (1.3.13)
88+
sassc (2.4.0)
89+
ffi (~> 1.9)
90+
sqlite3 (1.4.2)
8391
thread_safe (0.3.6)
92+
typhoeus (1.4.0)
93+
ethon (>= 0.9.0)
8494
tzinfo (1.2.9)
8595
thread_safe (~> 0.1)
8696
xcinvoke (0.3.0)
@@ -99,7 +109,7 @@ PLATFORMS
99109

100110
DEPENDENCIES
101111
cocoapods!
102-
jazzy (= 0.9.5)
112+
jazzy
103113
xcpretty!
104114

105115
BUNDLED WITH

0 commit comments

Comments
 (0)