platehub/plate_api

View on GitHub
Gemfile.lock

Summary

Maintainability
Test Coverage
PATH
  remote: .
  specs:
    plate_api (1.2.8)
      faraday (~> 1.0.1)
      mime-types (~> 3.3.1)

GEM
  remote: https://rubygems.org/
  specs:
    activesupport (6.0.3.1)
      concurrent-ruby (~> 1.0, >= 1.0.2)
      i18n (>= 0.7, < 2)
      minitest (~> 5.1)
      tzinfo (~> 1.1)
      zeitwerk (~> 2.2, >= 2.2.2)
    addressable (2.7.0)
      public_suffix (>= 2.0.2, < 5.0)
    ansi (1.5.0)
    byebug (11.1.3)
    concurrent-ruby (1.1.6)
    crack (0.4.3)
      safe_yaml (~> 1.0.0)
    diff-lcs (1.3)
    docile (1.3.2)
    factory_bot (5.0.2)
      activesupport (>= 4.2.0)
    faraday (1.0.1)
      multipart-post (>= 1.2, < 3)
    hashdiff (1.0.1)
    i18n (1.8.2)
      concurrent-ruby (~> 1.0)
    mime-types (3.3.1)
      mime-types-data (~> 3.2015)
    mime-types-data (3.2022.0105)
    minitest (5.14.1)
    multipart-post (2.1.1)
    public_suffix (4.0.5)
    rake (13.0.1)
    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)
    safe_yaml (1.0.5)
    simplecov (0.18.5)
      docile (~> 1.1)
      simplecov-html (~> 0.11)
    simplecov-console (0.7.2)
      ansi
      simplecov
      terminal-table
    simplecov-html (0.12.2)
    terminal-table (1.8.0)
      unicode-display_width (~> 1.1, >= 1.1.1)
    thread_safe (0.3.6)
    tzinfo (1.2.7)
      thread_safe (~> 0.1)
    unicode-display_width (1.7.0)
    webmock (3.8.3)
      addressable (>= 2.3.6)
      crack (>= 0.3.2)
      hashdiff (>= 0.4.0, < 2.0.0)
    zeitwerk (2.3.0)

PLATFORMS
  ruby

DEPENDENCIES
  bundler (~> 2.1.4)
  byebug
  factory_bot (~> 5.0.1)
  plate_api!
  rake (~> 13.0)
  rspec (~> 3.0)
  simplecov
  simplecov-console
  webmock (~> 3.0)

BUNDLED WITH
   2.1.4