{"id":20131016,"url":"https://github.com/nascjoao/the-odin-project","last_synced_at":"2026-05-20T07:38:14.888Z","repository":{"id":158266093,"uuid":"610524097","full_name":"nascjoao/the-odin-project","owner":"nascjoao","description":"Exercícios do curso de Ruby do The Odin Project","archived":false,"fork":false,"pushed_at":"2023-03-14T13:15:29.000Z","size":153,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-02T21:43:58.104Z","etag":null,"topics":["ruby"],"latest_commit_sha":null,"homepage":"https://www.theodinproject.com","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nascjoao.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-03-07T00:09:29.000Z","updated_at":"2023-03-07T00:14:16.000Z","dependencies_parsed_at":null,"dependency_job_id":"f50092e3-5a64-4659-a184-df0382c6b698","html_url":"https://github.com/nascjoao/the-odin-project","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/nascjoao/the-odin-project","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nascjoao%2Fthe-odin-project","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nascjoao%2Fthe-odin-project/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nascjoao%2Fthe-odin-project/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nascjoao%2Fthe-odin-project/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nascjoao","download_url":"https://codeload.github.com/nascjoao/the-odin-project/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nascjoao%2Fthe-odin-project/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265212944,"owners_count":23728631,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ruby"],"created_at":"2024-11-13T20:44:27.019Z","updated_at":"2026-05-20T07:38:09.867Z","avatar_url":"https://github.com/nascjoao.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# The Odin Project Ruby Exercises\n\n## About this repository\n\nThis repository is a complement to the Ruby course for The Odin Project. It contains a series of Ruby exercises alongside pre-written tests that will help guide the student towards a solution, providing a Test Driven Development experience.\n\nEach set of exercises should only be done **after** being directed to do so in the assignment of the corresponding Ruby lesson. I.e. if you just finished the Basic Data Types lesson you should **only** do the exercises in the `1_data_types` folder for now.\n\n## Cloning and installation\n\nClone this repository to your local machine. To do this, click on the green \"Code\" button at the top right of list of files and copy the link in the prompt. Then, run the following command in your terminal:\n\n    git clone \u003clink\u003e\n\nThis will create a folder called 'ruby-exercises' inside the directory you ran the command in.\n\nCD into that folder:\n\n    cd ruby-exercises\n\nNow before beginning work on the exercises, you'll want to install a gem called RSpec. RSpec is a popular Ruby testing framework that is used in this repository to provide you with tests that check your solutions.\n\nTo install RSpec, run the following command in your terminal:\n\n    gem install rspec\n\nYou should see a message saying \"5 gems installed\" in your terminal. Verify that the installation was successful by simply running the following command:\n\n    rspec\n\nWhich should print a few lines about not finding any examples. This is ok and means it's working!\n\n## Usage\n\nEach directory contains a read me with instructions for the exercises within them.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnascjoao%2Fthe-odin-project","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnascjoao%2Fthe-odin-project","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnascjoao%2Fthe-odin-project/lists"}