diff --git a/.gitpod.yml b/.gitpod.yml new file mode 100644 index 0000000..04b21b7 --- /dev/null +++ b/.gitpod.yml @@ -0,0 +1,3 @@ +tasks: + - name: Run Tests + command: rake test diff --git a/README.md b/README.md index a8b8cde..e8e6b8d 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,9 @@ # The Algorithms - Ruby +<a href="https://gitpod.io/#https://github.com/TheAlgorithms/Ruby"> + <img src="https://img.shields.io/badge/Gitpod-Ready--to--Code-blue?logo=gitpod&style=flat-square" height="20" alt="Gitpod Ready-to-Code"> +</a> + [](https://gitter.im/#TheAlgorithms_community:gitter.im) [](https://github.com/TheAlgorithms/Ruby/blob/master/CONTRIBUTING.md) 