coyosoftware/nova-api

View on GitHub
Gemfile.lock

Summary

Maintainability
Test Coverage
PATH
  remote: .
  specs:
    nova-api (1.4.7)
      dry-struct (~> 1.6)
      dry-types (~> 1.7)
      httparty (~> 0.1)

GEM
  remote: https://rubygems.org/
  specs:
    addressable (2.7.0)
      public_suffix (>= 2.0.2, < 5.0)
    byebug (11.1.3)
    concurrent-ruby (1.1.8)
    crack (0.4.5)
      rexml
    diff-lcs (1.4.4)
    docile (1.3.5)
    dry-core (1.0.0)
      concurrent-ruby (~> 1.0)
      zeitwerk (~> 2.6)
    dry-inflector (1.0.0)
    dry-logic (1.5.0)
      concurrent-ruby (~> 1.0)
      dry-core (~> 1.0, < 2)
      zeitwerk (~> 2.6)
    dry-struct (1.6.0)
      dry-core (~> 1.0, < 2)
      dry-types (>= 1.7, < 2)
      ice_nine (~> 0.11)
      zeitwerk (~> 2.6)
    dry-types (1.7.1)
      concurrent-ruby (~> 1.0)
      dry-core (~> 1.0)
      dry-inflector (~> 1.0)
      dry-logic (~> 1.4)
      zeitwerk (~> 2.6)
    hashdiff (1.0.1)
    httparty (0.21.0)
      mini_mime (>= 1.0.0)
      multi_xml (>= 0.5.2)
    ice_nine (0.11.2)
    mini_mime (1.1.5)
    multi_xml (0.6.0)
    public_suffix (4.0.6)
    rake (13.0.6)
    rexml (3.2.4)
    rspec (3.10.0)
      rspec-core (~> 3.10.0)
      rspec-expectations (~> 3.10.0)
      rspec-mocks (~> 3.10.0)
    rspec-core (3.10.1)
      rspec-support (~> 3.10.0)
    rspec-dry-struct (0.5.0)
      dry-struct
      dry-types (>= 0.15.0)
      rspec
    rspec-expectations (3.10.1)
      diff-lcs (>= 1.2.0, < 2.0)
      rspec-support (~> 3.10.0)
    rspec-mocks (3.10.2)
      diff-lcs (>= 1.2.0, < 2.0)
      rspec-support (~> 3.10.0)
    rspec-support (3.10.2)
    simplecov (0.21.2)
      docile (~> 1.1)
      simplecov-html (~> 0.11)
      simplecov_json_formatter (~> 0.1)
    simplecov-html (0.12.3)
    simplecov_json_formatter (0.1.2)
    webmock (3.11.2)
      addressable (>= 2.3.6)
      crack (>= 0.3.2)
      hashdiff (>= 0.4.0, < 2.0.0)
    zeitwerk (2.6.8)

PLATFORMS
  ruby

DEPENDENCIES
  bundler (~> 2)
  byebug (~> 11.1.3)
  nova-api!
  rake (~> 13)
  rspec (~> 3.0)
  rspec-dry-struct (~> 0.1)
  simplecov (~> 0.21)
  webmock (~> 3.11.2)

BUNDLED WITH
   2.4.10