Skip to content

Commit e14c608

Browse files
committed
Update devDependencies and gems
1 parent 88de3ae commit e14c608

File tree

6 files changed

+884
-2017
lines changed

6 files changed

+884
-2017
lines changed

.stylelintrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"extends": [
3-
"stylelint-config-twbs-bootstrap/scss"
3+
"stylelint-config-twbs-bootstrap"
44
],
55
"rules": {
66
"no-duplicate-selectors": true,

Gemfile.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@ GEM
55
public_suffix (>= 2.0.2, < 5.0)
66
colorator (1.1.0)
77
concurrent-ruby (1.1.9)
8-
em-websocket (0.5.2)
8+
em-websocket (0.5.3)
99
eventmachine (>= 0.12.9)
10-
http_parser.rb (~> 0.6.0)
10+
http_parser.rb (~> 0)
1111
eventmachine (1.2.7)
1212
eventmachine (1.2.7-x64-mingw32)
1313
ffi (1.15.4)
1414
ffi (1.15.4-x64-mingw32)
1515
forwardable-extended (2.6.0)
16-
http_parser.rb (0.6.0)
16+
http_parser.rb (0.8.0)
1717
i18n (1.8.11)
1818
concurrent-ruby (~> 1.0)
1919
jekyll (4.2.1)
@@ -77,4 +77,4 @@ DEPENDENCIES
7777
wdm (~> 0.1.1)
7878

7979
BUNDLED WITH
80-
2.2.31
80+
2.2.33

docs/_sass/_syntax.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// stylelint-disable declaration-block-single-line-max-declarations, selector-class-pattern
1+
// stylelint-disable declaration-block-single-line-max-declarations
22

33
.hll { background-color: #ffc; }
44
.c { color: #727272; }

docs/github-btn.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<!doctype html><html lang=en><meta charset=utf-8><style>body{padding:0;margin:0;overflow:hidden;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif;font-size:11px;font-weight:700;line-height:14px}.github-btn{height:20px;overflow:hidden}.gh-btn,.gh-count,.gh-ico{float:left}.gh-btn,.gh-count{padding:2px 5px 2px 4px;color:#333;text-decoration:none;white-space:nowrap;cursor:pointer;border-radius:3px}.gh-btn{background-color:#eee;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0,#fcfcfc),to(#eee));background-image:linear-gradient(to bottom,#fcfcfc 0,#eee 100%);background-repeat:no-repeat;border:1px solid #d5d5d5}.gh-btn:focus,.gh-btn:hover{text-decoration:none;background-color:#ddd;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0,#eee),to(#ddd));background-image:linear-gradient(to bottom,#eee 0,#ddd 100%);border-color:#ccc}.gh-btn:active{background-color:#dcdcdc;background-image:none;border-color:#b5b5b5;box-shadow:inset 0 2px 4px rgba(0,0,0,.15)}.gh-ico{width:14px;height:14px;margin-right:4px;background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='12 12 40 40'%3e%3cpath fill='%23333' d='M32 13.4c-10.5 0-19 8.5-19 19 0 8.4 5.5 15.5 13 18 1 .2 1.3-.4 1.3-.9v-3.2c-5.3 1.1-6.4-2.6-6.4-2.6-.9-2.1-2.1-2.7-2.1-2.7-1.7-1.2.1-1.1.1-1.1 1.9.1 2.9 2 2.9 2 1.7 2.9 4.5 2.1 5.5 1.6.2-1.2.7-2.1 1.2-2.6-4.2-.5-8.7-2.1-8.7-9.4 0-2.1.7-3.7 2-5.1-.2-.5-.8-2.4.2-5 0 0 1.6-.5 5.2 2 1.5-.4 3.1-.7 4.8-.7 1.6 0 3.3.2 4.7.7 3.6-2.4 5.2-2 5.2-2 1 2.6.4 4.6.2 5 1.2 1.3 2 3 2 5.1 0 7.3-4.5 8.9-8.7 9.4.7.6 1.3 1.7 1.3 3.5v5.2c0 .5.4 1.1 1.3.9 7.5-2.6 13-9.7 13-18.1 0-10.5-8.5-19-19-19z'/%3e%3c/svg%3e") 0 0/100% 100% no-repeat}.gh-count{position:relative;display:none;margin-left:4px;background-color:#fafafa;border:1px solid #d4d4d4}.gh-count:focus,.gh-count:hover{color:#0366d6}.gh-count::after,.gh-count::before{position:absolute;display:inline-block;width:0;height:0;content:"";border-color:transparent;border-style:solid}.gh-count::before{top:50%;left:-3px;margin-top:-4px;border-width:4px 4px 4px 0;border-right-color:#fafafa}.gh-count::after{top:50%;left:-4px;z-index:-1;margin-top:-5px;border-width:5px 5px 5px 0;border-right-color:#d4d4d4}.github-btn-large{height:30px}.github-btn-large .gh-btn,.github-btn-large .gh-count{padding:3px 10px 3px 8px;font-size:16px;line-height:22px;border-radius:4px}.github-btn-large .gh-ico{width:20px;height:20px}.github-btn-large .gh-count{margin-left:6px}.github-btn-large .gh-count::before{left:-5px;margin-top:-6px;border-width:6px 6px 6px 0}.github-btn-large .gh-count::after{left:-6px;margin-top:-7px;border-width:7px 7px 7px 0}</style><span class=github-btn><a class=gh-btn href=# rel="noopener noreferrer" target=_blank><span class=gh-ico aria-hidden=true></span> <span class=gh-text></span> </a><a class=gh-count href=# rel="noopener noreferrer" target=_blank aria-hidden=true></a></span><script>!function(){"use strict";function e(t){return String(t).replace(/(\d)(?=(\d{3})+$)/g,"$1,")}var t,a,r,s,o=(C=function(){for(var t,e=[],a=window.location,r=a.href.slice(a.href.indexOf("?")+1).split("&"),s=0;s<r.length;s++)t=r[s].split("="),e.push(t[0]),e[t[0]]=t[1];return e}()).user,n=C.repo,c=C.type,l=C.count,u=C.size,i=C.v,b=document.querySelector(".gh-btn"),h=document.querySelector(".github-btn"),f=document.querySelector(".gh-text"),d=document.querySelector(".gh-count"),g=" on GitHub",x="https://github.com/",C="https://api.github.com/",w=x+o+"/"+n,m=o+"/"+n;switch(window.callback=function(t){if("Not Found"!==t.data.message){switch(c){case"watch":"2"===i?(d.textContent=t.data.subscribers_count&&e(t.data.subscribers_count),d.setAttribute("aria-label",d.textContent+" watchers"+g)):(d.textContent=t.data.stargazers_count&&e(t.data.stargazers_count),d.setAttribute("aria-label",d.textContent+" stargazers"+g));break;case"star":d.textContent=t.data.stargazers_count&&e(t.data.stargazers_count),d.setAttribute("aria-label",d.textContent+" stargazers"+g);break;case"fork":d.textContent=t.data.network_count&&e(t.data.network_count),d.setAttribute("aria-label",d.textContent+" forks"+g);break;case"follow":d.textContent=t.data.followers&&e(t.data.followers),d.setAttribute("aria-label",d.textContent+" followers"+g)}"true"===l&&""!==d.textContent&&(d.style.display="block",d.removeAttribute("aria-hidden"))}},b.href=w,c){case"watch":"2"===i?(h.className+=" github-watchers",f.textContent="Watch",d.href=w+"/watchers"):(h.className+=" github-stargazers",f.textContent="Star",d.href=w+"/stargazers"),t=f.textContent+" "+m;break;case"star":h.className+=" github-stargazers",f.textContent="Star",d.href=w+"/stargazers",t=f.textContent+" "+m;break;case"fork":h.className+=" github-forks",f.textContent="Fork",b.href=w+"/fork",d.href=w+"/network",t=f.textContent+" "+m;break;case"follow":h.className+=" github-me",f.textContent="Follow @"+o,b.href=x+o,d.href=x+o+"?tab=followers",t=f.textContent;break;case"sponsor":h.className+=" github-me",f.textContent="Sponsor @"+o,b.href=x+"sponsors/"+o,t=f.textContent}b.setAttribute("aria-label",t+g),document.title=t+g,"large"===u&&(h.className+=" github-btn-large"),"true"===l&&"sponsor"!==c&&(a="follow"===c?C+"users/"+o:C+"repos/"+o+"/"+n,r=document.head,(s=document.createElement("script")).src=a+"?callback=callback",r.insertBefore(s,r.firstChild))}()</script>
1+
<!doctype html><html lang=en><meta charset=utf-8><style>body{padding:0;margin:0;overflow:hidden;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif;font-size:11px;font-weight:700;line-height:14px}.github-btn{height:20px;overflow:hidden}.gh-btn,.gh-count,.gh-ico{float:left}.gh-btn,.gh-count{padding:2px 5px 2px 4px;color:#333;text-decoration:none;white-space:nowrap;cursor:pointer;border-radius:3px}.gh-btn{background-color:#eee;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0,#fcfcfc),to(#eee));background-image:linear-gradient(to bottom,#fcfcfc 0,#eee 100%);background-repeat:no-repeat;border:1px solid #d5d5d5}.gh-btn:focus,.gh-btn:hover{text-decoration:none;background-color:#ddd;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0,#eee),to(#ddd));background-image:linear-gradient(to bottom,#eee 0,#ddd 100%);border-color:#ccc}.gh-btn:active{background-color:#dcdcdc;background-image:none;border-color:#b5b5b5;box-shadow:inset 0 2px 4px rgba(0,0,0,.15)}.gh-ico{width:14px;height:14px;margin-right:4px;background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='12 12 40 40'%3e%3cpath fill='%23333' d='M32 13.4c-10.5 0-19 8.5-19 19 0 8.4 5.5 15.5 13 18 1 .2 1.3-.4 1.3-.9v-3.2c-5.3 1.1-6.4-2.6-6.4-2.6-.9-2.1-2.1-2.7-2.1-2.7-1.7-1.2.1-1.1.1-1.1 1.9.1 2.9 2 2.9 2 1.7 2.9 4.5 2.1 5.5 1.6.2-1.2.7-2.1 1.2-2.6-4.2-.5-8.7-2.1-8.7-9.4 0-2.1.7-3.7 2-5.1-.2-.5-.8-2.4.2-5 0 0 1.6-.5 5.2 2 1.5-.4 3.1-.7 4.8-.7 1.6 0 3.3.2 4.7.7 3.6-2.4 5.2-2 5.2-2 1 2.6.4 4.6.2 5 1.2 1.3 2 3 2 5.1 0 7.3-4.5 8.9-8.7 9.4.7.6 1.3 1.7 1.3 3.5v5.2c0 .5.4 1.1 1.3.9 7.5-2.6 13-9.7 13-18.1 0-10.5-8.5-19-19-19z'/%3e%3c/svg%3e") 0 0/100% 100% no-repeat}.gh-count{position:relative;display:none;margin-left:4px;background-color:#fafafa;border:1px solid #d4d4d4}.gh-count:focus,.gh-count:hover{color:#0366d6}.gh-count::after,.gh-count::before{position:absolute;display:inline-block;width:0;height:0;content:"";border-color:transparent;border-style:solid}.gh-count::before{top:50%;left:-3px;margin-top:-4px;border-width:4px 4px 4px 0;border-right-color:#fafafa}.gh-count::after{top:50%;left:-4px;z-index:-1;margin-top:-5px;border-width:5px 5px 5px 0;border-right-color:#d4d4d4}.github-btn-large{height:30px}.github-btn-large .gh-btn,.github-btn-large .gh-count{padding:3px 10px 3px 8px;font-size:16px;line-height:22px;border-radius:4px}.github-btn-large .gh-ico{width:20px;height:20px}.github-btn-large .gh-count{margin-left:6px}.github-btn-large .gh-count::before{left:-5px;margin-top:-6px;border-width:6px 6px 6px 0}.github-btn-large .gh-count::after{left:-6px;margin-top:-7px;border-width:7px 7px 7px 0}</style><span class=github-btn><a class=gh-btn href=# rel="noopener noreferrer" target=_blank><span class=gh-ico aria-hidden=true></span> <span class=gh-text></span> </a><a class=gh-count href=# rel="noopener noreferrer" target=_blank aria-hidden=true></a></span><script>!function(){"use strict";function e(t){return String(t).replace(/(\d)(?=(\d{3})+$)/g,"$1,")}var t,a=function(){for(var t,e=[],a=window.location,r=a.href.slice(a.href.indexOf("?")+1).split("&"),s=0;s<r.length;s++)t=r[s].split("="),e.push(t[0]),e[t[0]]=t[1];return e}(),r=a.user,s=a.repo,o=a.type,n=a.count,c=a.size,l=a.v,u=document.querySelector(".gh-btn"),i=document.querySelector(".github-btn"),b=document.querySelector(".gh-text"),h=document.querySelector(".gh-count"),f=" on GitHub",d="https://github.com/",a="https://api.github.com/",g=d+r+"/"+s,x=r+"/"+s;switch(window.callback=function(t){if("Not Found"!==t.data.message){switch(o){case"watch":"2"===l?(h.textContent=t.data.subscribers_count&&e(t.data.subscribers_count),h.setAttribute("aria-label",h.textContent+" watchers"+f)):(h.textContent=t.data.stargazers_count&&e(t.data.stargazers_count),h.setAttribute("aria-label",h.textContent+" stargazers"+f));break;case"star":h.textContent=t.data.stargazers_count&&e(t.data.stargazers_count),h.setAttribute("aria-label",h.textContent+" stargazers"+f);break;case"fork":h.textContent=t.data.network_count&&e(t.data.network_count),h.setAttribute("aria-label",h.textContent+" forks"+f);break;case"follow":h.textContent=t.data.followers&&e(t.data.followers),h.setAttribute("aria-label",h.textContent+" followers"+f)}"true"===n&&""!==h.textContent&&(h.style.display="block",h.removeAttribute("aria-hidden"))}},u.href=g,o){case"watch":"2"===l?(i.className+=" github-watchers",b.textContent="Watch",h.href=g+"/watchers"):(i.className+=" github-stargazers",b.textContent="Star",h.href=g+"/stargazers"),t=b.textContent+" "+x;break;case"star":i.className+=" github-stargazers",b.textContent="Star",h.href=g+"/stargazers",t=b.textContent+" "+x;break;case"fork":i.className+=" github-forks",b.textContent="Fork",u.href=g+"/fork",h.href=g+"/network",t=b.textContent+" "+x;break;case"follow":i.className+=" github-me",b.textContent="Follow @"+r,u.href=d+r,h.href=d+r+"?tab=followers",t=b.textContent;break;case"sponsor":i.className+=" github-me",b.textContent="Sponsor @"+r,u.href=d+"sponsors/"+r,t=b.textContent}u.setAttribute("aria-label",t+f),document.title=t+f,"large"===c&&(i.className+=" github-btn-large"),"true"===n&&"sponsor"!==o&&(c="follow"===o?a+"users/"+r:a+"repos/"+r+"/"+s,a=document.head,(s=document.createElement("script")).src=c+"?callback=callback",a.insertBefore(s,a.firstChild))}()</script>

0 commit comments

Comments
 (0)