summaryrefslogtreecommitdiffstats
path: root/CLI/ruby
diff options
context:
space:
mode:
authora14m <[email protected]>2020-12-16 17:01:21 +0100
committera14m <[email protected]>2020-12-16 17:01:21 +0100
commit5c18f9b78ae2e5207d5904a44b2284fd18d755f2 (patch)
tree43da4b53b1d91148d70e7b7fc0cf891587282501 /CLI/ruby
parentff3b9d9a6385f993d77ef248c5e6ab12a4e5ef20 (diff)
Pump the version for deploy from sr.ht
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