Skip to content

Commit 933ba42

Browse files
committed
Update prune service to latest
1 parent 49e969d commit 933ba42

File tree

5 files changed

+1549
-10113
lines changed

5 files changed

+1549
-10113
lines changed

Gemfile.lock

+210-98
Original file line numberDiff line numberDiff line change
@@ -1,125 +1,237 @@
11
GEM
22
specs:
3-
RedCloth (4.2.9)
4-
activesupport (~> 4.2.2)
3+
activesupport (4.2.9)
54
i18n (~> 0.7)
6-
json (~> 1.7, >= 1.7.7)
75
minitest (~> 5.1)
86
thread_safe (~> 0.3, >= 0.3.4)
97
tzinfo (~> 1.1)
10-
blankslate (2.1.2.4)
11-
celluloid (0.16.0)
12-
timers (~> 4.0.0)
13-
classifier-reborn (2.0.3)
14-
fast-stemmer (~> 1.0)
15-
coffee-script (2.3.0)
8+
addressable (2.5.2)
9+
public_suffix (>= 2.0.2, < 4.0)
10+
coffee-script (2.4.1)
1611
coffee-script-source
1712
execjs
18-
coffee-script-source (1.9.0)
19-
colorator (0.1)
20-
execjs (2.2.2)
21-
fast-stemmer (1.0.2)
22-
ffi (1.9.6)
23-
gemoji (2.1.0)
24-
github-pages (33)
25-
RedCloth (= 4.2.9)
26-
github-pages-health-check (~> 0.2)
27-
jekyll (= 2.4.0)
28-
jekyll-coffeescript (= 1.0.1)
29-
jekyll-mentions (= 0.2.1)
30-
jekyll-redirect-from (= 0.6.2)
31-
jekyll-sass-converter (= 1.2.0)
32-
jekyll-sitemap (= 0.6.3)
33-
jemoji (= 0.4.0)
34-
kramdown (= 1.5.0)
35-
liquid (= 2.6.1)
36-
maruku (= 0.7.0)
13+
coffee-script-source (1.11.1)
14+
colorator (1.1.0)
15+
commonmarker (0.17.6)
16+
ruby-enum (~> 0.5)
17+
concurrent-ruby (1.0.5)
18+
ethon (0.11.0)
19+
ffi (>= 1.3.0)
20+
execjs (2.7.0)
21+
faraday (0.13.1)
22+
multipart-post (>= 1.2, < 3)
23+
ffi (1.9.18)
24+
forwardable-extended (2.6.0)
25+
gemoji (3.0.0)
26+
github-pages (172)
27+
activesupport (= 4.2.9)
28+
github-pages-health-check (= 1.3.5)
29+
jekyll (= 3.6.2)
30+
jekyll-avatar (= 0.5.0)
31+
jekyll-coffeescript (= 1.0.2)
32+
jekyll-commonmark-ghpages (= 0.1.3)
33+
jekyll-default-layout (= 0.1.4)
34+
jekyll-feed (= 0.9.2)
35+
jekyll-gist (= 1.4.1)
36+
jekyll-github-metadata (= 2.9.3)
37+
jekyll-mentions (= 1.2.0)
38+
jekyll-optional-front-matter (= 0.3.0)
39+
jekyll-paginate (= 1.1.0)
40+
jekyll-readme-index (= 0.2.0)
41+
jekyll-redirect-from (= 0.12.1)
42+
jekyll-relative-links (= 0.5.2)
43+
jekyll-remote-theme (= 0.2.3)
44+
jekyll-sass-converter (= 1.5.0)
45+
jekyll-seo-tag (= 2.3.0)
46+
jekyll-sitemap (= 1.1.1)
47+
jekyll-swiss (= 0.4.0)
48+
jekyll-theme-architect (= 0.1.0)
49+
jekyll-theme-cayman (= 0.1.0)
50+
jekyll-theme-dinky (= 0.1.0)
51+
jekyll-theme-hacker (= 0.1.0)
52+
jekyll-theme-leap-day (= 0.1.0)
53+
jekyll-theme-merlot (= 0.1.0)
54+
jekyll-theme-midnight (= 0.1.0)
55+
jekyll-theme-minimal (= 0.1.0)
56+
jekyll-theme-modernist (= 0.1.0)
57+
jekyll-theme-primer (= 0.5.2)
58+
jekyll-theme-slate (= 0.1.0)
59+
jekyll-theme-tactile (= 0.1.0)
60+
jekyll-theme-time-machine (= 0.1.0)
61+
jekyll-titles-from-headings (= 0.5.0)
62+
jemoji (= 0.8.1)
63+
kramdown (= 1.14.0)
64+
liquid (= 4.0.0)
65+
listen (= 3.0.6)
3766
mercenary (~> 0.3)
38-
pygments.rb (= 0.6.1)
39-
rdiscount (= 2.1.7)
40-
redcarpet (= 3.1.2)
67+
minima (= 2.1.1)
68+
rouge (= 2.2.1)
4169
terminal-table (~> 1.4)
42-
github-pages-health-check (0.2.1)
43-
net-dns (~> 0.6)
44-
public_suffix (~> 1.4)
45-
hitimes (1.2.2)
46-
html-pipeline (1.9.0)
70+
github-pages-health-check (1.3.5)
71+
addressable (~> 2.3)
72+
net-dns (~> 0.8)
73+
octokit (~> 4.0)
74+
public_suffix (~> 2.0)
75+
typhoeus (~> 0.7)
76+
html-pipeline (2.7.1)
4777
activesupport (>= 2)
48-
nokogiri (~> 1.4)
49-
i18n (0.7.0)
50-
jekyll (2.4.0)
51-
classifier-reborn (~> 2.0)
52-
colorator (~> 0.1)
53-
jekyll-coffeescript (~> 1.0)
54-
jekyll-gist (~> 1.0)
55-
jekyll-paginate (~> 1.0)
78+
nokogiri (>= 1.4)
79+
i18n (0.9.1)
80+
concurrent-ruby (~> 1.0)
81+
jekyll (3.6.2)
82+
addressable (~> 2.4)
83+
colorator (~> 1.0)
5684
jekyll-sass-converter (~> 1.0)
5785
jekyll-watch (~> 1.1)
58-
kramdown (~> 1.3)
59-
liquid (~> 2.6.1)
86+
kramdown (~> 1.14)
87+
liquid (~> 4.0)
6088
mercenary (~> 0.3.3)
61-
pygments.rb (~> 0.6.0)
62-
redcarpet (~> 3.1)
89+
pathutil (~> 0.9)
90+
rouge (>= 1.7, < 3)
6391
safe_yaml (~> 1.0)
64-
toml (~> 0.1.0)
65-
jekyll-coffeescript (1.0.1)
92+
jekyll-avatar (0.5.0)
93+
jekyll (~> 3.0)
94+
jekyll-coffeescript (1.0.2)
6695
coffee-script (~> 2.2)
67-
jekyll-gist (1.1.0)
68-
jekyll-mentions (0.2.1)
69-
html-pipeline (~> 1.9.0)
70-
jekyll (~> 2.0)
96+
coffee-script-source (~> 1.11.1)
97+
jekyll-commonmark (1.1.0)
98+
commonmarker (~> 0.14)
99+
jekyll (>= 3.0, < 4.0)
100+
jekyll-commonmark-ghpages (0.1.3)
101+
commonmarker (~> 0.17.6)
102+
jekyll-commonmark (~> 1)
103+
rouge (~> 2)
104+
jekyll-default-layout (0.1.4)
105+
jekyll (~> 3.0)
106+
jekyll-feed (0.9.2)
107+
jekyll (~> 3.3)
108+
jekyll-gist (1.4.1)
109+
octokit (~> 4.2)
110+
jekyll-github-metadata (2.9.3)
111+
jekyll (~> 3.1)
112+
octokit (~> 4.0, != 4.4.0)
113+
jekyll-mentions (1.2.0)
114+
activesupport (~> 4.0)
115+
html-pipeline (~> 2.3)
116+
jekyll (~> 3.0)
117+
jekyll-optional-front-matter (0.3.0)
118+
jekyll (~> 3.0)
71119
jekyll-paginate (1.1.0)
72-
jekyll-redirect-from (0.6.2)
73-
jekyll (~> 2.0)
74-
jekyll-sass-converter (1.2.0)
75-
sass (~> 3.2)
76-
jekyll-sitemap (0.6.3)
77-
jekyll-watch (1.2.1)
78-
listen (~> 2.7)
79-
jemoji (0.4.0)
80-
gemoji (~> 2.0)
81-
html-pipeline (~> 1.9)
82-
jekyll (~> 2.0)
83-
json (1.8.1)
84-
kramdown (1.5.0)
85-
liquid (2.6.1)
86-
listen (2.8.5)
87-
celluloid (>= 0.15.2)
120+
jekyll-readme-index (0.2.0)
121+
jekyll (~> 3.0)
122+
jekyll-redirect-from (0.12.1)
123+
jekyll (~> 3.3)
124+
jekyll-relative-links (0.5.2)
125+
jekyll (~> 3.3)
126+
jekyll-remote-theme (0.2.3)
127+
jekyll (~> 3.5)
128+
rubyzip (>= 1.2.1, < 3.0)
129+
typhoeus (>= 0.7, < 2.0)
130+
jekyll-sass-converter (1.5.0)
131+
sass (~> 3.4)
132+
jekyll-seo-tag (2.3.0)
133+
jekyll (~> 3.3)
134+
jekyll-sitemap (1.1.1)
135+
jekyll (~> 3.3)
136+
jekyll-swiss (0.4.0)
137+
jekyll-theme-architect (0.1.0)
138+
jekyll (~> 3.5)
139+
jekyll-seo-tag (~> 2.0)
140+
jekyll-theme-cayman (0.1.0)
141+
jekyll (~> 3.5)
142+
jekyll-seo-tag (~> 2.0)
143+
jekyll-theme-dinky (0.1.0)
144+
jekyll (~> 3.5)
145+
jekyll-seo-tag (~> 2.0)
146+
jekyll-theme-hacker (0.1.0)
147+
jekyll (~> 3.5)
148+
jekyll-seo-tag (~> 2.0)
149+
jekyll-theme-leap-day (0.1.0)
150+
jekyll (~> 3.5)
151+
jekyll-seo-tag (~> 2.0)
152+
jekyll-theme-merlot (0.1.0)
153+
jekyll (~> 3.5)
154+
jekyll-seo-tag (~> 2.0)
155+
jekyll-theme-midnight (0.1.0)
156+
jekyll (~> 3.5)
157+
jekyll-seo-tag (~> 2.0)
158+
jekyll-theme-minimal (0.1.0)
159+
jekyll (~> 3.5)
160+
jekyll-seo-tag (~> 2.0)
161+
jekyll-theme-modernist (0.1.0)
162+
jekyll (~> 3.5)
163+
jekyll-seo-tag (~> 2.0)
164+
jekyll-theme-primer (0.5.2)
165+
jekyll (~> 3.5)
166+
jekyll-github-metadata (~> 2.9)
167+
jekyll-seo-tag (~> 2.2)
168+
jekyll-theme-slate (0.1.0)
169+
jekyll (~> 3.5)
170+
jekyll-seo-tag (~> 2.0)
171+
jekyll-theme-tactile (0.1.0)
172+
jekyll (~> 3.5)
173+
jekyll-seo-tag (~> 2.0)
174+
jekyll-theme-time-machine (0.1.0)
175+
jekyll (~> 3.5)
176+
jekyll-seo-tag (~> 2.0)
177+
jekyll-titles-from-headings (0.5.0)
178+
jekyll (~> 3.3)
179+
jekyll-watch (1.5.0)
180+
listen (~> 3.0, < 3.1)
181+
jemoji (0.8.1)
182+
activesupport (~> 4.0, >= 4.2.9)
183+
gemoji (~> 3.0)
184+
html-pipeline (~> 2.2)
185+
jekyll (>= 3.0)
186+
kramdown (1.14.0)
187+
liquid (4.0.0)
188+
listen (3.0.6)
88189
rb-fsevent (>= 0.9.3)
89-
rb-inotify (>= 0.9)
90-
maruku (0.7.0)
91-
mercenary (0.3.5)
92-
mini_portile (0.6.2)
93-
minitest (5.4.3)
190+
rb-inotify (>= 0.9.7)
191+
mercenary (0.3.6)
192+
mini_portile2 (2.3.0)
193+
minima (2.1.1)
194+
jekyll (~> 3.3)
195+
minitest (5.10.3)
196+
multipart-post (2.0.0)
94197
net-dns (0.8.0)
95-
nokogiri (1.6.6.2)
96-
mini_portile (~> 0.6.0)
97-
parslet (1.5.0)
98-
blankslate (~> 2.0)
99-
posix-spawn (0.3.9)
100-
public_suffix (1.4.6)
101-
pygments.rb (0.6.1)
102-
posix-spawn (~> 0.3.6)
103-
yajl-ruby (~> 1.2.0)
104-
rb-fsevent (0.9.4)
105-
rb-inotify (0.9.5)
106-
ffi (>= 0.5.0)
107-
rdiscount (2.1.7)
108-
redcarpet (3.1.2)
198+
nokogiri (1.8.1)
199+
mini_portile2 (~> 2.3.0)
200+
octokit (4.7.0)
201+
sawyer (~> 0.8.0, >= 0.5.3)
202+
pathutil (0.16.0)
203+
forwardable-extended (~> 2.6)
204+
public_suffix (2.0.5)
205+
rb-fsevent (0.10.2)
206+
rb-inotify (0.9.10)
207+
ffi (>= 0.5.0, < 2)
208+
rouge (2.2.1)
209+
ruby-enum (0.7.1)
210+
i18n
211+
rubyzip (1.2.1)
109212
safe_yaml (1.0.4)
110-
sass (3.4.11)
111-
terminal-table (1.4.5)
112-
thread_safe (0.3.4)
113-
timers (4.0.1)
114-
hitimes
115-
toml (0.1.2)
116-
parslet (~> 1.5.0)
117-
tzinfo (1.2.2)
213+
sass (3.5.3)
214+
sass-listen (~> 4.0.0)
215+
sass-listen (4.0.0)
216+
rb-fsevent (~> 0.9, >= 0.9.4)
217+
rb-inotify (~> 0.9, >= 0.9.7)
218+
sawyer (0.8.1)
219+
addressable (>= 2.3.5, < 2.6)
220+
faraday (~> 0.8, < 1.0)
221+
terminal-table (1.8.0)
222+
unicode-display_width (~> 1.1, >= 1.1.1)
223+
thread_safe (0.3.6)
224+
typhoeus (0.8.0)
225+
ethon (>= 0.8.0)
226+
tzinfo (1.2.4)
118227
thread_safe (~> 0.1)
119-
yajl-ruby (~> 1.3.1)
228+
unicode-display_width (1.3.0)
120229

121230
PLATFORMS
122231
ruby
123232

124233
DEPENDENCIES
125234
github-pages
235+
236+
BUNDLED WITH
237+
1.16.0

0 commit comments

Comments
 (0)