kalynrobinson/igdb

View on GitHub
Gemfile.lock

Summary

Maintainability
Test Coverage
PATH
  remote: .
  specs:
    igdb2 (0.8.0)
      multi_json (~> 1.13)
      representable (~> 3.0)
      rest-client (~> 2.0)

GEM
  remote: https://rubygems.org/
  specs:
    addressable (2.5.2)
      public_suffix (>= 2.0.2, < 4.0)
    codeclimate-test-reporter (1.0.7)
      simplecov
    coderay (1.1.2)
    crack (0.4.3)
      safe_yaml (~> 1.0.0)
    declarative (0.0.10)
    declarative-option (0.1.0)
    diff-lcs (1.3)
    docile (1.1.5)
    domain_name (0.5.20170404)
      unf (>= 0.0.5, < 1.0.0)
    hashdiff (0.3.7)
    http-cookie (1.0.3)
      domain_name (~> 0.5)
    json (2.1.0)
    method_source (0.9.0)
    mime-types (3.1)
      mime-types-data (~> 3.2015)
    mime-types-data (3.2016.0521)
    multi_json (1.13.1)
    netrc (0.11.0)
    pry (0.11.3)
      coderay (~> 1.1.0)
      method_source (~> 0.9.0)
    public_suffix (3.0.1)
    rake (12.3.0)
    representable (3.0.4)
      declarative (< 0.1.0)
      declarative-option (< 0.2.0)
      uber (< 0.2.0)
    rest-client (2.0.2)
      http-cookie (>= 1.0.2, < 2.0)
      mime-types (>= 1.16, < 4.0)
      netrc (~> 0.8)
    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)
    safe_yaml (1.0.4)
    simplecov (0.15.1)
      docile (~> 1.1.0)
      json (>= 1.8, < 3)
      simplecov-html (~> 0.10.0)
    simplecov-html (0.10.2)
    uber (0.1.0)
    unf (0.1.4)
      unf_ext
    unf_ext (0.0.7.4)
    vcr (4.0.0)
    webmock (3.2.1)
      addressable (>= 2.3.6)
      crack (>= 0.3.2)
      hashdiff

PLATFORMS
  ruby

DEPENDENCIES
  bundler (~> 1.16)
  codeclimate-test-reporter (~> 1.0)
  igdb2!
  pry (~> 0.11)
  rake (~> 12.3)
  rspec (~> 3.7)
  simplecov (~> 0.15)
  vcr (~> 4.0)
  webmock (~> 3.2)

BUNDLED WITH
   1.16.0