https://github.com/eliflores/coding-katas-ruby
Coding Katas written in Ruby ❤️
https://github.com/eliflores/coding-katas-ruby
coding-katas hack-evening ruby
Last synced: 5 months ago
JSON representation
Coding Katas written in Ruby ❤️
- Host: GitHub
- URL: https://github.com/eliflores/coding-katas-ruby
- Owner: eliflores
- License: mit
- Created: 2021-01-29T21:57:00.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-12-07T13:11:41.000Z (7 months ago)
- Last Synced: 2024-12-30T23:47:49.778Z (6 months ago)
- Topics: coding-katas, hack-evening, ruby
- Language: Ruby
- Homepage:
- Size: 42 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Coding Katas Ruby

[](LICENSE)
[](https://conventionalcommits.org)Ruby solutions for Katas from
* [Codewars](https://www.codewars.com/) ♥️## How to work with this repository
1. Clone the repository
2. Install the version of [ruby](https://www.ruby-lang.org) in the [.ruby-version](.ruby-version) file.
* _Hint_: You may use [rbenv](https://github.com/rbenv/rbenv) to manage ruby versions.
3. Install dependencies: `gem install bundler && bundle install`
4. Run static analysis: `bundle exec rubocop`
5. Run tests: `bundle exec rspec --format documentation`
6. Write the tests, write the code, lint the code, and have fun!
7. Open a Pull Request, wait for all the checks to pass, and merge! 🎉