| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2021-02-17 | Update the CHANGELOG | a14m | 1 | -0/+4 | |
| 2021-02-17 | Update dependencies | a14m | 2 | -21/+22 | |
| 2021-02-17 | Remove codecov as it's not working on srht | a14m | 3 | -9/+3 | |
| SimpleCov is internally using JSON but doesn't include it as a dependency that's why it needs to be added to the dev dependencies Ref: https://github.com/simplecov-ruby/simplecov/issues/917 | |||||
| 2021-02-17 | Fix ~2 Name error when invalid numeric value passed | a14m | 1 | -3/+4 | |
| 2021-02-16 | Pump version | a14m | 3 | -2/+5 | |
| 2021-02-11 | Show the banner on a separate line for better readability | a14m | 1 | -1/+1 | |
| 2021-02-10 | Pump version for release | a14m | 3 | -2/+5 | |
| 2021-02-10 | Better and more performant ruby rendering in alternative terminal | a14m | 3 | -8/+14 | |
| Ref: https://github.com/ruby/ruby/blob/ruby_2_7/lib/irb/easter-egg.rb#L112-L131 Ref: https://stackoverflow.com/questions/11023929/using-the-alternate-screen-in-a-bash-script Ref: https://superuser.com/questions/122911/what-commands-can-i-use-to-reset-and-clear-my-terminal | |||||
| 2021-01-30 | Prepare 1.0.3 release | a14m | 3 | -3/+8 | |
| 2021-01-30 | Fix Living/Dead cells can have more than 1 char or have the same char | a14m | 2 | -12/+46 | |
| 2020-12-16 | Minor updates to README files | a14m | 1 | -1/+1 | |
| 2020-12-16 | Pump the version for deploy from sr.ht | a14m | 3 | -2/+6 | |
| 2020-12-16 | Update the ruby gem links | a14m | 1 | -3/+3 | |
| 2020-12-16 | Update the README with the new links to sr.ht | a14m | 1 | -4/+4 | |
| 2020-12-15 | Clean gitlab/codecov parts | a14m | 1 | -72/+0 | |
| 2020-12-15 | Fix merge request failed to create downstream error | a14m | 1 | -0/+5 | |
| 2020-12-15 | Update ruby README (for testing) | a14m | 1 | -3/+4 | |
| 2020-12-14 | Add codecov configurations for monorepo | a14m | 3 | -7/+6 | |
| 2020-12-14 | Ignore rubocop violation about any instance | a14m | 1 | -0/+2 | |
| 2020-12-14 | Fix rspec violations and complete coverage testing | a14m | 4 | -39/+86 | |
| 2020-12-14 | Add rubocop-rspec | a14m | 2 | -0/+5 | |
| 2020-12-14 | Add codecov integration | a14m | 4 | -0/+23 | |
| 2020-12-14 | Pump version for release after fixing validation issues | a14m | 3 | -2/+7 | |
| 2020-12-14 | Add the specs for the parsed_options method (fixing negative issues) | a14m | 1 | -0/+62 | |
| 2020-12-14 | Refactor the bin script to be simpler without any logic | a14m | 1 | -24/+2 | |
| 2020-12-14 | Add parsing method to get the defaults and fix negative issues | a14m | 1 | -0/+45 | |
| 2020-12-14 | Update the README with more examples and fix typo in --help | a14m | 1 | -2/+6 | |
| 2020-12-12 | Pump version for first feature complete version (1.0.0) | a14m | 3 | -2/+4 | |
| 2020-12-12 | [skip ci] update CHANGELOG | a14m | 1 | -0/+1 | |
| 2020-12-12 | Fix the TargetRubyVersion for rubocop | a14m | 1 | -1/+1 | |
| 2020-12-12 | Fix the required ruby version (2.4 isn't supported) | a14m | 1 | -1/+1 | |
| Ruby 2.4 URI.open method is private and cannot be used I can support 2.4 by using `URI.send(:open, uri)` instead of `URI.open` but I haven't investigated that, and I don't think it's critical to support 2.4 | |||||
| 2020-12-12 | Add ruby 2.6/2.5 testing and remove useless build step | a14m | 1 | -9/+21 | |
| 2020-12-12 | Add documentation and changelog URIs to the gem page | a14m | 1 | -0/+2 | |
| 2020-12-12 | Use progress as the default format for CI | a14m | 1 | -1/+1 | |
| 2020-12-12 | Include yardopts for autogenerated docs with private | a14m | 1 | -1/+1 | |
| 2020-12-12 | Pump version to deploy documentation | a14m | 3 | -2/+5 | |
| 2020-12-12 | Minor markdown modifications and documentation updates | a14m | 2 | -5/+5 | |
| 2020-12-12 | Update README instructions help and asciicast | a14m | 1 | -5/+6 | |
| 2020-12-10 | Pump to version 0.2.0 with --seed support feature | a14m | 3 | -2/+4 | |
| 2020-12-10 | Remove size optimization | a14m | 1 | -2/+2 | |
| 2020-12-10 | Update CHANGELOG | a14m | 1 | -0/+1 | |
| 2020-12-10 | Update the game-of-life binary to check max width/height | a14m | 1 | -4/+17 | |
| And raise an error if the requested width/height greater than the maximum provided by console.winsize (to avoid rendering multi-lines) Since the terminal cannot scroll with bigger width it's better to limit the max configurations to the max allowed without scrolling | |||||
| 2020-12-10 | Update the seed generator test | a14m | 1 | -2/+3 | |
| 2020-12-10 | Update yard docs and references | a14m | 2 | -2/+7 | |
| 2020-12-10 | Refactor input generator (and update docs) | a14m | 1 | -5/+18 | |
| 2020-12-10 | Add the seed generator testing | a14m | 1 | -3/+85 | |
| 2020-12-10 | Add the stable seed generator implementation | a14m | 1 | -1/+36 | |
| 2020-12-09 | Pump version for release | a14m | 3 | -2/+5 | |
| 2020-12-09 | Fix gitlab release workflow | a14m | 1 | -3/+0 | |
| 2020-12-09 | Fix publishing gem (not using rake release) | a14m | 1 | -1/+4 | |
| Rake release requires creating tags and pushing them (and fails because it doesn't have git access)... instead use the build and gem push commands to avoid that while having gem push configured with GEM_HOST_API_KEY | |||||
