diff options
author | icebaker <icebaker@proton.me> | 2023-05-11 19:24:50 -0300 |
---|---|---|
committer | icebaker <icebaker@proton.me> | 2023-05-11 19:24:50 -0300 |
commit | ec5e25547a401141586c87621266f9cd68c59e3c (patch) | |
tree | 547b3c7fa04c9e695785b9beeda0be5a4a77b006 /static/gem.rb |
first commit
Diffstat (limited to 'static/gem.rb')
-rw-r--r-- | static/gem.rb | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/static/gem.rb b/static/gem.rb new file mode 100644 index 0000000..afcc9f1 --- /dev/null +++ b/static/gem.rb @@ -0,0 +1,15 @@ +# frozen_string_literal: true + +module NanoBot + GEM = { + name: 'nano-bots', + version: '0.0.1', + author: 'icebaker', + summary: 'Iris REPL', + description: 'Intelligent Ruby Interface System Read–eval–print loop', + github: 'https://github.com/icebaker/nano-bot', + gem_server: 'https://rubygems.org', + license: 'MIT', + ruby: '3.1.4' + }.freeze +end |