TecnoSigma/covid19-cli

View on GitHub
Gemfile.lock

Summary

Maintainability
Test Coverage
PATH
  remote: .
  specs:
    covid19-cli (0.3.0)
      httparty
      text-table
      thor
      tty-pie

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)
    multi_xml (0.6.0)
    pastel (0.8.0)
      tty-color (~> 0.5)
    rake (12.3.3)
    rspec (3.9.0)
      rspec-core (~> 3.9.0)
      rspec-expectations (~> 3.9.0)
      rspec-mocks (~> 3.9.0)
    rspec-core (3.9.2)
      rspec-support (~> 3.9.3)
    rspec-expectations (3.9.2)
      diff-lcs (>= 1.2.0, < 2.0)
      rspec-support (~> 3.9.0)
    rspec-mocks (3.9.1)
      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)
      pastel (~> 0.8)
      tty-cursor (~> 0.7)

PLATFORMS
  ruby

DEPENDENCIES
  bundler (~> 1.7)
  coveralls
  covid19-cli!
  rake (~> 12.3)
  rspec (~> 3.0)

BUNDLED WITH
   1.17.3