Add Gemfile and Guardfile

This commit is contained in:
Ushitora Anqou
2020-03-31 20:58:22 +09:00
parent 4e377cabc7
commit b8414005e8
4 changed files with 69 additions and 0 deletions

5
Gemfile Normal file
View File

@ -0,0 +1,5 @@
source "https://rubygems.org"
gem "guard"
gem "guard-shell"
gem "asciidoctor"