summaryrefslogtreecommitdiffstats
path: root/CLI/ruby/game_of_life.gemspec
diff options
context:
space:
mode:
authorAhmed AbdelHalim <[email protected]>2023-07-02 19:19:17 +0200
committerAhmed AbdelHalim <[email protected]>2023-07-02 19:19:17 +0200
commit36c22fba73375f18ad46334a27d6b418309448e8 (patch)
tree7017a6d74c7d0e5cb218a88072062ff91f7766f8 /CLI/ruby/game_of_life.gemspec
parent58fefe99f933343f7c5556ca3bc719743c54f322 (diff)
Use docker for ruby dev and fix yard with ruby 3
Diffstat (limited to 'CLI/ruby/game_of_life.gemspec')
-rw-r--r--CLI/ruby/game_of_life.gemspec4
1 files changed, 1 insertions, 3 deletions
diff --git a/CLI/ruby/game_of_life.gemspec b/CLI/ruby/game_of_life.gemspec
index 3c7f86b..8f861f5 100644
--- a/CLI/ruby/game_of_life.gemspec
+++ b/CLI/ruby/game_of_life.gemspec
@@ -1,10 +1,8 @@
# frozen_string_literal: true
-require_relative "lib/game_of_life/version"
-
Gem::Specification.new do |spec|
spec.name = "terminal_game_of_life"
- spec.version = GameOfLife::VERSION
+ spec.version = "1.0.8"
spec.authors = ["a14m"]
spec.email = ["[email protected]"]