Skip to content

Commit 0e20593

Browse files
committed
changes to make it build locally. Should be good?
1 parent b9d8a55 commit 0e20593

File tree

2 files changed

+12850
-144
lines changed

2 files changed

+12850
-144
lines changed

Gemfile.lock

Lines changed: 53 additions & 143 deletions
Original file line numberDiff line numberDiff line change
@@ -1,88 +1,59 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
activesupport (4.2.9)
4+
activesupport (5.1.4)
5+
concurrent-ruby (~> 1.0, >= 1.0.2)
56
i18n (~> 0.7)
67
minitest (~> 5.1)
7-
thread_safe (~> 0.3, >= 0.3.4)
88
tzinfo (~> 1.1)
99
addressable (2.5.2)
1010
public_suffix (>= 2.0.2, < 4.0)
1111
coffee-script (2.4.1)
1212
coffee-script-source
1313
execjs
14-
coffee-script-source (1.11.1)
15-
colorator (1.1.0)
16-
commonmarker (0.17.10)
17-
ruby-enum (~> 0.5)
14+
coffee-script-source (1.12.2)
15+
colorator (0.1)
1816
concurrent-ruby (1.0.5)
1917
ethon (0.11.0)
2018
ffi (>= 1.3.0)
2119
execjs (2.7.0)
22-
faraday (0.15.2)
20+
faraday (0.13.1)
2321
multipart-post (>= 1.2, < 3)
24-
ffi (1.9.25)
25-
forwardable-extended (2.6.0)
26-
gemoji (3.0.0)
27-
github-pages (177)
28-
activesupport (= 4.2.9)
29-
github-pages-health-check (= 1.3.5)
30-
jekyll (= 3.8.4)
31-
jekyll-avatar (= 0.5.0)
32-
jekyll-coffeescript (= 1.0.2)
33-
jekyll-commonmark-ghpages (= 0.1.5)
34-
jekyll-default-layout (= 0.1.4)
35-
jekyll-feed (= 0.9.2)
36-
jekyll-gist (= 1.4.1)
37-
jekyll-github-metadata (= 2.9.3)
38-
jekyll-mentions (= 1.2.0)
39-
jekyll-optional-front-matter (= 0.3.0)
22+
ffi (1.9.18)
23+
gemoji (2.1.0)
24+
github-pages (86)
25+
github-pages-health-check (= 1.1.0)
26+
jekyll (= 3.1.6)
27+
jekyll-coffeescript (= 1.0.1)
28+
jekyll-feed (= 0.5.1)
29+
jekyll-gist (= 1.4.0)
30+
jekyll-github-metadata (= 2.0.2)
31+
jekyll-mentions (= 1.1.3)
4032
jekyll-paginate (= 1.1.0)
41-
jekyll-readme-index (= 0.2.0)
42-
jekyll-redirect-from (= 0.12.1)
43-
jekyll-relative-links (= 0.5.2)
44-
jekyll-remote-theme (= 0.2.3)
45-
jekyll-sass-converter (= 1.5.0)
46-
jekyll-seo-tag (= 2.3.0)
47-
jekyll-sitemap (= 1.1.1)
48-
jekyll-swiss (= 0.4.0)
49-
jekyll-theme-architect (= 0.1.0)
50-
jekyll-theme-cayman (= 0.1.0)
51-
jekyll-theme-dinky (= 0.1.0)
52-
jekyll-theme-hacker (= 0.1.0)
53-
jekyll-theme-leap-day (= 0.1.0)
54-
jekyll-theme-merlot (= 0.1.0)
55-
jekyll-theme-midnight (= 0.1.0)
56-
jekyll-theme-minimal (= 0.1.0)
57-
jekyll-theme-modernist (= 0.1.0)
58-
jekyll-theme-primer (= 0.5.2)
59-
jekyll-theme-slate (= 0.1.0)
60-
jekyll-theme-tactile (= 0.1.0)
61-
jekyll-theme-time-machine (= 0.1.0)
62-
jekyll-titles-from-headings (= 0.5.0)
63-
jemoji (= 0.8.1)
64-
kramdown (= 1.16.2)
65-
liquid (= 4.0.0)
33+
jekyll-redirect-from (= 0.10.0)
34+
jekyll-sass-converter (= 1.3.0)
35+
jekyll-seo-tag (= 2.0.0)
36+
jekyll-sitemap (= 0.10.0)
37+
jemoji (= 0.6.2)
38+
kramdown (= 1.11.1)
39+
liquid (= 3.0.6)
6640
listen (= 3.0.6)
6741
mercenary (~> 0.3)
68-
minima (= 2.1.1)
69-
nokogiri (>= 1.8.1, < 2.0)
70-
rouge (= 2.2.1)
42+
rouge (= 1.11.1)
7143
terminal-table (~> 1.4)
7244
github-pages-health-check (1.3.5)
7345
addressable (~> 2.3)
7446
net-dns (~> 0.8)
7547
octokit (~> 4.0)
7648
public_suffix (~> 2.0)
7749
typhoeus (~> 0.7)
78-
html-pipeline (2.8.4)
50+
html-pipeline (2.7.1)
7951
activesupport (>= 2)
8052
nokogiri (>= 1.4)
81-
i18n (0.9.5)
53+
i18n (0.9.1)
8254
concurrent-ruby (~> 1.0)
83-
jekyll (3.6.2)
84-
addressable (~> 2.4)
85-
colorator (~> 1.0)
55+
jekyll (3.1.6)
56+
colorator (~> 0.1)
8657
jekyll-sass-converter (~> 1.0)
8758
jekyll-watch (~> 1.1)
8859
kramdown (~> 1.14)
@@ -109,110 +80,49 @@ GEM
10980
jekyll (~> 3.3)
11081
jekyll-gist (1.4.1)
11182
octokit (~> 4.2)
112-
jekyll-github-metadata (2.9.3)
83+
jekyll-github-metadata (2.0.2)
11384
jekyll (~> 3.1)
114-
octokit (~> 4.0, != 4.4.0)
115-
jekyll-mentions (1.2.0)
116-
activesupport (~> 4.0)
85+
octokit (~> 4.0)
86+
jekyll-mentions (1.1.3)
11787
html-pipeline (~> 2.3)
11888
jekyll (~> 3.0)
11989
jekyll-optional-front-matter (0.3.0)
12090
jekyll (~> 3.0)
12191
jekyll-paginate (1.1.0)
122-
jekyll-readme-index (0.2.0)
123-
jekyll (~> 3.0)
124-
jekyll-redirect-from (0.12.1)
125-
jekyll (~> 3.3)
126-
jekyll-relative-links (0.5.2)
127-
jekyll (~> 3.3)
128-
jekyll-remote-theme (0.2.3)
129-
jekyll (~> 3.5)
130-
rubyzip (>= 1.2.2, < 3.0)
131-
typhoeus (>= 0.7, < 2.0)
132-
jekyll-sass-converter (1.5.0)
133-
sass (~> 3.4)
134-
jekyll-seo-tag (2.3.0)
135-
jekyll (~> 3.3)
136-
jekyll-sitemap (1.1.1)
137-
jekyll (~> 3.3)
138-
jekyll-swiss (0.4.0)
139-
jekyll-theme-architect (0.1.0)
140-
jekyll (~> 3.5)
141-
jekyll-seo-tag (~> 2.0)
142-
jekyll-theme-cayman (0.1.0)
143-
jekyll (~> 3.5)
144-
jekyll-seo-tag (~> 2.0)
145-
jekyll-theme-dinky (0.1.0)
146-
jekyll (~> 3.5)
147-
jekyll-seo-tag (~> 2.0)
148-
jekyll-theme-hacker (0.1.0)
149-
jekyll (~> 3.5)
150-
jekyll-seo-tag (~> 2.0)
151-
jekyll-theme-leap-day (0.1.0)
152-
jekyll (~> 3.5)
153-
jekyll-seo-tag (~> 2.0)
154-
jekyll-theme-merlot (0.1.0)
155-
jekyll (~> 3.5)
156-
jekyll-seo-tag (~> 2.0)
157-
jekyll-theme-midnight (0.1.0)
158-
jekyll (~> 3.5)
159-
jekyll-seo-tag (~> 2.0)
160-
jekyll-theme-minimal (0.1.0)
161-
jekyll (~> 3.5)
162-
jekyll-seo-tag (~> 2.0)
163-
jekyll-theme-modernist (0.1.0)
164-
jekyll (~> 3.5)
165-
jekyll-seo-tag (~> 2.0)
166-
jekyll-theme-primer (0.5.2)
167-
jekyll (~> 3.5)
168-
jekyll-github-metadata (~> 2.9)
169-
jekyll-seo-tag (~> 2.2)
170-
jekyll-theme-slate (0.1.0)
171-
jekyll (~> 3.5)
172-
jekyll-seo-tag (~> 2.0)
173-
jekyll-theme-tactile (0.1.0)
174-
jekyll (~> 3.5)
175-
jekyll-seo-tag (~> 2.0)
176-
jekyll-theme-time-machine (0.1.0)
177-
jekyll (~> 3.5)
178-
jekyll-seo-tag (~> 2.0)
179-
jekyll-titles-from-headings (0.5.0)
180-
jekyll (~> 3.3)
181-
jekyll-watch (1.5.1)
182-
listen (~> 3.0)
183-
jemoji (0.8.1)
184-
activesupport (~> 4.0, >= 4.2.9)
185-
gemoji (~> 3.0)
92+
jekyll-redirect-from (0.10.0)
93+
jekyll (>= 2.0)
94+
jekyll-sass-converter (1.3.0)
95+
sass (~> 3.2)
96+
jekyll-seo-tag (2.0.0)
97+
jekyll (~> 3.1)
98+
jekyll-sitemap (0.10.0)
99+
jekyll-watch (1.5.0)
100+
listen (~> 3.0, < 3.1)
101+
jemoji (0.6.2)
102+
gemoji (~> 2.0)
186103
html-pipeline (~> 2.2)
187104
jekyll (>= 3.0)
188-
kramdown (1.16.2)
189-
liquid (4.0.0)
105+
kramdown (1.11.1)
106+
liquid (3.0.6)
190107
listen (3.0.6)
191108
rb-fsevent (>= 0.9.3)
192109
rb-inotify (>= 0.9.7)
193110
mercenary (0.3.6)
194111
mini_portile2 (2.3.0)
195-
minima (2.1.1)
196-
jekyll (~> 3.3)
197-
minitest (5.11.3)
112+
minitest (5.10.3)
198113
multipart-post (2.0.0)
199114
net-dns (0.8.0)
200-
nokogiri (1.8.4)
115+
nokogiri (1.8.1)
201116
mini_portile2 (~> 2.3.0)
202-
octokit (4.9.0)
117+
octokit (4.7.0)
203118
sawyer (~> 0.8.0, >= 0.5.3)
204-
pathutil (0.16.1)
205-
forwardable-extended (~> 2.6)
206-
public_suffix (2.0.5)
207-
rb-fsevent (0.10.3)
119+
public_suffix (1.5.3)
120+
rb-fsevent (0.10.2)
208121
rb-inotify (0.9.10)
209122
ffi (>= 0.5.0, < 2)
210-
rouge (2.2.1)
211-
ruby-enum (0.7.2)
212-
i18n
213-
rubyzip (1.2.2)
123+
rouge (1.11.1)
214124
safe_yaml (1.0.4)
215-
sass (3.5.7)
125+
sass (3.5.3)
216126
sass-listen (~> 4.0.0)
217127
sass-listen (4.0.0)
218128
rb-fsevent (~> 0.9, >= 0.9.4)
@@ -225,9 +135,9 @@ GEM
225135
thread_safe (0.3.6)
226136
typhoeus (0.8.0)
227137
ethon (>= 0.8.0)
228-
tzinfo (1.2.5)
138+
tzinfo (1.2.4)
229139
thread_safe (~> 0.1)
230-
unicode-display_width (1.4.0)
140+
unicode-display_width (1.3.0)
231141

232142
PLATFORMS
233143
ruby
@@ -238,4 +148,4 @@ DEPENDENCIES
238148
jekyll-redirect-from
239149

240150
BUNDLED WITH
241-
1.16.5
151+
1.16.0

assets/js/bundle.js

Lines changed: 12797 additions & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)