coursegen 0.7.0 → 0.7.1
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/coursegen/course/helpers/content_helpers.rb +5 -0
- data/lib/coursegen/version.rb +1 -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: 8cbb8c92d9286443400bc58faf5177ff3d146b2b05e41575f5e5884c0993c92f
|
|
4
|
+
data.tar.gz: 17838a1463efab4249cb1cdd1d8d5d78600bc3c66173b4f19d39165d8bec9810
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 6addf58a4a5f1d156a7f72e1eeb7ed572713d9e311d7894d222ef0e21189a0e5d84ac66d3df9f71ee287d79883991a3d866a94b42943f64fc996a372e264cccb
|
|
7
|
+
data.tar.gz: 90b3bb4e3b38a15d2deb5cd7abb18bfa6689f4b1a988244f9e386405365c632488bc8230d4c119b93f5c5c5c692fc86bae47583f08de51f8001b002945b8b93c
|
|
@@ -88,6 +88,11 @@ HTMLSTRING
|
|
|
88
88
|
iconbadge("time", "Must be submitted first thing on day of class")
|
|
89
89
|
end
|
|
90
90
|
|
|
91
|
+
def teambadge
|
|
92
|
+
iconbadge("tent", "Team Deliverable")
|
|
93
|
+
end
|
|
94
|
+
|
|
95
|
+
|
|
91
96
|
def include_image_old filename_string, extra_class: nil
|
|
92
97
|
css_class = "img-responsive"
|
|
93
98
|
css_class += " img-" + extra_class unless extra_class.nil?
|
data/lib/coursegen/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: coursegen
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.7.
|
|
4
|
+
version: 0.7.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Pito Salas
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2018-09-
|
|
11
|
+
date: 2018-09-29 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|