-
- Downloads
Add files
parents
No related branches found
No related tags found
Showing
- Dockerfile 7 additions, 0 deletionsDockerfile
- Gemfile 5 additions, 0 deletionsGemfile
- Gemfile.lock 18 additions, 0 deletionsGemfile.lock
- codeclimate.json 1 addition, 0 deletionscodeclimate.json
- rakefile.rb 7 additions, 0 deletionsrakefile.rb
- server.rb 20 additions, 0 deletionsserver.rb
- test/app_spec.rb 9 additions, 0 deletionstest/app_spec.rb
Dockerfile
0 → 100644
Gemfile
0 → 100644
source 'https://rubygems.org' | ||
ruby '2.4.1' | ||
gem 'minitest', '~> 5.10.2', group: :test | ||
gem 'rake' |
Gemfile.lock
0 → 100644
codeclimate.json
0 → 100644
rakefile.rb
0 → 100644
server.rb
0 → 100644
test/app_spec.rb
0 → 100644
Please register or sign in to comment