Skip to content

Commit

Permalink
Inserting quality tags
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexandre Martins committed Jul 16, 2020
1 parent be5f25f commit ce1891a
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 0 deletions.
19 changes: 19 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,18 @@ PATH
GEM
remote: https://rubygems.org/
specs:
coveralls (0.8.23)
json (>= 1.8, < 3)
simplecov (~> 0.16.1)
term-ansicolor (~> 1.3)
thor (>= 0.19.4, < 2.0)
tins (~> 1.6)
diff-lcs (1.4.4)
docile (1.3.2)
httparty (0.18.1)
mime-types (~> 3.0)
multi_xml (>= 0.5.2)
json (2.3.1)
mime-types (3.3.1)
mime-types-data (~> 3.2015)
mime-types-data (3.2020.0512)
Expand All @@ -34,8 +42,18 @@ GEM
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.9.0)
rspec-support (3.9.3)
simplecov (0.16.1)
docile (~> 1.1)
json (>= 1.8, < 3)
simplecov-html (~> 0.10.0)
simplecov-html (0.10.2)
sync (0.5.0)
term-ansicolor (1.7.1)
tins (~> 1.0)
text-table (1.2.4)
thor (1.0.1)
tins (1.25.0)
sync
tty-color (0.5.1)
tty-cursor (0.7.1)
tty-pie (0.4.0)
Expand All @@ -47,6 +65,7 @@ PLATFORMS

DEPENDENCIES
bundler (~> 1.7)
coveralls
covid19-cli!
rake (~> 10.0)
rspec (~> 3.0)
Expand Down
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
# covid19-cli
---
[![Gem Version](http://badge.fury.io/rb/covid19-cli.svg)](http://badge.fury.io/rb/covid19-cli)
[![Build Status](https://travis-ci.org/TecnoSigma/covid19-cli.svg?branch=master)](https://travis-ci.org/github/TecnoSigma/covid19-cli)
[![Coverage Status](https://coveralls.io/repos/TecnoSigma/covid19-cli/badge.svg?branch=master&service=github)](https://coveralls.io/github/TecnoSigma/covid19-cli?branch=master)
[![Code Climate](https://codeclimate.com/github/TecnoSigma/covid19-cli/badges/gpa.svg)](https://codeclimate.com/github/TecnoSigma/covid19-cli)
[![GitHub license](https://img.shields.io/apm/l/vim-mode.svg)](LICENSE)

Welcome to your new gem! In this directory, you'll find the files you need to be able to package up your Ruby library into a gem. Put your Ruby code in the file `lib/covid19/cli`. To experiment with that code, run `bin/console` for an interactive prompt.

Expand Down
2 changes: 2 additions & 0 deletions covid19-cli.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ Gem::Specification.new do |spec|
spec.add_dependency "text-table"
spec.add_dependency "thor"
spec.add_dependency "tty-pie"

spec.add_development_dependency "coveralls"
spec.add_development_dependency "bundler", "~> 1.7"
spec.add_development_dependency "rake", "~> 10.0"
spec.add_development_dependency "rspec", "~> 3.0"
Expand Down
3 changes: 3 additions & 0 deletions spec/spec_helper.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
require "bundler/setup"
require "covid19/client"
require "coveralls"

Coveralls.wear!

RSpec.configure do |config|
# Enable flags like --only-failures and --next-failure
Expand Down

0 comments on commit ce1891a

Please sign in to comment.