shanep-class 1.0.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,24 @@
1
+ // Avoid `console` errors in browsers that lack a console.
2
+ (function() {
3
+ var method;
4
+ var noop = function () {};
5
+ var methods = [
6
+ 'assert', 'clear', 'count', 'debug', 'dir', 'dirxml', 'error',
7
+ 'exception', 'group', 'groupCollapsed', 'groupEnd', 'info', 'log',
8
+ 'markTimeline', 'profile', 'profileEnd', 'table', 'time', 'timeEnd',
9
+ 'timeline', 'timelineEnd', 'timeStamp', 'trace', 'warn'
10
+ ];
11
+ var length = methods.length;
12
+ var console = (window.console = window.console || {});
13
+
14
+ while (length--) {
15
+ method = methods[length];
16
+
17
+ // Only stub undefined methods.
18
+ if (!console[method]) {
19
+ console[method] = noop;
20
+ }
21
+ }
22
+ }());
23
+
24
+ // Place any jQuery/helper plugins in here.
metadata ADDED
@@ -0,0 +1,90 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: shanep-class
3
+ version: !ruby/object:Gem::Version
4
+ version: 1.0.0
5
+ platform: ruby
6
+ authors:
7
+ - shane panter
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2022-02-28 00:00:00.000000000 Z
12
+ dependencies:
13
+ - !ruby/object:Gem::Dependency
14
+ name: jekyll
15
+ requirement: !ruby/object:Gem::Requirement
16
+ requirements:
17
+ - - "~>"
18
+ - !ruby/object:Gem::Version
19
+ version: 3.9.0
20
+ type: :runtime
21
+ prerelease: false
22
+ version_requirements: !ruby/object:Gem::Requirement
23
+ requirements:
24
+ - - "~>"
25
+ - !ruby/object:Gem::Version
26
+ version: 3.9.0
27
+ description:
28
+ email:
29
+ - shane@foundationcode.com
30
+ executables: []
31
+ extensions: []
32
+ extra_rdoc_files: []
33
+ files:
34
+ - LICENSE
35
+ - README.md
36
+ - _config.yml
37
+ - _includes/alert.html
38
+ - _includes/asciinema.html
39
+ - _includes/course-sidebar.html
40
+ - _includes/footer.html
41
+ - _includes/head.html
42
+ - _includes/header.html
43
+ - _includes/semester-info.html
44
+ - _includes/svg-image.html
45
+ - _includes/syllabus-policies.html
46
+ - _includes/toc.html
47
+ - _includes/youtube.html
48
+ - _layouts/course-notoc.html
49
+ - _layouts/course.html
50
+ - _layouts/default.html
51
+ - _layouts/home.html
52
+ - _layouts/lab.html
53
+ - _layouts/project.html
54
+ - _layouts/reading-zybooks.html
55
+ - _sass/asciinema-player.scss
56
+ - _sass/highlight.scss
57
+ - _sass/main.scss
58
+ - _sass/normalize.scss
59
+ - _sass/style.scss
60
+ - assets/casts/.gitkeep
61
+ - assets/css/main_new.scss
62
+ - assets/images/.DS_Store
63
+ - assets/images/construction.gif
64
+ - assets/images/home_page.png
65
+ - assets/js/asciinema-player.js
66
+ - assets/js/plugins.js
67
+ homepage: https://github.com/shanep/shanep-class
68
+ licenses:
69
+ - MIT
70
+ metadata: {}
71
+ post_install_message:
72
+ rdoc_options: []
73
+ require_paths:
74
+ - lib
75
+ required_ruby_version: !ruby/object:Gem::Requirement
76
+ requirements:
77
+ - - ">="
78
+ - !ruby/object:Gem::Version
79
+ version: '0'
80
+ required_rubygems_version: !ruby/object:Gem::Requirement
81
+ requirements:
82
+ - - ">="
83
+ - !ruby/object:Gem::Version
84
+ version: '0'
85
+ requirements: []
86
+ rubygems_version: 3.0.3.1
87
+ signing_key:
88
+ specification_version: 4
89
+ summary: Jekyll theme for a class hosted on github pages
90
+ test_files: []