fnando/access_token

View on GitHub
examples/sinatra-app/Gemfile.lock

Summary

Maintainability
Test Coverage
PATH
  remote: ../..
  specs:
    access_token (0.1.0)
      parsel

GEM
  remote: https://rubygems.org/
  specs:
    activemodel (4.2.1)
      activesupport (= 4.2.1)
      builder (~> 3.1)
    activerecord (4.2.1)
      activemodel (= 4.2.1)
      activesupport (= 4.2.1)
      arel (~> 6.0)
    activesupport (4.2.1)
      i18n (~> 0.7)
      json (~> 1.7, >= 1.7.7)
      minitest (~> 5.1)
      thread_safe (~> 0.3, >= 0.3.4)
      tzinfo (~> 1.1)
    arel (6.0.0)
    awesome_print (1.6.1)
    bcrypt (3.1.10)
    builder (3.2.2)
    byebug (4.0.5)
      columnize (= 0.9.0)
    coderay (1.1.0)
    columnize (0.9.0)
    i18n (0.7.0)
    json (1.8.2)
    method_source (0.8.2)
    minitest (5.7.0)
    parsel (0.2.0)
    pry (0.10.1)
      coderay (~> 1.1.0)
      method_source (~> 0.8.1)
      slop (~> 3.4)
    pry-byebug (3.1.0)
      byebug (~> 4.0)
      pry (~> 0.10)
    pry-meta (0.0.10)
      awesome_print
      pry
      pry-byebug
      pry-remote
    pry-remote (0.1.8)
      pry (~> 0.9)
      slop (~> 3.0)
    rack (1.6.1)
    rack-protection (1.5.3)
      rack
    redis (3.2.1)
    sinatra (1.4.6)
      rack (~> 1.4)
      rack-protection (~> 1.4)
      tilt (>= 1.3, < 3)
    slop (3.6.0)
    sqlite3 (1.3.10)
    thread_safe (0.3.5)
    tilt (2.0.1)
    tzinfo (1.2.2)
      thread_safe (~> 0.1)

PLATFORMS
  ruby

DEPENDENCIES
  access_token!
  activerecord
  bcrypt
  pry-meta
  redis
  sinatra
  sqlite3