From 86ef3f68a9b966dfee27245ff9bb5256cc031b21 Mon Sep 17 00:00:00 2001 From: Rohit Chaudhari Date: Sat, 18 Nov 2023 15:32:16 +0000 Subject: [PATCH 1/2] Add gitpod setup --- .gitpod.yml | 3 +++ README.md | 4 ++++ 2 files changed, 7 insertions(+) create mode 100644 .gitpod.yml diff --git a/.gitpod.yml b/.gitpod.yml new file mode 100644 index 0000000..b8d8a87 --- /dev/null +++ b/.gitpod.yml @@ -0,0 +1,3 @@ +tasks: + - name: Static Server + command: rake test \ No newline at end of file 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 + + Gitpod Ready-to-Code + + [![Gitter chat](https://badges.gitter.im/gitterHQ/gitter.png)](https://gitter.im/#TheAlgorithms_community:gitter.im)  [![contributions welcome](https://img.shields.io/static/v1.svg?label=Contributions&message=Welcome&color=0059b3&style=flat-square)](https://github.com/TheAlgorithms/Ruby/blob/master/CONTRIBUTING.md)  ![](https://img.shields.io/github/repo-size/TheAlgorithms/Ruby.svg?label=Repo%20size&style=flat-square)  From ed912832f16bbde74a5e4035d3f7d7b9b0642d70 Mon Sep 17 00:00:00 2001 From: Rohit Chaudhari <100275369+rohitkbc@users.noreply.github.com> Date: Sat, 18 Nov 2023 21:05:37 +0530 Subject: [PATCH 2/2] Update .gitpod.yml --- .gitpod.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitpod.yml b/.gitpod.yml index b8d8a87..04b21b7 100644 --- a/.gitpod.yml +++ b/.gitpod.yml @@ -1,3 +1,3 @@ tasks: - - name: Static Server - command: rake test \ No newline at end of file + - name: Run Tests + command: rake test