shanep-class 1.0.21 → 1.0.22
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/_layouts/home.html +6 -0
- 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: 3ee334e991c8b2f9138fc50b265a72bc11956c0313e5124ab136fa55dfaf02c6
|
|
4
|
+
data.tar.gz: c8f4549566695cbefb820e666b4021dbab8e019081db589745900e00a0a92e9a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: bfc731d61aefedeb3e1264f2a1f8edc2fffe4735f6174935ee21c2b6ad8122515262fb9ddfa85b9d14429a4cfc863a4a7d9ed7d9a4e34da7f0671e461c62e1f4
|
|
7
|
+
data.tar.gz: f0aca00c37b2a8a7730c42dda201a81ad09fa6dadc7feb0deb7bff59a6f7a865c3bc4b5d3074498ce4b183971a02cb48f990fb6135000f0c53a0fa58ffd11dc2
|
data/_layouts/home.html
CHANGED
|
@@ -17,6 +17,8 @@ layout: default
|
|
|
17
17
|
<p>
|
|
18
18
|
{{tableFile.welcome-message}}
|
|
19
19
|
</p>
|
|
20
|
+
|
|
21
|
+
|
|
20
22
|
|
|
21
23
|
<h2 id="logistics">Logistics</h2>
|
|
22
24
|
|
|
@@ -32,6 +34,10 @@ layout: default
|
|
|
32
34
|
<li><a href="{{tableFile.office-hours}}">Office Hours</a></li>
|
|
33
35
|
<li><a href="{{tableFile.learning-objectives}}">Learning Objective Alignment Sheet</a></li>
|
|
34
36
|
</ul>
|
|
37
|
+
|
|
38
|
+
<h3 id="catalog-description">Catalog description</h3>
|
|
39
|
+
|
|
40
|
+
{{tableFile.catalog}}
|
|
35
41
|
|
|
36
42
|
{% assign one_day = 1 | times: 24 | times: 60 | times: 60 %}
|
|
37
43
|
{% assign two_days = 2 | times: 24 | times: 60 | times: 60 %}
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: shanep-class
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.22
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- shane panter
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2022-03-
|
|
11
|
+
date: 2022-03-30 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: jekyll
|