diff options
| author | a14m <[email protected]> | 2020-11-27 17:02:40 +0100 |
|---|---|---|
| committer | a14m <[email protected]> | 2020-11-27 17:55:36 +0100 |
| commit | 8185d66664367eab60edb3ab27103d22c1631769 (patch) | |
| tree | 6b2b8f68a3a559e8f24d65003ae17848e3111e5d /CLI/ruby/Gemfile | |
| parent | d1a020777af347f59b73b58f0ce96bb360dc6b35 (diff) | |
Initial commit of the ruby gem
Diffstat (limited to 'CLI/ruby/Gemfile')
| -rw-r--r-- | CLI/ruby/Gemfile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/CLI/ruby/Gemfile b/CLI/ruby/Gemfile new file mode 100644 index 0000000..c0c8dc1 --- /dev/null +++ b/CLI/ruby/Gemfile @@ -0,0 +1,6 @@ +# frozen_string_literal: true + +source "https://rubygems.org" + +# Specify your gem's dependencies in game_of_life.gemspec +gemspec |
