{"id":21451564,"url":"https://github.com/brenofariasdasilva/ruby","last_synced_at":"2025-06-23T04:35:12.782Z","repository":{"id":155250184,"uuid":"627555331","full_name":"BrenoFariasdaSilva/Ruby","owner":"BrenoFariasdaSilva","description":"My Ruby Codes.","archived":false,"fork":false,"pushed_at":"2024-03-29T17:40:54.000Z","size":256,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-17T02:44:59.873Z","etag":null,"topics":["collections","each","lambda","map","mixins","oop","oriented-object-programming","rbenv","ruby","rubygems"],"latest_commit_sha":null,"homepage":"","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/BrenoFariasdaSilva.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","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-04-13T17:56:58.000Z","updated_at":"2023-07-18T18:25:24.000Z","dependencies_parsed_at":"2024-03-29T18:43:04.479Z","dependency_job_id":"d2c5508c-cbfc-44ab-a77a-4ffba6ca946c","html_url":"https://github.com/BrenoFariasdaSilva/Ruby","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/BrenoFariasdaSilva/Ruby","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BrenoFariasdaSilva%2FRuby","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BrenoFariasdaSilva%2FRuby/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BrenoFariasdaSilva%2FRuby/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BrenoFariasdaSilva%2FRuby/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/BrenoFariasdaSilva","download_url":"https://codeload.github.com/BrenoFariasdaSilva/Ruby/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BrenoFariasdaSilva%2FRuby/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261416047,"owners_count":23155030,"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":["collections","each","lambda","map","mixins","oop","oriented-object-programming","rbenv","ruby","rubygems"],"created_at":"2024-11-23T04:23:45.094Z","updated_at":"2025-06-23T04:35:07.751Z","avatar_url":"https://github.com/BrenoFariasdaSilva.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n  \n# [Ruby.](https://github.com/BrenoFariasdaSilva/Ruby) \u003cimg src=\"https://github.com/devicons/devicon/blob/master/icons/ruby/ruby-original.svg\"  width=\"3%\" height=\"3%\"\u003e\n\n\u003c/div\u003e\n\n\u003cdiv align=\"center\"\u003e\n  \n---\n\nThis repo is made with the objective of showing the ruby related codes i have written. \\\nFeel free to contribute and send suggestions.\n  \n---\n\n\u003c/div\u003e\n\n\u003cdiv align=\"center\"\u003e\n\n![GitHub Code Size in Bytes](https://img.shields.io/github/languages/code-size/BrenoFariasdaSilva/Ruby)\n![GitHub Last Commit](https://img.shields.io/github/last-commit/BrenoFariasdaSilva/Ruby)\n![GitHub](https://img.shields.io/github/license/BrenoFariasdaSilva/Ruby)\n![wakatime](https://wakatime.com/badge/github/BrenoFariasdaSilva/Ruby.svg)\n\n\u003c/div\u003e\n\n\u003cdiv align=\"center\"\u003e\n  \n![RepoBeats Statistics](https://repobeats.axiom.co/api/embed/a98bbb82b999fd5f43fdf85f66933058c80bdb61.svg \"Repobeats analytics image\")\n\n\u003c/div\u003e\n\n## Table of Contents\n- [Ruby. ](#ruby-)\n  - [Table of Contents](#table-of-contents)\n- [Installation:](#installation)\n  - [Text Editor - Visual Studio Code:](#text-editor---visual-studio-code)\n  - [Contributing](#contributing)\n  - [License](#license)\n\n\n# Installation:\n\n- Ruby Language:\n\n```bash\nsudo apt install ruby -y\n```\n\n- RBEnv - Ruby Version Manager (Optional):\n\n```bash\ngit clone https://github.com/rbenv/rbenv.git ~/.rbenv \necho 'export PATH=\"$HOME/.rbenv/bin:$PATH\"' \u003e\u003e ~/.bashrc\necho 'eval \"$(rbenv init -)\"' \u003e\u003e ~/.bashrc\nexec $SHELL\ngit clone https://github.com/rbenv/ruby-build.git ~/.rbenv/plugins/ruby-build\necho 'export PATH=\"$HOME/.rbenv/plugins/ruby-build/bin:$PATH\"' \u003e\u003e ~/.bashrc\nexec $SHELL\nrbenv --version\n```\n\n- IRB - Ruby Interactive:\n\n```bash\n# Just type irb on your terminal if you want to use ruby without even need to create a file, similar to IPython.\n```\n\n- Execute Ruby code\n```bash\nruby filename.rb\n# Example: ruby main.rb\n```\n\n## Text Editor - Visual Studio Code:\n```bash\nsudo apt update -y\nsudo apt install software-properties-common apt-transport-https cd ~/Downloads\nwget -y\ncd ~/Downloads\nwget -O- https://packages.microsoft.com/keys/microsoft.asc | sudo gpg --dearmor | sudo tee /usr/share/keyrings/vscode.gpg\necho deb [arch=amd64 signed-by=/usr/share/keyrings/vscode.gpg] https://packages.microsoft.com/repos/vscode stable main | sudo tee /etc/apt/sources.list.d/vscode.list\nsudo apt update -y\nsudo apt install code -y\n```\n\n## Contributing\n\nContributions are what make the open-source community such an amazing place to learn, inspire, and create. Any contributions you make are **greatly appreciated**. If you have suggestions for improving the code, your insights will be highly welcome.\nIn order to contribute to this project, please follow the guidelines below or read the [CONTRIBUTING.md](CONTRIBUTING.md) file for more details on how to contribute to this project, as it contains information about the commit standards and the entire pull request process.\nPlease follow these guidelines to make your contributions smooth and effective:\n\n1. **Set Up Your Environment**: Ensure you've followed the setup instructions in the [Setup](#setup) section to prepare your development environment.\n\n2. **Make Your Changes**:\n   - **Create a Branch**: `git checkout -b feature/YourFeatureName`\n   - **Implement Your Changes**: Make sure to test your changes thoroughly.\n   - **Commit Your Changes**: Use clear commit messages, for example:\n     - For new features: `git commit -m \"FEAT: Add some AmazingFeature\"`\n     - For bug fixes: `git commit -m \"FIX: Resolve Issue #123\"`\n     - For documentation: `git commit -m \"DOCS: Update README with new instructions\"`\n     - For refactorings: `git commit -m \"REFACTOR: Enhance component for better aspect\"`\n     - For snapshots: `git commit -m \"SNAPSHOT: Temporary commit to save the current state for later reference\"`\n   - See more about crafting commit messages in the [CONTRIBUTING.md](CONTRIBUTING.md) file.\n\n3. **Submit Your Contribution**:\n   - **Push Your Changes**: `git push origin feature/YourFeatureName`\n   - **Open a Pull Request (PR)**: Navigate to the repository on GitHub and open a PR with a detailed description of your changes.\n\n4. **Stay Engaged**: Respond to any feedback from the project maintainers and make necessary adjustments to your PR.\n\n5. **Celebrate**: Once your PR is merged, celebrate your contribution to the project!\n\n## License\n[MIT](https://choosealicense.com/licenses/mit/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbrenofariasdasilva%2Fruby","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbrenofariasdasilva%2Fruby","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbrenofariasdasilva%2Fruby/lists"}