diff options
Diffstat (limited to 'CLI/ruby')
| -rw-r--r-- | CLI/ruby/CHANGELOG.md | 3 | ||||
| -rw-r--r-- | CLI/ruby/Gemfile.lock | 2 | ||||
| -rw-r--r-- | CLI/ruby/lib/game_of_life/version.rb | 2 |
3 files changed, 5 insertions, 2 deletions
diff --git a/CLI/ruby/CHANGELOG.md b/CLI/ruby/CHANGELOG.md index f4bd743..01eee5e 100644 --- a/CLI/ruby/CHANGELOG.md +++ b/CLI/ruby/CHANGELOG.md @@ -2,6 +2,9 @@ ## Unreleased +## 1.0.4 +- Better performance/usability when running the CLI (by using alternate screen) + ## 1.0.3 - Fix `game-of-life --live-cell XX` can run (when it should not) #1 - Fix `game-of-life --dead-cell XX` can run (when it should not) #1 diff --git a/CLI/ruby/Gemfile.lock b/CLI/ruby/Gemfile.lock index c9e7863..5620ab8 100644 --- a/CLI/ruby/Gemfile.lock +++ b/CLI/ruby/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - terminal_game_of_life (1.0.3) + terminal_game_of_life (1.0.4) thor (~> 1.0) GEM diff --git a/CLI/ruby/lib/game_of_life/version.rb b/CLI/ruby/lib/game_of_life/version.rb index 91eeb99..97df5ac 100644 --- a/CLI/ruby/lib/game_of_life/version.rb +++ b/CLI/ruby/lib/game_of_life/version.rb @@ -2,5 +2,5 @@ module GameOfLife # Game of life version number - VERSION = "1.0.3" + VERSION = "1.0.4" end |
