Skip to content

Commit 7ad05e7

Browse files
authored
Release 0.15.2 and update gems (#1402)
1 parent bbd31c9 commit 7ad05e7

File tree

5 files changed

+53
-51
lines changed

5 files changed

+53
-51
lines changed

.rubocop.yml

+7-3
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ AllCops:
88
SuggestExtensions: false
99
TargetRubyVersion: 2.6
1010

11-
#- Pending Cops as of 1.56.3 ---------------------------------------------#
12-
13-
11+
#- Pending Cops as of 1.66.1 ---------------------------------------------#
1412

13+
Gemspec/AddRuntimeDependency: # new in 1.65
14+
Enabled: true
1515
Gemspec/DeprecatedAttributeAssignment: # new in 1.30
1616
Enabled: true
1717
Gemspec/DevelopmentDependencies: # new in 1.44
@@ -84,6 +84,8 @@ Lint/UnexpectedBlockArity: # (new in 1.5)
8484
Enabled: true
8585
Lint/UnmodifiedReduceAccumulator: # (new in 1.1)
8686
Enabled: true
87+
Lint/UselessNumericOperation: # new in 1.66
88+
Enabled: true
8789
Lint/UselessRescue: # new in 1.43
8890
Enabled: true
8991
Lint/UselessRuby2Keywords: # new in 1.23
@@ -188,6 +190,8 @@ Style/RedundantHeredocDelimiterQuotes: # new in 1.45
188190
Enabled: true
189191
Style/RedundantInitialize: # new in 1.27
190192
Enabled: true
193+
Style/RedundantInterpolationUnfreeze: # new in 1.66
194+
Enabled: true
191195
Style/RedundantLineContinuation: # new in 1.49
192196
Enabled: true
193197
Style/RedundantRegexpArgument: # new in 1.53

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Master
1+
## 0.15.2
22

33
##### Breaking
44

Gemfile.lock

+35-37
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ GIT
99
PATH
1010
remote: .
1111
specs:
12-
jazzy (0.15.1)
12+
jazzy (0.15.2)
1313
cocoapods (~> 1.5)
1414
mustache (~> 1.1)
1515
open4 (~> 1.3)
@@ -27,18 +27,19 @@ GEM
2727
base64
2828
nkf
2929
rexml
30-
activesupport (7.1.3.4)
30+
activesupport (7.2.1)
3131
base64
3232
bigdecimal
33-
concurrent-ruby (~> 1.0, >= 1.0.2)
33+
concurrent-ruby (~> 1.0, >= 1.3.1)
3434
connection_pool (>= 2.2.5)
3535
drb
3636
i18n (>= 1.6, < 2)
37+
logger (>= 1.4.2)
3738
minitest (>= 5.1)
38-
mutex_m
39-
tzinfo (~> 2.0)
40-
addressable (2.8.6)
41-
public_suffix (>= 2.0.2, < 6.0)
39+
securerandom (>= 0.3)
40+
tzinfo (~> 2.0, >= 2.0.5)
41+
addressable (2.8.7)
42+
public_suffix (>= 2.0.2, < 7.0)
4243
algoliasearch (1.27.5)
4344
httpclient (~> 2.8, >= 2.8.3)
4445
json (>= 1.5.1)
@@ -90,14 +91,14 @@ GEM
9091
netrc (~> 0.11)
9192
cocoapods-try (1.2.0)
9293
colored2 (3.1.2)
93-
concurrent-ruby (1.3.2)
94+
concurrent-ruby (1.3.4)
9495
connection_pool (2.4.1)
9596
cork (0.3.0)
9697
colored2 (~> 3.1)
9798
crack (1.0.0)
9899
bigdecimal
99100
rexml
100-
danger (9.4.3)
101+
danger (9.5.0)
101102
claide (~> 1.0)
102103
claide-plugins (>= 0.9.2)
103104
colored2 (~> 3.1)
@@ -107,19 +108,20 @@ GEM
107108
git (~> 1.13)
108109
kramdown (~> 2.3)
109110
kramdown-parser-gfm (~> 1.0)
110-
no_proxy_fix
111111
octokit (>= 4.0)
112112
terminal-table (>= 1, < 4)
113113
diffy (3.4.2)
114114
drb (2.2.1)
115115
escape (0.0.4)
116116
ethon (0.16.0)
117117
ffi (>= 1.15.0)
118-
faraday (2.9.1)
119-
faraday-net_http (>= 2.0, < 3.2)
118+
faraday (2.12.0)
119+
faraday-net_http (>= 2.0, < 3.4)
120+
json
121+
logger
120122
faraday-http-cache (2.5.1)
121123
faraday (>= 0.8)
122-
faraday-net_http (3.1.0)
124+
faraday-net_http (3.3.0)
123125
net-http
124126
ffi (1.17.0)
125127
fourflusher (2.3.1)
@@ -128,9 +130,9 @@ GEM
128130
git (1.19.1)
129131
addressable (~> 2.8)
130132
rchardet (~> 1.8)
131-
hashdiff (1.1.0)
133+
hashdiff (1.1.1)
132134
httpclient (2.8.3)
133-
i18n (1.14.5)
135+
i18n (1.14.6)
134136
concurrent-ruby (~> 1.0)
135137
json (2.7.2)
136138
kramdown (2.4.0)
@@ -139,55 +141,51 @@ GEM
139141
kramdown (~> 2.0)
140142
language_server-protocol (3.17.0.3)
141143
liferaft (0.0.6)
144+
logger (1.6.1)
142145
mini_portile2 (2.8.7)
143-
minitest (5.23.1)
144-
mocha (2.3.0)
146+
minitest (5.25.1)
147+
mocha (2.4.5)
145148
ruby2_keywords (>= 0.0.5)
146149
mocha-on-bacon (0.2.3)
147150
mocha (>= 0.13.0)
148151
molinillo (0.8.0)
149152
mustache (1.1.1)
150-
mutex_m (0.2.0)
151153
nanaimo (0.3.0)
152154
nap (1.1.0)
153155
net-http (0.4.1)
154156
uri
155157
netrc (0.11.0)
156158
nkf (0.2.0)
157-
no_proxy_fix (0.1.2)
158-
octokit (8.1.0)
159-
base64
159+
octokit (9.1.0)
160160
faraday (>= 1, < 3)
161161
sawyer (~> 0.9)
162162
open4 (1.3.4)
163-
parallel (1.24.0)
164-
parser (3.3.2.0)
163+
parallel (1.26.3)
164+
parser (3.3.5.0)
165165
ast (~> 2.4.1)
166166
racc
167167
prettybacon (0.0.2)
168168
bacon (~> 1.2)
169169
public_suffix (4.0.7)
170-
racc (1.8.0)
170+
racc (1.8.1)
171171
rainbow (3.1.1)
172172
rake (13.2.1)
173173
rchardet (1.8.0)
174174
redcarpet (3.6.0)
175175
regexp_parser (2.9.2)
176-
rexml (3.2.8)
177-
strscan (>= 3.0.9)
178-
rouge (4.2.1)
179-
rubocop (1.64.1)
176+
rexml (3.3.7)
177+
rouge (4.4.0)
178+
rubocop (1.66.1)
180179
json (~> 2.3)
181180
language_server-protocol (>= 3.17.0)
182181
parallel (~> 1.10)
183182
parser (>= 3.3.0.2)
184183
rainbow (>= 2.2.2, < 4.0)
185-
regexp_parser (>= 1.8, < 3.0)
186-
rexml (>= 3.2.5, < 4.0)
187-
rubocop-ast (>= 1.31.1, < 2.0)
184+
regexp_parser (>= 2.4, < 3.0)
185+
rubocop-ast (>= 1.32.2, < 2.0)
188186
ruby-progressbar (~> 1.7)
189187
unicode-display_width (>= 2.4.0, < 3.0)
190-
rubocop-ast (1.31.3)
188+
rubocop-ast (1.32.3)
191189
parser (>= 3.3.1.0)
192190
ruby-macho (2.5.1)
193191
ruby-progressbar (1.13.0)
@@ -197,30 +195,30 @@ GEM
197195
sawyer (0.9.2)
198196
addressable (>= 2.3.5)
199197
faraday (>= 0.17.3, < 3)
198+
securerandom (0.3.1)
200199
sqlite3 (1.7.3)
201200
mini_portile2 (~> 2.8.0)
202-
strscan (3.1.0)
203201
terminal-table (3.0.2)
204202
unicode-display_width (>= 1.1.1, < 3)
205203
typhoeus (1.4.1)
206204
ethon (>= 0.9.0)
207205
tzinfo (2.0.6)
208206
concurrent-ruby (~> 1.0)
209-
unicode-display_width (2.5.0)
210-
uri (0.13.0)
207+
unicode-display_width (2.6.0)
208+
uri (0.13.1)
211209
webmock (3.23.1)
212210
addressable (>= 2.8.0)
213211
crack (>= 0.3.2)
214212
hashdiff (>= 0.4.0, < 2.0.0)
215213
xcinvoke (0.3.0)
216214
liferaft (~> 0.0.6)
217-
xcodeproj (1.24.0)
215+
xcodeproj (1.25.0)
218216
CFPropertyList (>= 2.3.3, < 4.0)
219217
atomos (~> 0.1.3)
220218
claide (>= 1.0.2, < 2.0)
221219
colored2 (~> 3.1)
222220
nanaimo (~> 0.3.0)
223-
rexml (~> 3.2.4)
221+
rexml (>= 3.3.2, < 4.0)
224222

225223
PLATFORMS
226224
ruby

jazzy.gemspec

+9-9
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,15 @@ Gem::Specification.new do |spec|
1818
spec.files = `git ls-files`.split($/)
1919
spec.executables << 'jazzy'
2020

21-
spec.add_runtime_dependency 'cocoapods', '~> 1.5'
22-
spec.add_runtime_dependency 'mustache', '~> 1.1'
23-
spec.add_runtime_dependency 'open4', '~> 1.3'
24-
spec.add_runtime_dependency 'redcarpet', '~> 3.4'
25-
spec.add_runtime_dependency 'rexml', ['>= 3.2.7', '< 4.0']
26-
spec.add_runtime_dependency 'rouge', ['>= 2.0.6', '< 5.0']
27-
spec.add_runtime_dependency 'sassc', '~> 2.1'
28-
spec.add_runtime_dependency 'sqlite3', '~> 1.3'
29-
spec.add_runtime_dependency 'xcinvoke', '~> 0.3.0'
21+
spec.add_dependency 'cocoapods', '~> 1.5'
22+
spec.add_dependency 'mustache', '~> 1.1'
23+
spec.add_dependency 'open4', '~> 1.3'
24+
spec.add_dependency 'redcarpet', '~> 3.4'
25+
spec.add_dependency 'rexml', ['>= 3.2.7', '< 4.0']
26+
spec.add_dependency 'rouge', ['>= 2.0.6', '< 5.0']
27+
spec.add_dependency 'sassc', '~> 2.1'
28+
spec.add_dependency 'sqlite3', '~> 1.3'
29+
spec.add_dependency 'xcinvoke', '~> 0.3.0'
3030

3131
spec.add_development_dependency 'bundler', '~> 2.1'
3232
spec.add_development_dependency 'rake', '~> 13.0'

lib/jazzy/gem_version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module Jazzy
4-
VERSION = '0.15.1' unless defined? Jazzy::VERSION
4+
VERSION = '0.15.2' unless defined? Jazzy::VERSION
55
end

0 commit comments

Comments
 (0)