utopia-project 0.22.0 → 0.23.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: af7ac04b71cc8b501069888bd23a5da5cd00bd25d7900016fe89de7e08170426
4
- data.tar.gz: fba0add2c28c7712a0c6fd894b21aca3f0015c3fc13f3c4b0299aa053e4dca9a
3
+ metadata.gz: 5ab639a6ea814e5195fb740583a00a28f55d6e18d86cb46a61341b7768ac4804
4
+ data.tar.gz: 4988213ac4168bb50ec1201e0cdd24c0d423b92092933546a7fa99f1e002f015
5
5
  SHA512:
6
- metadata.gz: 0fd2ed330c03e2ba6b4dc2f5ffa7c31d88b6c974b2e1b349c03d882b11ba22cca2fd86aafef63aa09dc18a75d14c1daf766c27b7791c1d3832a67fab00ac22fa
7
- data.tar.gz: 6d03bc32040379cfab0f3125da19bc05a21a860cded807c695c8b0592b8b6766c200b489988f9f867a42ab4053e5885a839e66c9774321217f59a4d0c0ab0d98
6
+ metadata.gz: 2b58e868cd25562bf2e17aaffdf2cfb830a72d888cf1106edebbe6edef5ba88f07b9f94c0de58d2fd18705401e40694b36725d2cbd925f19197bd9b753f0c782
7
+ data.tar.gz: b60d7c5fc718544aec358b953507eec731c5e93fa460e7172500a5b2414d33e2ec5456806effa8609e525ce85377c6c43a1bdb481c4a77c02d52b80b9eb8c380
checksums.yaml.gz.sig CHANGED
Binary file
@@ -37,7 +37,13 @@ end
37
37
 
38
38
  # The public documentation URL if it can be determined.
39
39
  def public_documentation_url
40
- gemspec&.homepage
40
+ if metadata = gemspec.metadata
41
+ if documentation_uri = metadata['documentation_uri']
42
+ return documentation_uri
43
+ end
44
+ end
45
+
46
+ return gemspec&.homepage
41
47
  end
42
48
 
43
49
  def usage_section(documentation_url, project)
@@ -5,6 +5,6 @@
5
5
 
6
6
  module Utopia
7
7
  module Project
8
- VERSION = "0.22.0"
8
+ VERSION = "0.23.0"
9
9
  end
10
10
  end
data/public/.DS_Store ADDED
Binary file
Binary file
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.22.0
4
+ version: 0.23.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Samuel Williams
@@ -39,7 +39,7 @@ cert_chain:
39
39
  Q2K9NVun/S785AP05vKkXZEFYxqG6EW012U4oLcFl5MySFajYXRYbuUpH6AY+HP8
40
40
  voD0MPg1DssDLKwXyt1eKD/+Fq0bFWhwVM/1XiAXL7lyYUyOq24KHgQ2Csg=
41
41
  -----END CERTIFICATE-----
42
- date: 2023-05-01 00:00:00.000000000 Z
42
+ date: 2023-06-15 00:00:00.000000000 Z
43
43
  dependencies:
44
44
  - !ruby/object:Gem::Dependency
45
45
  name: decode
@@ -220,10 +220,13 @@ files:
220
220
  - pages/source/controller.rb
221
221
  - pages/source/index.xnode
222
222
  - pages/source/show.xnode
223
+ - public/.DS_Store
223
224
  - public/.nojekyll
225
+ - public/_components/.DS_Store
224
226
  - public/_components/jquery-litebox/jquery.litebox.css
225
227
  - public/_components/jquery-litebox/jquery.litebox.gallery.css
226
228
  - public/_components/jquery-litebox/jquery.litebox.js
229
+ - public/_components/jquery-syntax/.DS_Store
227
230
  - public/_components/jquery-syntax/base/jquery.syntax.brush.apache.css
228
231
  - public/_components/jquery-syntax/base/jquery.syntax.brush.applescript.css
229
232
  - public/_components/jquery-syntax/base/jquery.syntax.brush.assembly.css
@@ -294,6 +297,7 @@ files:
294
297
  - public/_components/jquery/jquery.slim.js
295
298
  - public/_components/jquery/jquery.slim.min.js
296
299
  - public/_components/jquery/jquery.slim.min.map
300
+ - public/_components/mermaid/.DS_Store
297
301
  - public/_components/mermaid/mermaid.min.js
298
302
  - public/_components/mermaid/mermaid.min.js.map
299
303
  - public/_static/icon.png
@@ -324,7 +328,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
324
328
  - !ruby/object:Gem::Version
325
329
  version: '0'
326
330
  requirements: []
327
- rubygems_version: 3.4.10
331
+ rubygems_version: 3.4.7
328
332
  signing_key:
329
333
  specification_version: 4
330
334
  summary: A project documentation tool based on Utopia.
metadata.gz.sig CHANGED
Binary file