Skip to content

Commit

Permalink
Update Ruby entry
Browse files Browse the repository at this point in the history
  • Loading branch information
boronine committed Dec 8, 2023
1 parent c6227fb commit 85b63c7
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"devDependencies": {
"mustache": "^4.2.0",
"esbuild": "^0.14.48",
"hsluv": "1.0.0-rc3"
"hsluv": "1.0.1"
},
"scripts": {
"build": "sh build.sh",
Expand Down
4 changes: 2 additions & 2 deletions website/content/implementations.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -322,8 +322,8 @@ rgbToHpluv([R, G, B]) -> [H, S, L]</pre>
</a>
</th>
<td>
<a href="http://travis-ci.org/hsluv/hsluv-ruby">
<img alt="CI" src="https://travis-ci.org/hsluv/hsluv-ruby.svg?branch=master"/>
<a href="https://github.com/hsluv/hsluv-ruby/actions/workflows/ruby.yml">
<img alt="CI" src="https://github.com/hsluv/hsluv-ruby/actions/workflows/ruby.yml/badge.svg"/>
</a>
</td>
<td>
Expand Down

0 comments on commit 85b63c7

Please sign in to comment.