utopia-project 0.22.0 → 0.23.0
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 +4 -4
- checksums.yaml.gz.sig +0 -0
- data/bake/utopia/project/readme/update.rb +7 -1
- data/lib/utopia/project/version.rb +1 -1
- data/public/.DS_Store +0 -0
- data/public/_components/.DS_Store +0 -0
- data/public/_components/jquery-syntax/.DS_Store +0 -0
- data/public/_components/mermaid/.DS_Store +0 -0
- data.tar.gz.sig +0 -0
- metadata +7 -3
- metadata.gz.sig +0 -0
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 5ab639a6ea814e5195fb740583a00a28f55d6e18d86cb46a61341b7768ac4804
|
|
4
|
+
data.tar.gz: 4988213ac4168bb50ec1201e0cdd24c0d423b92092933546a7fa99f1e002f015
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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
|
|
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)
|
data/public/.DS_Store
ADDED
|
Binary file
|
|
Binary file
|
|
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.
|
|
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-
|
|
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.
|
|
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
|