utopia-project 0.17.3 → 0.17.4

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: 7dc9cbd41e938f01094f173463b5ec8812cbe0071dbc5709056b8b0e5e68a4b8
4
- data.tar.gz: 668b67be8912210f0f807fcc57aede6279ba68966c447e2fe8748f0ce84974f5
3
+ metadata.gz: a6176970e81e3db9ebf924a9eed9861a31138b43d6db9a29054856abd87e154f
4
+ data.tar.gz: 3a367e385bcdc566400ab235bbf291ad58165f03593a5e0f9ab1800df605b697
5
5
  SHA512:
6
- metadata.gz: e25865902b748d780d75164a7a6ca112bf49b6341416cb3b40d57c630b1d5db2ed62a3434747bfe89c20ababfd92007cbdc76c26629bd3931146290b9d565d25
7
- data.tar.gz: df787a3a0dfdb50f0cb3d41b5b376c5363b86b07c8758ae7ddaa388b2059c481ad75f0a1c7ab9dfad45b236c0178728226e49b8868d023ec52c3842f904fa0cf
6
+ metadata.gz: e37cf4cbe1dfd1d7301bab29990c71363970afc6c339991bd0de327cdbd875f2adef1b2802904d0a77ac96c41c7d297f87b7fe61e393645edab294d2936abe57
7
+ data.tar.gz: edad3d8c936317fa48d03dbafb4294e8c9d0115700bbedad69d296f735cbff7122e50e501b032a5f2b069851532a22d709388652276c061c4ea60506519b3e68
checksums.yaml.gz.sig CHANGED
Binary file
@@ -22,6 +22,6 @@
22
22
 
23
23
  module Utopia
24
24
  module Project
25
- VERSION = "0.17.3"
25
+ VERSION = "0.17.4"
26
26
  end
27
27
  end
@@ -9,8 +9,8 @@
9
9
  <?r
10
10
  if document = base.document_for(symbol)
11
11
  ?>#{document.to_html}<?r
12
- elsif documentation = symbol.documentation
13
- ?>#{base.format(documentation.text.join("\n"), symbol)}<?r
12
+ elsif text = symbol.documentation&.text
13
+ ?>#{base.format(text.join("\n"), symbol)}<?r
14
14
  end
15
15
  ?>
16
16
 
@@ -63,4 +63,4 @@
63
63
  </section>
64
64
 
65
65
  <content:discuss/>
66
- </content:page>
66
+ </content:page>
data.tar.gz.sig CHANGED
Binary file
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: utopia-project
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.17.3
4
+ version: 0.17.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Samuel Williams
@@ -328,7 +328,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
328
328
  - !ruby/object:Gem::Version
329
329
  version: '0'
330
330
  requirements: []
331
- rubygems_version: 3.3.2
331
+ rubygems_version: 3.3.3
332
332
  signing_key:
333
333
  specification_version: 4
334
334
  summary: A project documentation tool based on Utopia.
metadata.gz.sig CHANGED
Binary file