Skip to content

Commit e0c26a9

Browse files
authored
Merge pull request #56 from finglis/0.6.0-rc1
0.6.0 rc1
2 parents c0cd536 + 47a83bc commit e0c26a9

3 files changed

Lines changed: 26 additions & 34 deletions

File tree

Gemfile.lock

Lines changed: 23 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
activesupport (7.1.3.2)
4+
activesupport (7.1.4)
55
base64
66
bigdecimal
77
concurrent-ruby (~> 1.0, >= 1.0.2)
@@ -11,19 +11,19 @@ GEM
1111
minitest (>= 5.1)
1212
mutex_m
1313
tzinfo (~> 2.0)
14-
addressable (2.8.6)
15-
public_suffix (>= 2.0.2, < 6.0)
14+
addressable (2.8.7)
15+
public_suffix (>= 2.0.2, < 7.0)
1616
base64 (0.2.0)
17-
bigdecimal (3.1.7)
17+
bigdecimal (3.1.8)
1818
coffee-script (2.4.1)
1919
coffee-script-source
2020
execjs
2121
coffee-script-source (1.12.2)
2222
colorator (1.1.0)
2323
commonmarker (0.23.10)
24-
concurrent-ruby (1.2.3)
24+
concurrent-ruby (1.3.4)
2525
connection_pool (2.4.1)
26-
dnsruby (1.72.1)
26+
dnsruby (1.72.2)
2727
simpleidn (~> 0.2.1)
2828
drb (2.2.1)
2929
em-websocket (0.5.3)
@@ -34,11 +34,12 @@ GEM
3434
eventmachine (1.2.7)
3535
eventmachine (1.2.7-x64-mingw32)
3636
execjs (2.9.1)
37-
faraday (2.9.0)
38-
faraday-net_http (>= 2.0, < 3.2)
39-
faraday-net_http (3.1.0)
40-
net-http
41-
ffi (1.16.3)
37+
faraday (2.8.1)
38+
base64
39+
faraday-net_http (>= 2.0, < 3.1)
40+
ruby2_keywords (>= 0.0.4)
41+
faraday-net_http (3.0.2)
42+
ffi (1.17.0)
4243
forwardable-extended (2.6.0)
4344
gemoji (4.1.0)
4445
github-pages (231)
@@ -96,7 +97,7 @@ GEM
9697
activesupport (>= 2)
9798
nokogiri (>= 1.4)
9899
http_parser.rb (0.8.0)
99-
i18n (1.14.4)
100+
i18n (1.14.5)
100101
concurrent-ruby (~> 1.0)
101102
jekyll (3.9.5)
102103
addressable (~> 2.4)
@@ -215,35 +216,31 @@ GEM
215216
rb-fsevent (~> 0.10, >= 0.10.3)
216217
rb-inotify (~> 0.9, >= 0.9.10)
217218
mercenary (0.3.6)
218-
mini_portile2 (2.8.6)
219219
minima (2.5.1)
220220
jekyll (>= 3.5, < 5.0)
221221
jekyll-feed (~> 0.9)
222222
jekyll-seo-tag (~> 2.1)
223-
minitest (5.22.3)
223+
minitest (5.25.1)
224224
mutex_m (0.2.0)
225-
net-http (0.4.1)
226-
uri
227-
nokogiri (1.16.5)
228-
mini_portile2 (~> 2.8.2)
225+
nokogiri (1.15.6-x64-mingw32)
229226
racc (~> 1.4)
230-
nokogiri (1.16.5-x86_64-darwin)
227+
nokogiri (1.15.6-x86_64-darwin)
231228
racc (~> 1.4)
232-
nokogiri (1.16.5-x86_64-linux)
229+
nokogiri (1.15.6-x86_64-linux)
233230
racc (~> 1.4)
234231
octokit (4.25.1)
235232
faraday (>= 1, < 3)
236233
sawyer (~> 0.9)
237234
pathutil (0.16.2)
238235
forwardable-extended (~> 2.6)
239-
public_suffix (5.0.5)
240-
racc (1.8.0)
236+
public_suffix (5.1.1)
237+
racc (1.8.1)
241238
rb-fsevent (0.11.2)
242-
rb-inotify (0.10.1)
239+
rb-inotify (0.11.1)
243240
ffi (~> 1.0)
244-
rexml (3.3.6)
245-
strscan
241+
rexml (3.3.7)
246242
rouge (3.30.0)
243+
ruby2_keywords (0.0.5)
247244
rubyzip (2.3.2)
248245
safe_yaml (1.0.5)
249246
sass (3.7.4)
@@ -254,20 +251,14 @@ GEM
254251
sawyer (0.9.2)
255252
addressable (>= 2.3.5)
256253
faraday (>= 0.17.3, < 3)
257-
simpleidn (0.2.2)
258-
unf (~> 0.1.4)
259-
strscan (3.1.0)
254+
simpleidn (0.2.3)
260255
terminal-table (1.8.0)
261256
unicode-display_width (~> 1.1, >= 1.1.1)
262257
typhoeus (1.4.1)
263258
ethon (>= 0.9.0)
264259
tzinfo (2.0.6)
265260
concurrent-ruby (~> 1.0)
266-
unf (0.1.4)
267-
unf_ext
268-
unf_ext (0.0.9.1)
269261
unicode-display_width (1.8.0)
270-
uri (0.13.0)
271262
webrick (1.8.1)
272263

273264
PLATFORMS

_sass/_base.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
--link-blue: #267cb9;
1010
--link-green: #86c351;
1111
--banner-blue: #324b69;
12+
--banner-red: #c72d00;
1213
--banner-white: aliceblue;
1314
--yellow: #ffe77f;
1415
--yellow-darken: #ffd519;
@@ -111,7 +112,7 @@
111112
min-width: 330px;
112113
margin-bottom: 50px;
113114
border-radius: 0px 0px 10px 10px;
114-
background-color: var(--banner-blue);
115+
background-color: var(--banner-red);
115116
}
116117

117118
div.news-banner-text {

index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ description: QuPath is cross-platform, user-friendly open source software for di
2626
logo: assets/images/favicon.ico
2727

2828
#Banner
29-
banner: <a href="https://github.com/qupath/qupath/releases/tag/v0.5.1" target=blank>QuPath v0.5.1 is now online!</a>
29+
banner: <a href="https://github.com/qupath/qupath/releases/tag/v0.6.0-rc1" target=blank>Early release candidate for v0.6.0-rc1 now available for testing!</a>
3030

3131
#Hero content
3232
hero-heading: QuPath

0 commit comments

Comments
 (0)