utopia-project 0.17.2 → 0.18.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,32 @@
1
+ /*!
2
+ * Wait for document loaded before starting the execution
3
+ */
4
+
5
+ /*! @license DOMPurify 2.3.4 | (c) Cure53 and other contributors | Released under the Apache license 2.0 and Mozilla Public License 2.0 | github.com/cure53/DOMPurify/blob/2.3.4/LICENSE */
6
+
7
+ /*! Check if previously processed */
8
+
9
+ /*! sequence config was passed as #1 */
10
+
11
+ /**
12
+ * @license
13
+ * Copyright (c) 2012-2013 Chris Pettitt
14
+ *
15
+ * Permission is hereby granted, free of charge, to any person obtaining a copy
16
+ * of this software and associated documentation files (the "Software"), to deal
17
+ * in the Software without restriction, including without limitation the rights
18
+ * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
19
+ * copies of the Software, and to permit persons to whom the Software is
20
+ * furnished to do so, subject to the following conditions:
21
+ *
22
+ * The above copyright notice and this permission notice shall be included in
23
+ * all copies or substantial portions of the Software.
24
+ *
25
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
26
+ * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
27
+ * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
28
+ * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
29
+ * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
30
+ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
31
+ * THE SOFTWARE.
32
+ */
@@ -137,6 +137,11 @@ h1, h2, h3, h4, h5, h6, p, pre, ul, dl, ol {
137
137
  margin: 1rem;
138
138
  }
139
139
 
140
+ div.mermaid {
141
+ margin: 1rem;
142
+ text-align: center;
143
+ }
144
+
140
145
  div.giscus {
141
146
  margin: 1rem 0;
142
147
  padding: 0 1rem;
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.2
4
+ version: 0.18.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Samuel Williams
@@ -36,7 +36,7 @@ cert_chain:
36
36
  RAOsIl+HOBTb252nx1kIRN5hqQx272AJCbCjKx8egcUQKffFVVCI0nye09v5CK+a
37
37
  HiLJ8VOFx6w=
38
38
  -----END CERTIFICATE-----
39
- date: 2021-12-25 00:00:00.000000000 Z
39
+ date: 2022-01-19 00:00:00.000000000 Z
40
40
  dependencies:
41
41
  - !ruby/object:Gem::Dependency
42
42
  name: decode
@@ -72,14 +72,14 @@ dependencies:
72
72
  requirements:
73
73
  - - "~>"
74
74
  - !ruby/object:Gem::Version
75
- version: '0.6'
75
+ version: '0.7'
76
76
  type: :runtime
77
77
  prerelease: false
78
78
  version_requirements: !ruby/object:Gem::Requirement
79
79
  requirements:
80
80
  - - "~>"
81
81
  - !ruby/object:Gem::Version
82
- version: '0.6'
82
+ version: '0.7'
83
83
  - !ruby/object:Gem::Dependency
84
84
  name: rackula
85
85
  requirement: !ruby/object:Gem::Requirement
@@ -205,6 +205,7 @@ files:
205
205
  - lib/utopia/project/document.rb
206
206
  - lib/utopia/project/guide.rb
207
207
  - lib/utopia/project/linkify.rb
208
+ - lib/utopia/project/renderer.rb
208
209
  - lib/utopia/project/version.rb
209
210
  - pages/_header.xnode
210
211
  - pages/_heading.xnode
@@ -227,10 +228,13 @@ files:
227
228
  - pages/source/controller.rb
228
229
  - pages/source/index.xnode
229
230
  - pages/source/show.xnode
231
+ - public/.DS_Store
230
232
  - public/.nojekyll
233
+ - public/_components/.DS_Store
231
234
  - public/_components/jquery-litebox/jquery.litebox.css
232
235
  - public/_components/jquery-litebox/jquery.litebox.gallery.css
233
236
  - public/_components/jquery-litebox/jquery.litebox.js
237
+ - public/_components/jquery-syntax/.DS_Store
234
238
  - public/_components/jquery-syntax/base/jquery.syntax.brush.apache.css
235
239
  - public/_components/jquery-syntax/base/jquery.syntax.brush.applescript.css
236
240
  - public/_components/jquery-syntax/base/jquery.syntax.brush.assembly.css
@@ -301,6 +305,9 @@ files:
301
305
  - public/_components/jquery/jquery.slim.js
302
306
  - public/_components/jquery/jquery.slim.min.js
303
307
  - public/_components/jquery/jquery.slim.min.map
308
+ - public/_components/mermaid/.DS_Store
309
+ - public/_components/mermaid/mermaid.min.js
310
+ - public/_components/mermaid/mermaid.min.js.LICENSE.txt
304
311
  - public/_static/icon.png
305
312
  - public/_static/links.js
306
313
  - public/_static/site.css
@@ -328,7 +335,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
328
335
  - !ruby/object:Gem::Version
329
336
  version: '0'
330
337
  requirements: []
331
- rubygems_version: 3.3.2
338
+ rubygems_version: 3.2.32
332
339
  signing_key:
333
340
  specification_version: 4
334
341
  summary: A project documentation tool based on Utopia.
metadata.gz.sig CHANGED
Binary file