Adding Gemfile and Readme

Signed-off-by: Marcin Woźniak <y0rune@aol.com>
This commit is contained in:
2020-12-31 11:08:41 +01:00
parent 9a6b6263e4
commit 036e5a0f7a
4 changed files with 42 additions and 7 deletions

7
Gemfile Normal file
View File

@@ -0,0 +1,7 @@
source "https://rubygems.org"
ruby "3.0.0"
gem 'thwait', '~> 0.2.0'
gem 'nokogiri', '~> 1.10', '>= 1.10.10'
gem 'open-uri', '~> 0.1.0'
gem 'spreadsheet', '~> 1.2', '>= 1.2.6'