shanep-class 1.0.11 → 1.0.12
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/project.html +1 -6
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: db1d610d5a414d69e8aa0c0b271393ec1c822a8f4aec0131a94ce1f4a4c5a5f7
|
|
4
|
+
data.tar.gz: d931d25a00083d2922a454c36168ac6be8d646683c0ed53286af1c7f71faef6a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 2ad639f562aa7ce552ce51dcf943a29648b9fd26a0930f363c958b5ba45ed88ca17082e812324c559d36ba795dd24bf3652b2248ed82456505e0e9993217364c
|
|
7
|
+
data.tar.gz: 1d4b6118783d21fc6eed9c0a6a2a4b77e1dcc995aa59ccc1d537bac8f20b68e1ce2e7919cf1fbec362b5e6cd760b92db5c9688f54931e3e80063f555f2d948ec
|
data/_layouts/project.html
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
---
|
|
2
|
-
layout:
|
|
2
|
+
layout: course
|
|
3
3
|
---
|
|
4
4
|
|
|
5
5
|
<h2 id="project-information">Project information</h2>
|
|
@@ -18,9 +18,4 @@ layout: lab
|
|
|
18
18
|
This is a pass/fail checkpoint, no partial credit will be given.
|
|
19
19
|
</p>
|
|
20
20
|
|
|
21
|
-
<ul>
|
|
22
|
-
<li>Your code <strong>must</strong> compile!</li>
|
|
23
|
-
<li>You must have made some progress on the assigned tasks up to this point.</li>
|
|
24
|
-
</ul>
|
|
25
|
-
|
|
26
21
|
{{content}}
|