From 420d7d4d0bfae388a6b8008f6423f57a618add5b Mon Sep 17 00:00:00 2001 From: stiig Date: Fri, 7 Apr 2017 21:06:08 +0500 Subject: [PATCH] Initial commit --- .rspec | 0 .rubocop.yml | 0 .simplecov | 0 README.md | 24 ++++++++++++++++++++++++ 4 files changed, 24 insertions(+) create mode 100644 .rspec create mode 100644 .rubocop.yml create mode 100644 .simplecov create mode 100644 README.md diff --git a/.rspec b/.rspec new file mode 100644 index 0000000..e69de29 diff --git a/.rubocop.yml b/.rubocop.yml new file mode 100644 index 0000000..e69de29 diff --git a/.simplecov b/.simplecov new file mode 100644 index 0000000..e69de29 diff --git a/README.md b/README.md new file mode 100644 index 0000000..7db80e4 --- /dev/null +++ b/README.md @@ -0,0 +1,24 @@ +# README + +This README would normally document whatever steps are necessary to get the +application up and running. + +Things you may want to cover: + +* Ruby version + +* System dependencies + +* Configuration + +* Database creation + +* Database initialization + +* How to run the test suite + +* Services (job queues, cache servers, search engines, etc.) + +* Deployment instructions + +* ...