PATH
  remote: .
  specs:
    openid_connect (0.3.7)
      activemodel (>= 3)
      attr_required (>= 0.0.5)
      json (>= 1.4.3)
      json-jwt (>= 0.3.3)
      rack-oauth2 (>= 1.0.0)
      swd (>= 0.1.2)
      tzinfo
      validate_email
      validate_url

GEM
  remote: http://rubygems.org/
  specs:
    activemodel (3.2.8)
      activesupport (= 3.2.8)
      builder (~> 3.0.0)
    activesupport (3.2.8)
      i18n (~> 0.6)
      multi_json (~> 1.0)
    addressable (2.3.2)
    attr_required (0.0.5)
    builder (3.0.4)
    configatron (2.9.1)
      yamler (>= 0.1.0)
    cover_me (1.2.0)
      configatron
      hashie
    crack (0.3.1)
    diff-lcs (1.1.3)
    hashie (1.2.0)
    httpclient (2.3.0.1)
    i18n (0.6.1)
    json (1.7.5)
    json (1.7.5-java)
    json-jwt (0.3.3)
      activesupport (>= 2.3)
      i18n
      json (>= 1.4.3)
      url_safe_base64
    mail (2.4.4)
      i18n (>= 0.4.0)
      mime-types (~> 1.16)
      treetop (~> 1.4.8)
    mime-types (1.19)
    multi_json (1.3.6)
    polyglot (0.3.3)
    rack (1.4.1)
    rack-oauth2 (1.0.0)
      activesupport (>= 2.3)
      attr_required (>= 0.0.5)
      httpclient (>= 2.2.0.2)
      i18n
      multi_json (>= 1.3.6)
      rack (>= 1.1)
    rake (0.9.2.2)
    rspec (2.11.0)
      rspec-core (~> 2.11.0)
      rspec-expectations (~> 2.11.0)
      rspec-mocks (~> 2.11.0)
    rspec-core (2.11.1)
    rspec-expectations (2.11.3)
      diff-lcs (~> 1.1.3)
    rspec-mocks (2.11.3)
    swd (0.2.1)
      activesupport (>= 3)
      attr_required (>= 0.0.5)
      httpclient (>= 2.2.1)
      i18n
      json (>= 1.4.3)
    treetop (1.4.11)
      polyglot
      polyglot (>= 0.3.1)
    tzinfo (0.3.34)
    url_safe_base64 (0.2.1)
    validate_email (0.1.6)
      activemodel (>= 3.0)
      mail (>= 2.2.5)
    validate_url (0.2.0)
      activemodel (>= 3.0.0)
    webmock (1.8.11)
      addressable (>= 2.2.7)
      crack (>= 0.1.7)
    yamler (0.1.0)

PLATFORMS
  java
  ruby

DEPENDENCIES
  cover_me (>= 1.2.0)
  openid_connect!
  rake (>= 0.8)
  rspec (>= 2)
  webmock (>= 1.6.2)