PATH
  remote: .
  specs:
    omniauth-basecamp (0.1.0)
      omniauth-oauth2 (~> 1.0.0)

GEM
  remote: http://rubygems.org/
  specs:
    diff-lcs (1.1.3)
    faraday (0.8.4)
      multipart-post (~> 1.1)
    hashie (1.2.0)
    httpauth (0.2.0)
    jwt (0.1.5)
      multi_json (>= 1.0)
    multi_json (1.5.0)
    multipart-post (1.1.5)
    oauth2 (0.8.0)
      faraday (~> 0.8)
      httpauth (~> 0.1)
      jwt (~> 0.1.4)
      multi_json (~> 1.0)
      rack (~> 1.2)
    omniauth (1.1.1)
      hashie (~> 1.2)
      rack
    omniauth-oauth2 (1.0.3)
      oauth2 (~> 0.8.0)
      omniauth (~> 1.0)
    rack (1.4.4)
    rake (0.9.2.2)
    rspec (2.10.0)
      rspec-core (~> 2.10.0)
      rspec-expectations (~> 2.10.0)
      rspec-mocks (~> 2.10.0)
    rspec-core (2.10.0)
    rspec-expectations (2.10.0)
      diff-lcs (~> 1.1.3)
    rspec-mocks (2.10.1)

PLATFORMS
  ruby

DEPENDENCIES
  omniauth-basecamp!
  rake
  rspec