utopia-project 0.20.3 → 0.21.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- checksums.yaml.gz.sig +0 -0
- data/lib/utopia/project/base.rb +1 -1
- data/lib/utopia/project/linkify.rb +1 -1
- data/lib/utopia/project/version.rb +1 -1
- data/lib/utopia/project.rb +1 -1
- data/license.md +1 -1
- data/pages/guides/controller.rb +1 -1
- data/public/_components/jquery/jquery.js +209 -97
- data/public/_components/jquery/jquery.min.js +2 -2
- data/public/_components/jquery/jquery.min.map +1 -1
- data/public/_components/jquery/jquery.slim.js +197 -85
- data/public/_components/jquery/jquery.slim.min.js +2 -2
- data/public/_components/jquery/jquery.slim.min.map +1 -1
- data/public/_components/mermaid/mermaid.min.js +1589 -3
- data/public/_components/mermaid/mermaid.min.js.map +1 -0
- data/readme.md +5 -29
- data/template/preload.rb +1 -1
- data.tar.gz.sig +0 -0
- metadata +5 -23
- metadata.gz.sig +0 -0
- 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/public/_components/mermaid/mermaid.min.js.LICENSE.txt +0 -32
data/readme.md
CHANGED
@@ -20,37 +20,13 @@ Please see the <a href="https://socketry.github.io/utopia-project/">project docu
|
|
20
20
|
|
21
21
|
We welcome contributions to this project.
|
22
22
|
|
23
|
-
1. Fork it
|
24
|
-
2. Create your feature branch (`git checkout -b my-new-feature`)
|
25
|
-
3. Commit your changes (`git commit -am 'Add some feature'`)
|
26
|
-
4. Push to the branch (`git push origin my-new-feature`)
|
27
|
-
5. Create new Pull Request
|
23
|
+
1. Fork it.
|
24
|
+
2. Create your feature branch (`git checkout -b my-new-feature`).
|
25
|
+
3. Commit your changes (`git commit -am 'Add some feature'`).
|
26
|
+
4. Push to the branch (`git push origin my-new-feature`).
|
27
|
+
5. Create new Pull Request.
|
28
28
|
|
29
29
|
## See Also
|
30
30
|
|
31
31
|
- [Utopia](https://github.com/socketry/utopia) — The website framework which powers this web application.
|
32
32
|
- [Decode](https://github.com/ioquatix/decode) — The source code parser and cross-referencing library.
|
33
|
-
|
34
|
-
## License
|
35
|
-
|
36
|
-
Released under the MIT license.
|
37
|
-
|
38
|
-
Copyright, 2020, by [Samuel G. D. Williams](http://www.codeotaku.com).
|
39
|
-
|
40
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
41
|
-
of this software and associated documentation files (the "Software"), to deal
|
42
|
-
in the Software without restriction, including without limitation the rights
|
43
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
44
|
-
copies of the Software, and to permit persons to whom the Software is
|
45
|
-
furnished to do so, subject to the following conditions:
|
46
|
-
|
47
|
-
The above copyright notice and this permission notice shall be included in
|
48
|
-
all copies or substantial portions of the Software.
|
49
|
-
|
50
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
51
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
52
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
53
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
54
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
55
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
56
|
-
THE SOFTWARE.
|
data/template/preload.rb
CHANGED
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.21.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:
|
42
|
+
date: 2023-02-18 00:00:00.000000000 Z
|
43
43
|
dependencies:
|
44
44
|
- !ruby/object:Gem::Dependency
|
45
45
|
name: decode
|
@@ -125,20 +125,6 @@ dependencies:
|
|
125
125
|
- - "~>"
|
126
126
|
- !ruby/object:Gem::Version
|
127
127
|
version: '2.14'
|
128
|
-
- !ruby/object:Gem::Dependency
|
129
|
-
name: async-rspec
|
130
|
-
requirement: !ruby/object:Gem::Requirement
|
131
|
-
requirements:
|
132
|
-
- - ">="
|
133
|
-
- !ruby/object:Gem::Version
|
134
|
-
version: '0'
|
135
|
-
type: :development
|
136
|
-
prerelease: false
|
137
|
-
version_requirements: !ruby/object:Gem::Requirement
|
138
|
-
requirements:
|
139
|
-
- - ">="
|
140
|
-
- !ruby/object:Gem::Version
|
141
|
-
version: '0'
|
142
128
|
- !ruby/object:Gem::Dependency
|
143
129
|
name: bundler
|
144
130
|
requirement: !ruby/object:Gem::Requirement
|
@@ -182,7 +168,7 @@ dependencies:
|
|
182
168
|
- !ruby/object:Gem::Version
|
183
169
|
version: '0'
|
184
170
|
- !ruby/object:Gem::Dependency
|
185
|
-
name:
|
171
|
+
name: sus
|
186
172
|
requirement: !ruby/object:Gem::Requirement
|
187
173
|
requirements:
|
188
174
|
- - ">="
|
@@ -232,13 +218,10 @@ files:
|
|
232
218
|
- pages/source/controller.rb
|
233
219
|
- pages/source/index.xnode
|
234
220
|
- pages/source/show.xnode
|
235
|
-
- public/.DS_Store
|
236
221
|
- public/.nojekyll
|
237
|
-
- public/_components/.DS_Store
|
238
222
|
- public/_components/jquery-litebox/jquery.litebox.css
|
239
223
|
- public/_components/jquery-litebox/jquery.litebox.gallery.css
|
240
224
|
- public/_components/jquery-litebox/jquery.litebox.js
|
241
|
-
- public/_components/jquery-syntax/.DS_Store
|
242
225
|
- public/_components/jquery-syntax/base/jquery.syntax.brush.apache.css
|
243
226
|
- public/_components/jquery-syntax/base/jquery.syntax.brush.applescript.css
|
244
227
|
- public/_components/jquery-syntax/base/jquery.syntax.brush.assembly.css
|
@@ -309,9 +292,8 @@ files:
|
|
309
292
|
- public/_components/jquery/jquery.slim.js
|
310
293
|
- public/_components/jquery/jquery.slim.min.js
|
311
294
|
- public/_components/jquery/jquery.slim.min.map
|
312
|
-
- public/_components/mermaid/.DS_Store
|
313
295
|
- public/_components/mermaid/mermaid.min.js
|
314
|
-
- public/_components/mermaid/mermaid.min.js.
|
296
|
+
- public/_components/mermaid/mermaid.min.js.map
|
315
297
|
- public/_static/icon.png
|
316
298
|
- public/_static/links.js
|
317
299
|
- public/_static/site.css
|
@@ -340,7 +322,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
340
322
|
- !ruby/object:Gem::Version
|
341
323
|
version: '0'
|
342
324
|
requirements: []
|
343
|
-
rubygems_version: 3.
|
325
|
+
rubygems_version: 3.4.6
|
344
326
|
signing_key:
|
345
327
|
specification_version: 4
|
346
328
|
summary: A project documentation tool based on Utopia.
|
metadata.gz.sig
CHANGED
Binary file
|
data/public/.DS_Store
DELETED
Binary file
|
Binary file
|
Binary file
|
Binary file
|
@@ -1,32 +0,0 @@
|
|
1
|
-
/*!
|
2
|
-
* Wait for document loaded before starting the execution
|
3
|
-
*/
|
4
|
-
|
5
|
-
/*! @license DOMPurify 2.3.8 | (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.8/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
|
-
*/
|