From 5c18f9b78ae2e5207d5904a44b2284fd18d755f2 Mon Sep 17 00:00:00 2001 From: a14m Date: Wed, 16 Dec 2020 17:01:21 +0100 Subject: Pump the version for deploy from sr.ht --- CLI/ruby/CHANGELOG.md | 4 ++++ CLI/ruby/Gemfile.lock | 2 +- CLI/ruby/lib/game_of_life/version.rb | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CLI/ruby/CHANGELOG.md b/CLI/ruby/CHANGELOG.md index 3f6f77d..aef96b7 100644 --- a/CLI/ruby/CHANGELOG.md +++ b/CLI/ruby/CHANGELOG.md @@ -2,6 +2,10 @@ ## Unreleased +## 1.0.2 +- Remove CodeCov.io integration +- Deploy the gem from the new source host (sr.ht) + ## 1.0.1 - Fix `game-of-life --delay -10` error with kernel sleep - Fix `game-of-life --width -10` error with generated universe width diff --git a/CLI/ruby/Gemfile.lock b/CLI/ruby/Gemfile.lock index 1cd8a09..7fbe122 100644 --- a/CLI/ruby/Gemfile.lock +++ b/CLI/ruby/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - terminal_game_of_life (1.0.1) + terminal_game_of_life (1.0.2) 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 4f9629b..1f5664e 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.1" + VERSION = "1.0.2" end -- cgit v1.2.3