termina-plex 0.1.5.2 → 0.1.7

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: 4f93c4f07fa1f72b68e957ed91e2b7464b71526cf83fb31da8aa9cef9c8c1940
4
- data.tar.gz: fe42594ae79ea11181095049ade1071980aa770fdf3c1763bdbc6f8bf52ae696
3
+ metadata.gz: 82730cd858f608e8dcf28db092203e01e7fb34417b535bb03232e2c9a4117435
4
+ data.tar.gz: f18fc99c58ee65e387a4bdeec27374ff2db8c79e12415f43de487ac0ea36b64e
5
5
  SHA512:
6
- metadata.gz: cdffee50cd6510a2a75ff227cb841cdd7d3247db9557e5b7e88587cca0fb56d246d9d1f6aaf6a2c36062956232f1193e23d8047047cdd4d0aaaeb22aa476eb95
7
- data.tar.gz: 25ad10877d83eb9a93b9d26f3ad816e88592cf58c654f91e02def040c62e4d647da64b5d593531ed5c9c55be24a0837e166689059858f5d522f07bb3d3a21771
6
+ metadata.gz: 65479f13b644080cb6a964ff93ebb8807a3c478a4f3268691dafcf27cfd4703c4b37fbca7b7e3a755d03acdbd6b74bd22e9b32a211553f53dd2d22d1f7f24513
7
+ data.tar.gz: 89f2b4645be84d6000c9340c13f004c57c1ead44376b0e826bd74891cd3e526467802831bca6961028b60da6035c2855a6ca0577cee37db667da6567f9de4d53
data/_layouts/post.html CHANGED
@@ -11,19 +11,19 @@ layout: base
11
11
  <section class="postMetadata">
12
12
  <dl>
13
13
  {%- if page.author and page.author.size > 0 -%}
14
- <dt>authors</dt>
14
+ <dt>Authors</dt>
15
15
  <dd>
16
16
  {{- page.author | join: ", " -}}
17
17
  </dd>
18
18
  {%- endif -%}
19
19
  {%- if page.date -%}
20
- <dt>published</dt>
20
+ <dt>Published</dt>
21
21
  <dd>
22
22
  <time class="postDate" datetime="{{ page.date | date: '%Y-%m-%d' }}">{{ page.date | date: date_format }}</time>
23
23
  </dd>
24
24
  {%- endif -%}
25
25
  {%- if page.categories and page.categories.size > 0 -%}
26
- <dt>categories</dt>
26
+ <dt>Categories</dt>
27
27
  <dd>
28
28
  {%- for category in page.categories -%}
29
29
  {%- capture category_name -%}{{ category }}{%- endcapture -%}
@@ -32,7 +32,7 @@ layout: base
32
32
  </dd>
33
33
  {%- endif -%}
34
34
  {%- if page.tags and page.tags.size > 0 -%}
35
- <dt>tags</dt>
35
+ <dt>Tags</dt>
36
36
  <dd>
37
37
  {%- for tag in page.tags -%}
38
38
  {%- capture tag_name -%}{{ tag }}{%- endcapture -%}
