summaryrefslogtreecommitdiff
path: root/static/gem.rb
diff options
context:
space:
mode:
authoricebaker <icebaker@proton.me>2023-05-11 19:24:50 -0300
committericebaker <icebaker@proton.me>2023-05-11 19:24:50 -0300
commitec5e25547a401141586c87621266f9cd68c59e3c (patch)
tree547b3c7fa04c9e695785b9beeda0be5a4a77b006 /static/gem.rb
first commit
Diffstat (limited to 'static/gem.rb')
-rw-r--r--static/gem.rb15
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