feat: begin the repo a bit late but better than never

This commit is contained in:
David Bailey 2023-04-03 22:36:01 +02:00
commit 607159334b
22 changed files with 898 additions and 0 deletions

59
Gemfile.lock Normal file
View file

@ -0,0 +1,59 @@
PATH
remote: .
specs:
comfpile (0.1.0)
GEM
remote: https://rubygems.org/
specs:
ast (2.4.2)
coderay (1.1.3)
debug (1.6.2)
irb (>= 1.3.6)
reline (>= 0.3.1)
io-console (0.5.11)
irb (1.4.1)
reline (>= 0.3.0)
json (2.6.3)
method_source (1.0.0)
minitest (5.18.0)
parallel (1.22.1)
parser (3.2.1.1)
ast (~> 2.4.1)
pry (0.14.1)
coderay (~> 1.1)
method_source (~> 1.0)
rainbow (3.1.1)
rake (13.0.6)
regexp_parser (2.7.0)
reline (0.3.1)
io-console (~> 0.5)
rexml (3.2.5)
rubocop (1.48.0)
json (~> 2.3)
parallel (~> 1.10)
parser (>= 3.2.0.0)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 1.8, < 3.0)
rexml (>= 3.2.5, < 4.0)
rubocop-ast (>= 1.26.0, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.27.0)
parser (>= 3.2.1.0)
ruby-progressbar (1.13.0)
unicode-display_width (2.4.2)
PLATFORMS
x86_64-linux
DEPENDENCIES
comfpile!
debug (~> 1.0)
minitest (~> 5.0)
pry
rake (~> 13.0)
rubocop (~> 1.21)
BUNDLED WITH
2.3.22