ahastudio/crema-api-ruby-client

View on GitHub
Gemfile.lock

Summary

Maintainability
Test Coverage
PATH
  remote: .
  specs:
    crema-api-ruby-client (0.1.1)
      faraday (~> 0.14)
      json

GEM
  remote: https://rubygems.org/
  specs:
    ast (2.4.0)
    codecov (0.1.10)
      json
      simplecov
      url
    coderay (1.1.2)
    docile (1.1.5)
    dotenv (2.2.1)
    faraday (0.14.0)
      multipart-post (>= 1.2, < 3)
    ffi (1.9.18)
    formatador (0.2.5)
    guard (2.14.2)
      formatador (>= 0.2.4)
      listen (>= 2.7, < 4.0)
      lumberjack (>= 1.0.12, < 2.0)
      nenv (~> 0.1)
      notiffany (~> 0.0)
      pry (>= 0.9.12)
      shellany (~> 0.0)
      thor (>= 0.18.1)
    guard-compat (1.2.1)
    guard-rubocop (1.3.0)
      guard (~> 2.0)
      rubocop (~> 0.20)
    guard-test (2.0.8)
      guard-compat (~> 1.2)
      test-unit (~> 3.0)
    json (2.1.0)
    listen (3.1.5)
      rb-fsevent (~> 0.9, >= 0.9.4)
      rb-inotify (~> 0.9, >= 0.9.7)
      ruby_dep (~> 1.2)
    lumberjack (1.0.12)
    method_source (0.9.0)
    multipart-post (2.0.0)
    nenv (0.3.0)
    notiffany (0.1.1)
      nenv (~> 0.1)
      shellany (~> 0.0)
    parallel (1.12.1)
    parser (2.4.0.2)
      ast (~> 2.3)
    power_assert (1.1.1)
    powerpack (0.1.1)
    pry (0.11.3)
      coderay (~> 1.1.0)
      method_source (~> 0.9.0)
    rainbow (3.0.0)
    rake (10.5.0)
    rb-fsevent (0.10.2)
    rb-inotify (0.9.10)
      ffi (>= 0.5.0, < 2)
    rubocop (0.52.1)
      parallel (~> 1.10)
      parser (>= 2.4.0.2, < 3.0)
      powerpack (~> 0.1)
      rainbow (>= 2.2.2, < 4.0)
      ruby-progressbar (~> 1.7)
      unicode-display_width (~> 1.0, >= 1.0.1)
    ruby-progressbar (1.9.0)
    ruby_dep (1.5.0)
    shellany (0.0.1)
    simplecov (0.15.1)
      docile (~> 1.1.0)
      json (>= 1.8, < 3)
      simplecov-html (~> 0.10.0)
    simplecov-html (0.10.2)
    test-unit (3.2.7)
      power_assert
    thor (0.20.0)
    unicode-display_width (1.3.0)
    url (0.3.2)

PLATFORMS
  ruby

DEPENDENCIES
  bundler (~> 1.16)
  codecov
  crema-api-ruby-client!
  dotenv
  guard
  guard-rubocop
  guard-test
  rake (~> 10.0)

BUNDLED WITH
   1.16.1