@@ -4,12 +4,12 @@
4
4
  .highlight {
5
5
  .c { color: var(--highlight-c); font-style: italic } // Comment
6
6
  .err { color: var(--highlight-err); background-color: var(--highlight-err-bg) } // Error
7
- .k { color: var(--highlight-k); font-weight: bold } // Keyword
8
- .o { color: var(--highlight-o); font-weight: bold } // Operator
7
+ .k { color: var(--highlight-k); font-weight: 600 } // Keyword
8
+ .o { color: var(--highlight-o); font-weight: 600 } // Operator
9
9
  .cm { color: var(--highlight-cm); font-style: italic } // Comment.Multiline
10
- .cp { color: var(--highlight-cp); font-weight: bold } // Comment.Preproc
10
+ .cp { color: var(--highlight-cp); font-weight: 600 } // Comment.Preproc
11
11
  .c1 { color: var(--highlight-c1); font-style: italic } // Comment.Single
12
- .cs { color: var(--highlight-cs); font-weight: bold; font-style: italic } // Comment.Special
12
+ .cs { color: var(--highlight-cs); font-weight: 600; font-style: italic } // Comment.Special
13
13
  .gd { color: var(--highlight-gd); background-color: var(--highlight-gd-bg) } // Generic.Deleted
14
14
  .gd .x { color: var(--highlight-gd-x); background-color: var(--highlight-gd-x-bg) } // Generic.Deleted.Specific
15
15
  .ge { color: var(--highlight-ge); font-style: italic } // Generic.Emph
@@ -19,27 +19,27 @@
19
19
  .gi .x { color: var(--highlight-gi-x); background-color: var(--highlight-gi-x-bg) } // Generic.Inserted.Specific
20
20
  .go { color: var(--highlight-go) } // Generic.Output
21
21
  .gp { color: var(--highlight-gp) } // Generic.Prompt
22
- .gs { color: var(--highlight-gs); font-weight: bold } // Generic.Strong
22
+ .gs { color: var(--highlight-gs); font-weight: 600 } // Generic.Strong
23
23
  .gu { color: var(--highlight-gu) } // Generic.Subheading
24
24
  .gt { color: var(--highlight-gt) } // Generic.Traceback
25
- .kc { color: var(--highlight-kc); font-weight: bold } // Keyword.Constant
26
- .kd { color: var(--highlight-kd); font-weight: bold } // Keyword.Declaration
27
- .kp { color: var(--highlight-kp); font-weight: bold } // Keyword.Pseudo
28
- .kr { color: var(--highlight-kr); font-weight: bold } // Keyword.Reserved
29
- .kt { color: var(--highlight-kt); font-weight: bold } // Keyword.Type
25
+ .kc { color: var(--highlight-kc); font-weight: 600 } // Keyword.Constant
26
+ .kd { color: var(--highlight-kd); font-weight: 600 } // Keyword.Declaration
27
+ .kp { color: var(--highlight-kp); font-weight: 600 } // Keyword.Pseudo
28
+ .kr { color: var(--highlight-kr); font-weight: 600 } // Keyword.Reserved
29
+ .kt { color: var(--highlight-kt); font-weight: 600 } // Keyword.Type
30
30
  .m { color: var(--highlight-m); } // Literal.Number
31
31
  .s { color: var(--highlight-s) } // Literal.String
32
32
  .na { color: var(--highlight-na) } // Name.Attribute
33
33
  .nb { color: var(--highlight-nb) } // Name.Builtin
34
- .nc { color: var(--highlight-nc); font-weight: bold } // Name.Class
34
+ .nc { color: var(--highlight-nc); font-weight: 600 } // Name.Class
35
35
  .no { color: var(--highlight-no) } // Name.Constant
36
36
  .ni { color: var(--highlight-ni); } // Name.Entity
37
- .ne { color: var(--highlight-ne); font-weight: bold } // Name.Exception
38
- .nf { color: var(--highlight-nf); font-weight: bold } // Name.Function
37
+ .ne { color: var(--highlight-ne); font-weight: 600 } // Name.Exception
38
+ .nf { color: var(--highlight-nf); font-weight: 600 } // Name.Function
39
39
  .nn { color: var(--highlight-nn); } // Name.Namespace
40
40
  .nt { color: var(--highlight-nt) } // Name.Tag
41
41
  .nv { color: var(--highlight-nv) } // Name.Variable
42
- .ow { color: var(--highlight-ow); font-weight: bold } // Operator.Word
42
+ .ow { color: var(--highlight-ow); font-weight: 600 } // Operator.Word
43
43
  .w { color: var(--highlight-w) } // Text.Whitespace
44
44
  .mf { color: var(--highlight-mf) } // Literal.Number.Float
45
45
  .mh { color: var(--highlight-mh) } // Literal.Number.Hex
@@ -1,12 +1,36 @@
1
1
  @charset "utf-8";
2
2
 
3
3
  // IBM Plex Mono
4
+ @font-face {
5
+ font-family: "IBM Plex Mono";
6
+ src: local("IBM Plex Mono"), url("../fonts/ibm-plex-mono/IBMPlexMono-Regular.woff2") format("woff2"), url("../fonts/ibm-plex-mono/IBMPlexMono-Regular.woff") format("woff"), url("../fonts/ibm-plex-mono/IBMPlexMono-Regular.ttf") format("truetype");
7
+ font-weight: 400;
8
+ font-display: swap;
9
+ font-style: normal;
10
+ }
11
+
4
12
  @font-face {
5
13
  font-family: "IBM Plex Mono";
6
14
  src: local("IBM Plex Mono Italic"), url("../fonts/ibm-plex-mono/IBMPlexMono-Italic.woff2") format("woff2"), url("../fonts/ibm-plex-mono/IBMPlexMono-Italic.woff") format("woff"), url("../fonts/ibm-plex-mono/IBMPlexMono-Italic.ttf") format("truetype");
7
15
  font-weight: 400;
8
16
  font-display: swap;
9
- font-style: italic
17
+ font-style: italic;
18
+ }
19
+
20
+ @font-face {
21
+ font-family: "IBM Plex Mono";
22
+ src: local("IBM Plex Mono SemiBold"), url("../fonts/ibm-plex-mono/IBMPlexMono-SemiBold.woff2") format("woff2"), url("../fonts/ibm-plex-mono/IBMPlexMono-SemiBold.woff") format("woff"), url("../fonts/ibm-plex-mono/IBMPlexMono-SemiBold.ttf") format("truetype");
23
+ font-weight: 600;
24
+ font-display: swap;
25
+ font-style: normal;
26
+ }
27
+
28
+ @font-face {
29
+ font-family: "IBM Plex Mono";
30
+ src: local("IBM Plex Mono SemiBold Italic"), url("../fonts/ibm-plex-mono/IBMPlexMono-SemiBoldItalic.woff2") format("woff2"), url("../fonts/ibm-plex-mono/IBMPlexMono-SemiBoldItalic.woff") format("woff"), url("../fonts/ibm-plex-mono/IBMPlexMono-SemiBoldItalic.ttf") format("truetype");
31
+ font-weight: 600;
32
+ font-display: swap;
33
+ font-style: italic;
10
34
  }
11
35
 
12
36
  @font-face {
@@ -14,7 +38,7 @@
14
38
  src: local("IBM Plex Mono Bold"), url("../fonts/ibm-plex-mono/IBMPlexMono-Bold.woff2") format("woff2"), url("../fonts/ibm-plex-mono/IBMPlexMono-Bold.woff") format("woff"), url("../fonts/ibm-plex-mono/IBMPlexMono-Bold.ttf") format("truetype");
15
39
  font-weight: 700;
16
40
  font-display: swap;
17
- font-style: normal
41
+ font-style: normal;
18
42
  }
19
43
 
20
44
  @font-face {
@@ -22,7 +46,7 @@
22
46
  src: local("IBM Plex Mono Bold Italic"), url("../fonts/ibm-plex-mono/IBMPlexMono-BoldItalic.woff2") format("woff2"), url("../fonts/ibm-plex-mono/IBMPlexMono-BoldItalic.woff") format("woff"), url("../fonts/ibm-plex-mono/IBMPlexMono-BoldItalic.ttf") format("truetype");
23
47
  font-weight: 700;
24
48
  font-display: swap;
25
- font-style: italic
49
+ font-style: italic;
26
50
  }
27
51
 
28
52
  @font-face {
@@ -30,24 +54,40 @@
30
54
  src: local("IBM Plex Mono Medium"), url("../fonts/ibm-plex-mono/IBMPlexMono-Medium.woff2") format("woff2"), url("../fonts/ibm-plex-mono/IBMPlexMono-Medium.woff") format("woff"), url("../fonts/ibm-plex-mono/IBMPlexMono-Medium.ttf") format("truetype");
31
55
  font-weight: 500;
32
56
  font-display: swap;
33
- font-style: normal
57
+ font-style: normal;
34
58
  }
35
59
 
60
+ // IBM Plex Sans
36
61
  @font-face {
37
- font-family: "IBM Plex Mono";
38
- src: local("IBM Plex Mono"), url("../fonts/ibm-plex-mono/IBMPlexMono-Regular.woff2") format("woff2"), url("../fonts/ibm-plex-mono/IBMPlexMono-Regular.woff") format("woff"), url("../fonts/ibm-plex-mono/IBMPlexMono-Regular.ttf") format("truetype");
62
+ font-family: "IBM Plex Sans";
63
+ src: local("IBM Plex Sans"), url("../fonts/ibm-plex-sans/IBMPlexSans-Regular.woff2") format("woff2"), url("../fonts/ibm-plex-sans/IBMPlexSans-Regular.woff") format("woff"), url("../fonts/ibm-plex-sans/IBMPlexSans-Regular.ttf") format("truetype");
39
64
  font-weight: 400;
40
65
  font-display: swap;
41
- font-style: normal
66
+ font-style: normal;
42
67
  }
43
68
 
44
- // IBM Plex Sans
45
69
  @font-face {
46
70
  font-family: "IBM Plex Sans";
47
71
  src: local("IBM Plex Sans Italic"), url("../fonts/ibm-plex-sans/IBMPlexSans-Italic.woff2") format("woff2"), url("../fonts/ibm-plex-sans/IBMPlexSans-Italic.woff") format("woff"), url("../fonts/ibm-plex-sans/IBMPlexSans-Italic.ttf") format("truetype");
48
72
  font-weight: 400;
49
73
  font-display: swap;
50
- font-style: italic
74
+ font-style: italic;
75
+ }
76
+
77
+ @font-face {
78
+ font-family: "IBM Plex Sans";
79
+ src: local("IBM Plex Sans SemiBold"), url("../fonts/ibm-plex-mono/IBMPlexSans-SemiBold.woff2") format("woff2"), url("../fonts/ibm-plex-mono/IBMPlexSans-SemiBold.woff") format("woff"), url("../fonts/ibm-plex-mono/IBMPlexSans-SemiBold.ttf") format("truetype");
80
+ font-weight: 600;
81
+ font-display: swap;
82
+ font-style: normal;
83
+ }
84
+
85
+ @font-face {
86
+ font-family: "IBM Plex Sans";
87
+ src: local("IBM Plex Sans SemiBold Italic"), url("../fonts/ibm-plex-mono/IBMPlexSans-SemiBoldItalic.woff2") format("woff2"), url("../fonts/ibm-plex-mono/IBMPlexSans-SemiBoldItalic.woff") format("woff"), url("../fonts/ibm-plex-mono/IBMPlexSans-SemiBoldItalic.ttf") format("truetype");
88
+ font-weight: 600;
89
+ font-display: swap;
90
+ font-style: italic;
51
91
  }
52
92
 
53
93
  @font-face {
@@ -55,7 +95,7 @@
55
95
  src: local("IBM Plex Sans Bold"), url("../fonts/ibm-plex-sans/IBMPlexSans-Bold.woff2") format("woff2"), url("../fonts/ibm-plex-sans/IBMPlexSans-Bold.woff") format("woff"), url("../fonts/ibm-plex-sans/IBMPlexSans-Bold.ttf") format("truetype");
56
96
  font-weight: 700;
57
97
  font-display: swap;
58
- font-style: normal
98
+ font-style: normal;
59
99
  }
60
100
 
61
101
  @font-face {
@@ -63,7 +103,7 @@
63
103
  src: local("IBM Plex Sans Bold Italic"), url("../fonts/ibm-plex-sans/IBMPlexSans-BoldItalic.woff2") format("woff2"), url("../fonts/ibm-plex-sans/IBMPlexSans-BoldItalic.woff") format("woff"), url("../fonts/ibm-plex-sans/IBMPlexSans-BoldItalic.ttf") format("truetype");
64
104
  font-weight: 700;
65
105
  font-display: swap;
66
- font-style: italic
106
+ font-style: italic;
67
107
  }
68
108
 
69
109
  @font-face {
@@ -71,54 +111,63 @@
71
111
  src: local("IBM Plex Sans Medium"), url("../fonts/ibm-plex-sans/IBMPlexSans-Medium.woff2") format("woff2"), url("../fonts/ibm-plex-sans/IBMPlexSans-Medium.woff") format("woff"), url("../fonts/ibm-plex-sans/IBMPlexSans-Medium.ttf") format("truetype");
72
112
  font-weight: 500;
73
113
  font-display: swap;
74
- font-style: normal
114
+ font-style: normal;
75
115
  }
76
116
 
117
+
118
+ // IBM Plex Serif
77
119
  @font-face {
78
- font-family: "IBM Plex Sans";
79
- src: local("IBM Plex Sans"), url("../fonts/ibm-plex-sans/IBMPlexSans-Regular.woff2") format("woff2"), url("../fonts/ibm-plex-sans/IBMPlexSans-Regular.woff") format("woff"), url("../fonts/ibm-plex-sans/IBMPlexSans-Regular.ttf") format("truetype");
120
+ font-family: "IBM Plex Serif";
121
+ src: local("IBM Plex Serif"), url("../fonts/ibm-plex-serif/IBMPlexSerif-Regular.woff2") format("woff2"), url("../fonts/ibm-plex-serif/IBMPlexSerif-Regular.woff") format("woff"), url("../fonts/ibm-plex-serif/IBMPlexSerif-Regular.ttf") format("truetype");
80
122
  font-weight: 400;
81
123
  font-display: swap;
82
- font-style: normal
124
+ font-style: normal;
83
125
  }
84
126
 
85
- // IBM Plex Serif
86
127
  @font-face {
87
128
  font-family: "IBM Plex Serif";
88
129
  src: local("IBM Plex Serif Italic"), url("../fonts/ibm-plex-serif/IBMPlexSerif-Italic.woff2") format("woff2"), url("../fonts/ibm-plex-serif/IBMPlexSerif-Italic.woff") format("woff"), url("../fonts/ibm-plex-serif/IBMPlexSerif-Italic.ttf") format("truetype");
89
130
  font-weight: 400;
90
131
  font-display: swap;
91
- font-style: italic
132
+ font-style: italic;
92
133
  }
93
134
 
94
135
  @font-face {
95
136
  font-family: "IBM Plex Serif";
96
- src: local("IBM Plex Serif Bold"), url("../fonts/ibm-plex-serif/IBMPlexSerif-Bold.woff2") format("woff2"), url("../fonts/ibm-plex-serif/IBMPlexSerif-Bold.woff") format("woff"), url("../fonts/ibm-plex-serif/IBMPlexSerif-Bold.ttf") format("truetype");
97
- font-weight: 700;
137
+ src: local("IBM Plex Serif SemiBold"), url("../fonts/ibm-plex-mono/IBMPlexSerif-SemiBold.woff2") format("woff2"), url("../fonts/ibm-plex-mono/IBMPlexSerif-SemiBold.woff") format("woff"), url("../fonts/ibm-plex-mono/IBMPlexSerif-SemiBold.ttf") format("truetype");
138
+ font-weight: 600;
98
139
  font-display: swap;
99
- font-style: normal
140
+ font-style: normal;
100
141
  }
101
142
 
102
143
  @font-face {
103
144
  font-family: "IBM Plex Serif";
104
- src: local("IBM Plex Serif Bold Italic"), url("../fonts/ibm-plex-serif/IBMPlexSerif-BoldItalic.woff2") format("woff2"), url("../fonts/ibm-plex-serif/IBMPlexSerif-BoldItalic.woff") format("woff"), url("../fonts/ibm-plex-serif/IBMPlexSerif-BoldItalic.ttf") format("truetype");
145
+ src: local("IBM Plex Serif SemiBold Italic"), url("../fonts/ibm-plex-mono/IBMPlexSerif-SemiBoldItalic.woff2") format("woff2"), url("../fonts/ibm-plex-mono/IBMPlexSerif-SemiBoldItalic.woff") format("woff"), url("../fonts/ibm-plex-mono/IBMPlexSerif-SemiBoldItalic.ttf") format("truetype");
146
+ font-weight: 600;
147
+ font-display: swap;
148
+ font-style: italic;
149
+ }
150
+
151
+ @font-face {
152
+ font-family: "IBM Plex Serif";
153
+ src: local("IBM Plex Serif Bold"), url("../fonts/ibm-plex-serif/IBMPlexSerif-Bold.woff2") format("woff2"), url("../fonts/ibm-plex-serif/IBMPlexSerif-Bold.woff") format("woff"), url("../fonts/ibm-plex-serif/IBMPlexSerif-Bold.ttf") format("truetype");
105
154
  font-weight: 700;
106
155
  font-display: swap;
107
- font-style: italic
156
+ font-style: normal;
108
157
  }
109
158
 
110
159
  @font-face {
111
160
  font-family: "IBM Plex Serif";
112
- src: local("IBM Plex Serif Medium"), url("../fonts/ibm-plex-serif/IBMPlexSerif-Medium.woff2") format("woff2"), url("../fonts/ibm-plex-serif/IBMPlexSerif-Medium.woff") format("woff"), url("../fonts/ibm-plex-serif/IBMPlexSerif-Medium.ttf") format("truetype");
113
- font-weight: 500;
161
+ src: local("IBM Plex Serif Bold Italic"), url("../fonts/ibm-plex-serif/IBMPlexSerif-BoldItalic.woff2") format("woff2"), url("../fonts/ibm-plex-serif/IBMPlexSerif-BoldItalic.woff") format("woff"), url("../fonts/ibm-plex-serif/IBMPlexSerif-BoldItalic.ttf") format("truetype");
162
+ font-weight: 700;
114
163
  font-display: swap;
115
- font-style: normal
164
+ font-style: italic;
116
165
  }
117
166
 
118
167
  @font-face {
119
168
  font-family: "IBM Plex Serif";
120
- src: local("IBM Plex Serif"), url("../fonts/ibm-plex-serif/IBMPlexSerif-Regular.woff2") format("woff2"), url("../fonts/ibm-plex-serif/IBMPlexSerif-Regular.woff") format("woff"), url("../fonts/ibm-plex-serif/IBMPlexSerif-Regular.ttf") format("truetype");
121
- font-weight: 400;
169
+ src: local("IBM Plex Serif Medium"), url("../fonts/ibm-plex-serif/IBMPlexSerif-Medium.woff2") format("woff2"), url("../fonts/ibm-plex-serif/IBMPlexSerif-Medium.woff") format("woff"), url("../fonts/ibm-plex-serif/IBMPlexSerif-Medium.ttf") format("truetype");
170
+ font-weight: 500;
122
171
  font-display: swap;
123
- font-style: normal
172
+ font-style: normal;
124
173
  }
@@ -11,6 +11,35 @@ body {
11
11
  margin: 0;
12
12
  }
13
13
 
14
+ h1, h2, h3, h4, h5, h6 {
15
+ font-family: $header-font-family;
16
+ font-weight: 600;
17
+ }
18
+
19
+ b, strong, th {
20
+ font-weight: 600 !important;
21
+ }
22
+
23
+ article {
24
+ font-size: #{$base-font-size};
25
+ }
26
+
27
+ tt, code, kbd, samp {
28
+ font-family: #{$code-font-family};
29
+ }
30
+
31
+ table {
32
+ border-collapse: collapse;
33
+ padding: initial;
34
+ margin: 0 0 $spacingUnit * 0.875 0;
35
+ }
36
+
37
+ th, tr, td {
38
+ border: 1px solid rgba(127, 127, 127, 0.5);
39
+ padding: $spacingUnit * 0.25 $spacingUnit * 0.375;
40
+ margin: initial;
41
+ }
42
+
14
43
  .visually-hidden {
15
44
  clip: rect(0 0 0 0);
16
45
  clip-path: inset(50%);
@@ -50,34 +50,10 @@ body div.content {
50
50
  }
51
51
  }
52
52
 
53
- h1, h2, h3, h4, h5, h6 {
54
- font-family: $header-font-family;
55
- }
56
-
57
- article {
58
- font-size: #{$base-font-size};
59
- }
60
-
61
53
  article header h1 {
62
54
  font-size: 2rem;
63
55
  }
64
56
 
65
- tt, code, kbd, samp {
66
- font-family: #{$code-font-family};
67
- }
68
-
69
- table {
70
- border-collapse: collapse;
71
- padding: initial;
72
- margin: 0 0 $spacingUnit * 0.875 0;
73
- }
74
-
75
- th, tr, td {
76
- border: 1px solid rgba(127, 127, 127, 0.5);
77
- padding: $spacingUnit * 0.25 $spacingUnit * 0.375;
78
- margin: initial;
79
- }
80
-
81
57
  .metaTag, .metaCategory {
82
58
  display: inline-flex;
83
59
  font-family: $header-font-family;
@@ -25,6 +25,7 @@ dl {
25
25
 
26
26
  dt {
27
27
  grid-column-start: 1;
28
+ text-transform: lowercase;
28
29
  }
29
30
 
30
31
  dd {
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: termina-plex
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.5.2
4
+ version: 0.1.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Linh Pham
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-03-24 00:00:00.000000000 Z
11
+ date: 2024-03-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll