octool 0.0.9 → 0.0.10
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
- data/lib/octool/ssp.rb +1 -1
- data/lib/octool/version.rb +1 -1
- data/octool.rdoc +1 -1
- data/templates/ssp.erb +36 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 35ad41804c6a3eb09cde544a272ea3b6e9108355ce0d32799846335e6d3d6345
|
|
4
|
+
data.tar.gz: 8573306612f8760275735e38e12e4295ccfec60ed731569558d7386063086850
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 70a54c2b4a2224ee8933f2a09dd32d252c0ef18170a0e129fdeab5387eea01e42574ed40107efd80a5ca28648e9c0d52afa0d996d227d0fa28e0bfa3173c96e6
|
|
7
|
+
data.tar.gz: 352859097909847bf476ad7ab307eed31764ee0a41a388da32d9f112c47bacdacf155636ac7fb5e7eea89b9ba3c61348bf301459f45e81e2dca48b2e447b91b9
|
data/lib/octool/ssp.rb
CHANGED
data/lib/octool/version.rb
CHANGED
data/octool.rdoc
CHANGED
data/templates/ssp.erb
CHANGED
|
@@ -23,7 +23,6 @@ description: |
|
|
|
23
23
|
|
|
24
24
|
fontsize: 11pt
|
|
25
25
|
mainfont: NotoSans
|
|
26
|
-
#monofont: NotoSansMono-ExtraCondensedLight
|
|
27
26
|
monofont: NotoSansMono-ExtraCondensed
|
|
28
27
|
mainfontoptions:
|
|
29
28
|
- Numbers=Lowercase
|
|
@@ -54,6 +53,11 @@ geometry:
|
|
|
54
53
|
- bottom=2cm
|
|
55
54
|
|
|
56
55
|
header-includes:
|
|
56
|
+
- |
|
|
57
|
+
```{=latex}
|
|
58
|
+
% https://ctan.org/pkg/metalogo?lang=en
|
|
59
|
+
\usepackage{metalogo}
|
|
60
|
+
```
|
|
57
61
|
- |
|
|
58
62
|
```{=latex}
|
|
59
63
|
% https://github.com/jgm/pandoc/wiki/Pandoc-Tricks#left-aligning-tables-in-latex
|
|
@@ -208,3 +212,34 @@ a['satisfies'][1..].each do |s|
|
|
|
208
212
|
|
|
209
213
|
<% end %>
|
|
210
214
|
<% end %>
|
|
215
|
+
|
|
216
|
+
|
|
217
|
+
# Colophon
|
|
218
|
+
|
|
219
|
+
This document was typeset in NotoSans with \LuaTeX\.
|
|
220
|
+
The main body font is 11-point, and
|
|
221
|
+
code snippets use NotoSansMono-ExtraCondensed.
|
|
222
|
+
|
|
223
|
+
The Noto family of fonts is freely available and developed by Google,
|
|
224
|
+
which describes Noto as:
|
|
225
|
+
|
|
226
|
+
> When text is rendered by a computer, sometimes characters are displayed as
|
|
227
|
+
> "tofu". They are little boxes to indicate your device doesn't have a
|
|
228
|
+
> font to display the text.
|
|
229
|
+
>
|
|
230
|
+
> Google has been developing a font family called Noto, which aims to support
|
|
231
|
+
> all languages with a harmonious look and feel. Noto is Google's answer to
|
|
232
|
+
> tofu. The name noto is to convey the idea that Google's goal is to see
|
|
233
|
+
> "no more tofu". Noto has multiple styles and weights, and is freely
|
|
234
|
+
> available to all.
|
|
235
|
+
|
|
236
|
+
Core tools used to produce this document:
|
|
237
|
+
|
|
238
|
+
- [Docker](https://www.docker.com/) provides a repeatable environment in
|
|
239
|
+
which to run the tools.
|
|
240
|
+
- [OCTool](https://github.com/jumanjihouse/octool)
|
|
241
|
+
provides a schema and wrapper to express compliance data as configuration.
|
|
242
|
+
- [Pandoc](https://pandoc.org/) converts extended markdown to PDF output.
|
|
243
|
+
- [Python](https://www.python.org/) is a core language for automation.
|
|
244
|
+
- [Ruby](https://www.ruby-lang.org/en/) is a core language for automation.
|
|
245
|
+
- [TeXLive](https://www.tug.org/texlive/) provides the \TeX\ family of tools.
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: octool
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.10
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Paul Morgan
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2020-05-
|
|
11
|
+
date: 2020-05-27 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rake
|