Initialize with Squib template

This commit is contained in:
2023-04-02 14:09:00 -04:00
commit 443370f056
16 changed files with 330 additions and 0 deletions

11
Gemfile Normal file
View File

@ -0,0 +1,11 @@
source 'https://rubygems.org'
gem 'squib'
gem 'guard'
gem 'guard-rake'
# If you do any simulation or anything fancy, you might want this
# gem 'rspec' # Unit testing with behavior-driven development
# If you want to generate PDFs manually (e.g. rules) this is good
# gem 'prawn'