ehutzelman/petfinder

View on GitHub
Gemfile.lock

Summary

Maintainability
Test Coverage
PATH
  remote: .
  specs:
    petfinder (2.0.0)
      hashie
      oauth2

GEM
  remote: https://rubygems.org/
  specs:
    addressable (2.8.0)
      public_suffix (>= 2.0.2, < 5.0)
    crack (0.4.3)
      safe_yaml (~> 1.0.0)
    diff-lcs (1.4.4)
    faraday (1.0.1)
      multipart-post (>= 1.2, < 3)
    hashdiff (1.0.1)
    hashie (4.1.0)
    jwt (2.2.1)
    multi_json (1.15.0)
    multi_xml (0.6.0)
    multipart-post (2.1.1)
    oauth2 (1.4.4)
      faraday (>= 0.8, < 2.0)
      jwt (>= 1.0, < 3.0)
      multi_json (~> 1.3)
      multi_xml (~> 0.5)
      rack (>= 1.2, < 3)
    public_suffix (4.0.6)
    rack (2.2.3.1)
    rake (12.3.3)
    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)
    webmock (3.8.3)
      addressable (>= 2.3.6)
      crack (>= 0.3.2)
      hashdiff (>= 0.4.0, < 2.0.0)

PLATFORMS
  ruby

DEPENDENCIES
  petfinder!
  rake (~> 12.0)
  rspec (~> 3.0)
  webmock

BUNDLED WITH
   2.1.4