summaryrefslogtreecommitdiffstats
path: root/CLI/ruby
diff options
context:
space:
mode:
Diffstat (limited to 'CLI/ruby')
-rw-r--r--CLI/ruby/CHANGELOG.md4
-rw-r--r--CLI/ruby/Gemfile.lock2
-rw-r--r--CLI/ruby/lib/game_of_life/version.rb2
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