| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2021-02-17 | Fix ~2 Name error when invalid numeric value passed | a14m | 1 | -3/+4 | |
| 2021-02-10 | Better and more performant ruby rendering in alternative terminal | a14m | 1 | -3/+5 | |
| 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 | |||||
| 2020-12-14 | Refactor the bin script to be simpler without any logic | a14m | 1 | -24/+2 | |
| 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-08 | Fix rubocop violation about duplicate exception handling | a14m | 1 | -4/+1 | |
| 2020-12-06 | Handle CLI errors and report error message back to user | a14m | 1 | -2/+6 | |
| 2020-12-03 | Add the seed generator place holder class and test (and CLI error) | a14m | 1 | -0/+2 | |
| 2020-12-03 | Add the delay option to the bin and trap Kernel [SIG]nal-[INT]errupt | a14m | 1 | -7/+14 | |
| 2020-11-30 | Configure live/dead cells representation via CLI options | a14m | 1 | -0/+8 | |
| 2020-11-29 | Fix some linting issues | a14m | 1 | -1/+1 | |
| 2020-11-29 | Add the basics for input generator | a14m | 1 | -1/+2 | |
| 2020-11-29 | Add CLI default options parsing (Thor) | a14m | 1 | -0/+43 | |
| 2020-11-27 | Initial commit of the ruby gem | a14m | 1 | -0/+4 | |
