Skip to content

Commit 8121aa8

Browse files
committed
Release 0.15.1 and update gems
1 parent 429f5e2 commit 8121aa8

File tree

4 files changed

+23
-17
lines changed

4 files changed

+23
-17
lines changed

.rubocop.yml

+6
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ AllCops:
1010

1111
#- Pending Cops as of 1.56.3 ---------------------------------------------#
1212

13+
14+
1315
Gemspec/DeprecatedAttributeAssignment: # new in 1.30
1416
Enabled: true
1517
Gemspec/DevelopmentDependencies: # new in 1.44
@@ -200,10 +202,14 @@ Style/ReturnNilInPredicateMethodDefinition: # new in 1.53
200202
Enabled: true
201203
Style/SelectByRegexp: # new in 1.22
202204
Enabled: true
205+
Style/SendWithLiteralMethodName: # new in 1.64
206+
Enabled: true
203207
Style/SingleLineDoEndBlock: # new in 1.57
204208
Enabled: true
205209
Style/StringChars: # (new in 1.12)
206210
Enabled: true
211+
Style/SuperArguments: # new in 1.64
212+
Enabled: true
207213
Style/SuperWithArgsParentheses: # new in 1.58
208214
Enabled: true
209215
Style/SwapValues: # (new in 1.1)

CHANGELOG.md

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

33
##### Breaking
44

Gemfile.lock

+15-15
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ GIT
99
PATH
1010
remote: .
1111
specs:
12-
jazzy (0.15.0)
12+
jazzy (0.15.1)
1313
cocoapods (~> 1.5)
1414
mustache (~> 1.1)
1515
open4 (~> 1.3)
@@ -27,7 +27,7 @@ GEM
2727
base64
2828
nkf
2929
rexml
30-
activesupport (7.1.3.2)
30+
activesupport (7.1.3.4)
3131
base64
3232
bigdecimal
3333
concurrent-ruby (~> 1.0, >= 1.0.2)
@@ -46,7 +46,7 @@ GEM
4646
atomos (0.1.3)
4747
bacon (1.2.0)
4848
base64 (0.2.0)
49-
bigdecimal (3.1.7)
49+
bigdecimal (3.1.8)
5050
claide (1.1.0)
5151
claide-plugins (0.9.2)
5252
cork
@@ -90,7 +90,7 @@ GEM
9090
netrc (~> 0.11)
9191
cocoapods-try (1.2.0)
9292
colored2 (3.1.2)
93-
concurrent-ruby (1.2.3)
93+
concurrent-ruby (1.3.2)
9494
connection_pool (2.4.1)
9595
cork (0.3.0)
9696
colored2 (~> 3.1)
@@ -115,13 +115,13 @@ GEM
115115
escape (0.0.4)
116116
ethon (0.16.0)
117117
ffi (>= 1.15.0)
118-
faraday (2.9.0)
118+
faraday (2.9.1)
119119
faraday-net_http (>= 2.0, < 3.2)
120120
faraday-http-cache (2.5.1)
121121
faraday (>= 0.8)
122122
faraday-net_http (3.1.0)
123123
net-http
124-
ffi (1.16.3)
124+
ffi (1.17.0)
125125
fourflusher (2.3.1)
126126
fuzzy_match (2.0.4)
127127
gh_inspector (1.1.3)
@@ -130,7 +130,7 @@ GEM
130130
rchardet (~> 1.8)
131131
hashdiff (1.1.0)
132132
httpclient (2.8.3)
133-
i18n (1.14.4)
133+
i18n (1.14.5)
134134
concurrent-ruby (~> 1.0)
135135
json (2.7.2)
136136
kramdown (2.4.0)
@@ -139,9 +139,9 @@ GEM
139139
kramdown (~> 2.0)
140140
language_server-protocol (3.17.0.3)
141141
liferaft (0.0.6)
142-
mini_portile2 (2.8.6)
143-
minitest (5.22.3)
144-
mocha (2.2.0)
142+
mini_portile2 (2.8.7)
143+
minitest (5.23.1)
144+
mocha (2.3.0)
145145
ruby2_keywords (>= 0.0.5)
146146
mocha-on-bacon (0.2.3)
147147
mocha (>= 0.13.0)
@@ -161,22 +161,22 @@ GEM
161161
sawyer (~> 0.9)
162162
open4 (1.3.4)
163163
parallel (1.24.0)
164-
parser (3.3.1.0)
164+
parser (3.3.2.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.7.3)
170+
racc (1.8.0)
171171
rainbow (3.1.1)
172172
rake (13.2.1)
173173
rchardet (1.8.0)
174174
redcarpet (3.6.0)
175-
regexp_parser (2.9.0)
175+
regexp_parser (2.9.2)
176176
rexml (3.2.8)
177177
strscan (>= 3.0.9)
178178
rouge (4.2.1)
179-
rubocop (1.63.4)
179+
rubocop (1.64.1)
180180
json (~> 2.3)
181181
language_server-protocol (>= 3.17.0)
182182
parallel (~> 1.10)
@@ -208,7 +208,7 @@ GEM
208208
concurrent-ruby (~> 1.0)
209209
unicode-display_width (2.5.0)
210210
uri (0.13.0)
211-
webmock (3.23.0)
211+
webmock (3.23.1)
212212
addressable (>= 2.8.0)
213213
crack (>= 0.3.2)
214214
hashdiff (>= 0.4.0, < 2.0.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.0' unless defined? Jazzy::VERSION
4+
VERSION = '0.15.1' unless defined? Jazzy::VERSION
55
end

0 commit comments

Comments
 (0)