jazzy 0.15.2 → 0.15.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 9a5cf4da18c11cdb04965d69968cee0b16db1720e9a8f31b9b27fbd4eaddd8fd
4
- data.tar.gz: 5efbaf91ef7e253a86a652b45c5fbfd512d7dccccbf06aa2b53190f8a8a135d9
3
+ metadata.gz: 28b6dc76090e7100563e04b5c46263a60220ad53923823c30dd975c6b06dbfda
4
+ data.tar.gz: f11e0e48264fadac60cb5d3545126921e28053c7847b38969f51a4ba2c0fdaab
5
5
  SHA512:
6
- metadata.gz: 62074603cb5b33f8809ae5f5d9c16c5381947f4187d6e58f4d08c47ba2408479568bb9631d3c293e6a53ed7bdd0237ca928f931af496d13bf60715e90bfb3844
7
- data.tar.gz: db5f645a8a7a5deaf0f6f2776ad17010a28d948d2cda1e2c3c4e8cb1a23e0ab14ac773a00b9fd8a6c88fd76198d4c756ce1536ce500a18ede7e42bcfd02493bb
6
+ metadata.gz: a045279154c9fa5078f9a7d75a34fecf965dfe2cf7bf036005ff1eeb42728b648a09f36bfdb47cfdd95ea7b2bcbbccd3ab88369c5056409d1bfb633813094154
7
+ data.tar.gz: d92cca337441a296dce4753b3d90311a07eb1d325ec0029b5b873b4be2a28705078397d70008b765d19b63e7eb804ca3e02d4e42ec9cbb2cad53678213ce22ea
data/CHANGELOG.md CHANGED
@@ -1,3 +1,20 @@
1
+ ## Master
2
+
3
+ ##### Breaking
4
+
5
+ * None.
6
+
7
+ ##### Enhancements
8
+
9
+ * None.
10
+
11
+ ##### Bug Fixes
12
+
13
+ * Don't crash when the Swift 6 compiler reports educational
14
+ notes.
15
+ [John Fairhurst](https://github.com/johnfairh)
16
+ [#1399](https://github.com/realm/jazzy/issues/1399)
17
+
1
18
  ## 0.15.2
2
19
 
3
20
  ##### Breaking
data/Gemfile.lock CHANGED
@@ -9,7 +9,7 @@ GIT
9
9
  PATH
10
10
  remote: .
11
11
  specs:
12
- jazzy (0.15.2)
12
+ jazzy (0.15.3)
13
13
  cocoapods (~> 1.5)
14
14
  mustache (~> 1.1)
15
15
  open4 (~> 1.3)
@@ -27,7 +27,7 @@ GEM
27
27
  base64
28
28
  nkf
29
29
  rexml
30
- activesupport (7.2.1)
30
+ activesupport (7.2.1.1)
31
31
  base64
32
32
  bigdecimal
33
33
  concurrent-ruby (~> 1.0, >= 1.3.1)
@@ -156,7 +156,7 @@ GEM
156
156
  uri
157
157
  netrc (0.11.0)
158
158
  nkf (0.2.0)
159
- octokit (9.1.0)
159
+ octokit (9.2.0)
160
160
  faraday (>= 1, < 3)
161
161
  sawyer (~> 0.9)
162
162
  open4 (1.3.4)
@@ -173,9 +173,9 @@ GEM
173
173
  rchardet (1.8.0)
174
174
  redcarpet (3.6.0)
175
175
  regexp_parser (2.9.2)
176
- rexml (3.3.7)
176
+ rexml (3.3.8)
177
177
  rouge (4.4.0)
178
- rubocop (1.66.1)
178
+ rubocop (1.67.0)
179
179
  json (~> 2.3)
180
180
  language_server-protocol (>= 3.17.0)
181
181
  parallel (~> 1.10)
@@ -206,19 +206,19 @@ GEM
206
206
  concurrent-ruby (~> 1.0)
207
207
  unicode-display_width (2.6.0)
208
208
  uri (0.13.1)
209
- webmock (3.23.1)
209
+ webmock (3.24.0)
210
210
  addressable (>= 2.8.0)
211
211
  crack (>= 0.3.2)
212
212
  hashdiff (>= 0.4.0, < 2.0.0)
213
213
  xcinvoke (0.3.0)
214
214
  liferaft (~> 0.0.6)
215
- xcodeproj (1.25.0)
215
+ xcodeproj (1.25.1)
216
216
  CFPropertyList (>= 2.3.3, < 4.0)
217
217
  atomos (~> 0.1.3)
218
218
  claide (>= 1.0.2, < 2.0)
219
219
  colored2 (~> 3.1)
220
220
  nanaimo (~> 0.3.0)
221
- rexml (>= 3.3.2, < 4.0)
221
+ rexml (>= 3.3.6, < 4.0)
222
222
 
223
223
  PLATFORMS
224
224
  ruby
data/bin/sourcekitten CHANGED
Binary file
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Jazzy
4
- VERSION = '0.15.2' unless defined? Jazzy::VERSION
4
+ VERSION = '0.15.3' unless defined? Jazzy::VERSION
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jazzy
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.15.2
4
+ version: 0.15.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - JP Simard
@@ -11,7 +11,7 @@ authors:
11
11
  autorequire:
12
12
  bindir: bin
13
13
  cert_chain: []
14
- date: 2024-09-20 00:00:00.000000000 Z
14
+ date: 2024-10-18 00:00:00.000000000 Z
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency
17
17
  name: cocoapods