sputnik8/atol-rb

View on GitHub
Gemfile.lock

Summary

Maintainability
Test Coverage
PATH
  remote: .
  specs:
    atol (0.7.1)
      anyway_config (~> 1.0)

GEM
  remote: https://rubygems.org/
  specs:
    addressable (2.5.2)
      public_suffix (>= 2.0.2, < 4.0)
    anyway_config (1.1.3)
    ast (2.4.1)
    coveralls (0.8.21)
      json (>= 1.8, < 3)
      simplecov (~> 0.14.1)
      term-ansicolor (~> 1.3)
      thor (~> 0.19.4)
      tins (~> 1.6)
    crack (0.4.3)
      safe_yaml (~> 1.0.0)
    diff-lcs (1.3)
    docile (1.1.5)
    hashdiff (0.3.7)
    json (2.1.0)
    parallel (1.19.2)
    parser (2.7.1.4)
      ast (~> 2.4.1)
    public_suffix (3.0.1)
    rainbow (3.0.0)
    rake (13.0.1)
    regexp_parser (1.7.1)
    rexml (3.2.4)
    rspec (3.7.0)
      rspec-core (~> 3.7.0)
      rspec-expectations (~> 3.7.0)
      rspec-mocks (~> 3.7.0)
    rspec-core (3.7.1)
      rspec-support (~> 3.7.0)
    rspec-expectations (3.7.0)
      diff-lcs (>= 1.2.0, < 2.0)
      rspec-support (~> 3.7.0)
    rspec-mocks (3.7.0)
      diff-lcs (>= 1.2.0, < 2.0)
      rspec-support (~> 3.7.0)
    rspec-support (3.7.0)
    rubocop (0.90.0)
      parallel (~> 1.10)
      parser (>= 2.7.1.1)
      rainbow (>= 2.2.2, < 4.0)
      regexp_parser (>= 1.7)
      rexml
      rubocop-ast (>= 0.3.0, < 1.0)
      ruby-progressbar (~> 1.7)
      unicode-display_width (>= 1.4.0, < 2.0)
    rubocop-ast (0.4.0)
      parser (>= 2.7.1.4)
    ruby-progressbar (1.10.1)
    safe_yaml (1.0.4)
    simplecov (0.14.1)
      docile (~> 1.1.0)
      json (>= 1.8, < 3)
      simplecov-html (~> 0.10.0)
    simplecov-html (0.10.2)
    term-ansicolor (1.6.0)
      tins (~> 1.0)
    thor (0.19.4)
    tins (1.16.3)
    unicode-display_width (1.7.0)
    webmock (3.2.1)
      addressable (>= 2.3.6)
      crack (>= 0.3.2)
      hashdiff

PLATFORMS
  ruby

DEPENDENCIES
  atol!
  bundler (~> 1.15)
  coveralls
  rake (~> 13.0)
  rspec (~> 3.0)
  rubocop (~> 0.90)
  webmock (~> 3.0)

BUNDLED WITH
   2.1.4