Skip to content

Commit da0efb4

Browse files
authored
Merge pull request #8 from githubtraining/setup-for-OSS
Getting ready to OSS this repo
2 parents c06403f + 8285599 commit da0efb4

File tree

3 files changed

+56
-54
lines changed

3 files changed

+56
-54
lines changed

Diff for: Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
source "https://rubygems.org"
22

33
gem 'github-pages', '>= 148'
4-
gem 'html-proofer', '>= 3.7.2'
4+
gem 'html-proofer', '>= 3.11.1'
55
gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw]

Diff for: Gemfile.lock

+53-53
Original file line numberDiff line numberDiff line change
@@ -1,53 +1,52 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
activesupport (4.2.10)
4+
activesupport (4.2.11.1)
55
i18n (~> 0.7)
66
minitest (~> 5.1)
77
thread_safe (~> 0.3, >= 0.3.4)
88
tzinfo (~> 1.1)
9-
addressable (2.5.2)
9+
addressable (2.6.0)
1010
public_suffix (>= 2.0.2, < 4.0)
1111
coffee-script (2.4.1)
1212
coffee-script-source
1313
execjs
1414
coffee-script-source (1.11.1)
1515
colorator (1.1.0)
16-
colorize (0.8.1)
1716
commonmarker (0.17.13)
1817
ruby-enum (~> 0.5)
19-
concurrent-ruby (1.0.5)
18+
concurrent-ruby (1.1.5)
2019
dnsruby (1.61.2)
2120
addressable (~> 2.5)
2221
em-websocket (0.5.1)
2322
eventmachine (>= 0.12.9)
2423
http_parser.rb (~> 0.6.0)
25-
ethon (0.11.0)
24+
ethon (0.12.0)
2625
ffi (>= 1.3.0)
2726
eventmachine (1.2.7)
2827
execjs (2.7.0)
29-
faraday (0.15.3)
28+
faraday (0.15.4)
3029
multipart-post (>= 1.2, < 3)
31-
ffi (1.9.25)
30+
ffi (1.11.1)
3231
forwardable-extended (2.6.0)
33-
gemoji (3.0.0)
34-
github-pages (192)
35-
activesupport (= 4.2.10)
36-
github-pages-health-check (= 1.8.1)
37-
jekyll (= 3.7.4)
32+
gemoji (3.0.1)
33+
github-pages (198)
34+
activesupport (= 4.2.11.1)
35+
github-pages-health-check (= 1.16.1)
36+
jekyll (= 3.8.5)
3837
jekyll-avatar (= 0.6.0)
3938
jekyll-coffeescript (= 1.1.1)
4039
jekyll-commonmark-ghpages (= 0.1.5)
4140
jekyll-default-layout (= 0.1.4)
42-
jekyll-feed (= 0.10.0)
41+
jekyll-feed (= 0.11.0)
4342
jekyll-gist (= 1.5.0)
44-
jekyll-github-metadata (= 2.9.4)
43+
jekyll-github-metadata (= 2.12.1)
4544
jekyll-mentions (= 1.4.1)
4645
jekyll-optional-front-matter (= 0.3.0)
4746
jekyll-paginate (= 1.1.0)
4847
jekyll-readme-index (= 0.2.0)
4948
jekyll-redirect-from (= 0.14.0)
50-
jekyll-relative-links (= 0.5.3)
49+
jekyll-relative-links (= 0.6.0)
5150
jekyll-remote-theme (= 0.3.1)
5251
jekyll-sass-converter (= 1.5.2)
5352
jekyll-seo-tag (= 2.5.0)
@@ -67,37 +66,37 @@ GEM
6766
jekyll-theme-tactile (= 0.1.1)
6867
jekyll-theme-time-machine (= 0.1.1)
6968
jekyll-titles-from-headings (= 0.5.1)
70-
jemoji (= 0.10.1)
69+
jemoji (= 0.10.2)
7170
kramdown (= 1.17.0)
7271
liquid (= 4.0.0)
7372
listen (= 3.1.5)
7473
mercenary (~> 0.3)
7574
minima (= 2.5.0)
76-
nokogiri (>= 1.8.2, < 2.0)
75+
nokogiri (>= 1.8.5, < 2.0)
7776
rouge (= 2.2.1)
7877
terminal-table (~> 1.4)
79-
github-pages-health-check (1.8.1)
78+
github-pages-health-check (1.16.1)
8079
addressable (~> 2.3)
8180
dnsruby (~> 1.60)
8281
octokit (~> 4.0)
83-
public_suffix (~> 2.0)
82+
public_suffix (~> 3.0)
8483
typhoeus (~> 1.3)
85-
html-pipeline (2.8.4)
84+
html-pipeline (2.12.0)
8685
activesupport (>= 2)
8786
nokogiri (>= 1.4)
88-
html-proofer (3.9.2)
87+
html-proofer (3.11.1)
8988
activesupport (>= 4.2, < 6.0)
9089
addressable (~> 2.3)
91-
colorize (~> 0.8)
9290
mercenary (~> 0.3.2)
93-
nokogiri (~> 1.8.1)
91+
nokogiri (~> 1.9)
9492
parallel (~> 1.3)
93+
rainbow (~> 3.0)
9594
typhoeus (~> 1.3)
9695
yell (~> 2.0)
9796
http_parser.rb (0.6.0)
9897
i18n (0.9.5)
9998
concurrent-ruby (~> 1.0)
100-
jekyll (3.7.4)
99+
jekyll (3.8.5)
101100
addressable (~> 2.4)
102101
colorator (~> 1.0)
103102
em-websocket (~> 0.5)
@@ -115,21 +114,21 @@ GEM
115114
jekyll-coffeescript (1.1.1)
116115
coffee-script (~> 2.2)
117116
coffee-script-source (~> 1.11.1)
118-
jekyll-commonmark (1.2.0)
117+
jekyll-commonmark (1.3.1)
119118
commonmarker (~> 0.14)
120-
jekyll (>= 3.0, < 4.0)
119+
jekyll (>= 3.7, < 5.0)
121120
jekyll-commonmark-ghpages (0.1.5)
122121
commonmarker (~> 0.17.6)
123122
jekyll-commonmark (~> 1)
124123
rouge (~> 2)
125124
jekyll-default-layout (0.1.4)
126125
jekyll (~> 3.0)
127-
jekyll-feed (0.10.0)
126+
jekyll-feed (0.11.0)
128127
jekyll (~> 3.3)
129128
jekyll-gist (1.5.0)
130129
octokit (~> 4.2)
131-
jekyll-github-metadata (2.9.4)
132-
jekyll (~> 3.1)
130+
jekyll-github-metadata (2.12.1)
131+
jekyll (~> 3.4)
133132
octokit (~> 4.0, != 4.4.0)
134133
jekyll-mentions (1.4.1)
135134
html-pipeline (~> 2.3)
@@ -141,7 +140,7 @@ GEM
141140
jekyll (~> 3.0)
142141
jekyll-redirect-from (0.14.0)
143142
jekyll (~> 3.3)
144-
jekyll-relative-links (0.5.3)
143+
jekyll-relative-links (0.6.0)
145144
jekyll (~> 3.3)
146145
jekyll-remote-theme (0.3.1)
147146
jekyll (~> 3.5)
@@ -195,9 +194,9 @@ GEM
195194
jekyll-seo-tag (~> 2.0)
196195
jekyll-titles-from-headings (0.5.1)
197196
jekyll (~> 3.3)
198-
jekyll-watch (2.1.0)
197+
jekyll-watch (2.2.1)
199198
listen (~> 3.0)
200-
jemoji (0.10.1)
199+
jemoji (0.10.2)
201200
gemoji (~> 3.0)
202201
html-pipeline (~> 2.2)
203202
jekyll (~> 3.0)
@@ -208,55 +207,56 @@ GEM
208207
rb-inotify (~> 0.9, >= 0.9.7)
209208
ruby_dep (~> 1.2)
210209
mercenary (0.3.6)
211-
mini_portile2 (2.3.0)
210+
mini_portile2 (2.4.0)
212211
minima (2.5.0)
213212
jekyll (~> 3.5)
214213
jekyll-feed (~> 0.9)
215214
jekyll-seo-tag (~> 2.1)
216215
minitest (5.11.3)
217-
multipart-post (2.0.0)
218-
nokogiri (1.8.5)
219-
mini_portile2 (~> 2.3.0)
220-
octokit (4.12.0)
216+
multipart-post (2.1.1)
217+
nokogiri (1.10.4)
218+
mini_portile2 (~> 2.4.0)
219+
octokit (4.14.0)
221220
sawyer (~> 0.8.0, >= 0.5.3)
222-
parallel (1.12.1)
223-
pathutil (0.16.1)
221+
parallel (1.17.0)
222+
pathutil (0.16.2)
224223
forwardable-extended (~> 2.6)
225-
public_suffix (2.0.5)
224+
public_suffix (3.1.1)
225+
rainbow (3.0.0)
226226
rb-fsevent (0.10.3)
227-
rb-inotify (0.9.10)
228-
ffi (>= 0.5.0, < 2)
227+
rb-inotify (0.10.0)
228+
ffi (~> 1.0)
229229
rouge (2.2.1)
230230
ruby-enum (0.7.2)
231231
i18n
232232
ruby_dep (1.5.0)
233-
rubyzip (1.2.2)
234-
safe_yaml (1.0.4)
235-
sass (3.6.0)
233+
rubyzip (1.2.3)
234+
safe_yaml (1.0.5)
235+
sass (3.7.4)
236236
sass-listen (~> 4.0.0)
237237
sass-listen (4.0.0)
238238
rb-fsevent (~> 0.9, >= 0.9.4)
239239
rb-inotify (~> 0.9, >= 0.9.7)
240-
sawyer (0.8.1)
241-
addressable (>= 2.3.5, < 2.6)
242-
faraday (~> 0.8, < 1.0)
240+
sawyer (0.8.2)
241+
addressable (>= 2.3.5)
242+
faraday (> 0.8, < 2.0)
243243
terminal-table (1.8.0)
244244
unicode-display_width (~> 1.1, >= 1.1.1)
245245
thread_safe (0.3.6)
246-
typhoeus (1.3.0)
246+
typhoeus (1.3.1)
247247
ethon (>= 0.9.0)
248248
tzinfo (1.2.5)
249249
thread_safe (~> 0.1)
250-
unicode-display_width (1.4.0)
251-
yell (2.0.7)
250+
unicode-display_width (1.6.0)
251+
yell (2.2.0)
252252

253253
PLATFORMS
254254
ruby
255255

256256
DEPENDENCIES
257257
github-pages (>= 148)
258-
html-proofer (>= 3.7.2)
258+
html-proofer (>= 3.11.1)
259259
tzinfo-data
260260

261261
BUNDLED WITH
262-
1.16.6
262+
2.0.2

Diff for: README.md

+2
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,5 @@ I'm the GitHub Learning Lab bot and I'm here to help guide you in your journey t
99
![issue tab](https://lab.github.com/public/images/issue_tab.png)
1010

1111
I'll meet you over there, can't wait to get started!
12+
13+
This course is using the :sparkles: open source project [reveal.js](https://github.com/hakimel/reveal.js/). In some cases we’ve made changes to the history so it would behave during class, so head to the original project repo to learn more about the cool people behind this project.

0 commit comments

Comments
 (0)