GEM
  remote: https://rubygems.org/
  specs:
    addressable (2.3.5)
    backports (3.6.8)
    bouncy-castle-java (1.5.0147)
    builder (3.2.2)
    childprocess (0.3.9)
      ffi (~> 1.0, >= 1.0.11)
    cucumber (1.3.8)
      builder (>= 2.1.2)
      diff-lcs (>= 1.1.3)
      gherkin (~> 2.12.1)
      multi_json (>= 1.7.5, < 2.0)
      multi_test (>= 0.0.2)
    diff-lcs (1.2.4)
    faraday (0.8.8)
      multipart-post (~> 1.2.0)
    ffi (1.9.0)
    ffi (1.9.0-java)
    ffi (1.9.0-x86-mingw32)
    gherkin (2.12.2)
      multi_json (~> 1.3)
    gherkin (2.12.2-java)
      multi_json (~> 1.3)
    gherkin (2.12.2-x86-mingw32)
      multi_json (~> 1.3)
    git (1.2.6)
    github_api (0.10.1)
      addressable
      faraday (~> 0.8.1)
      hashie (>= 1.2)
      multi_json (~> 1.4)
      nokogiri (~> 1.5.2)
      oauth2
    haml (4.0.3)
      tilt
    hashie (2.0.5)
    highline (1.6.20)
    httparty (0.12.0)
      json (~> 1.8)
      multi_xml (>= 0.5.2)
    httpauth (0.2.0)
    jeweler (1.8.8)
      builder
      bundler (~> 1.0)
      git (>= 1.2.5)
      github_api (= 0.10.1)
      highline (>= 1.6.15)
      nokogiri (= 1.5.10)
      rake
      rdoc
    jruby-openssl (0.9.4)
      bouncy-castle-java (>= 1.5.0147)
    json (1.8.1)
    json (1.8.1-java)
    jwt (0.1.8)
      multi_json (>= 1.5)
    multi_json (1.8.2)
    multi_test (0.0.2)
    multi_xml (0.5.5)
    multipart-post (1.2.0)
    nokogiri (1.5.10)
    nokogiri (1.5.10-java)
    nokogiri (1.5.10-x86-mingw32)
    oauth2 (0.9.2)
      faraday (~> 0.8)
      httpauth (~> 0.2)
      jwt (~> 0.1.4)
      multi_json (~> 1.0)
      multi_xml (~> 0.5)
      rack (~> 1.2)
    ptools (1.2.2)
    ptools (1.2.2-x86-mingw32)
      win32-file (>= 0.5.4)
    rack (1.5.2)
    rack-protection (1.5.1)
      rack
    rack-test (0.6.2)
      rack (>= 1.0)
    rake (10.1.0)
    rdoc (4.0.1)
      json (~> 1.4)
    rspec (2.14.1)
      rspec-core (~> 2.14.0)
      rspec-expectations (~> 2.14.0)
      rspec-mocks (~> 2.14.0)
    rspec-core (2.14.6)
    rspec-expectations (2.14.3)
      diff-lcs (>= 1.1.3, < 2.0)
    rspec-mocks (2.14.4)
    simplecov (0.7.1)
      multi_json (~> 1.0)
      simplecov-html (~> 0.7.1)
    simplecov-html (0.7.1)
    sinatra (1.4.4)
      rack (~> 1.4)
      rack-protection (~> 1.4)
      tilt (~> 1.3, >= 1.3.4)
    sinatra-contrib (1.4.1)
      backports (>= 2.0)
      multi_json
      rack-protection
      rack-test
      sinatra (~> 1.4.0)
      tilt (~> 1.3)
    thor (0.18.1)
    tilt (1.4.1)
    win32-api (1.5.0-x86-mingw32)
    win32-file (0.6.8)
      win32-api (>= 1.2.1)
      win32-file-stat (>= 1.3.2)
      windows-pr (>= 1.0.8)
    win32-file-stat (1.3.6)
      windows-pr (>= 1.0.0)
    windows-api (0.4.2)
      win32-api (>= 1.4.5)
    windows-pr (1.2.2)
      win32-api (>= 1.4.5)
      windows-api (>= 0.3.0)

PLATFORMS
  java
  ruby
  x86-mingw32

DEPENDENCIES
  childprocess
  cucumber
  haml
  hashie
  httparty
  jeweler
  jruby-openssl
  ptools
  rack-test
  rake
  rspec
  simplecov
  sinatra
  sinatra-contrib
  thor