Initial commit

This commit is contained in:
Senad Uka
2018-08-13 11:25:01 +02:00
commit de58457ef9
10 changed files with 195 additions and 0 deletions

12
Gemfile Normal file
View File

@@ -0,0 +1,12 @@
source 'https://rubygems.org'
gem 'sinatra', "~> 2.0"
gem "retries", "~> 0.0.5"
gem "dotenv", "~> 2.5"
gem "rack-indifferent", "~> 1.2"
gem "sinatra-router", "~> 0.2.4"
gem "rest-client", "~> 2.0"