motionauth/oauth2

View on GitHub
Gemfile.lock

Summary

Maintainability
Test Coverage
PATH
  remote: .
  specs:
    motionauth-oauth2 (1.0.2)
      motion-cocoapods (~> 1.7)
      motion-support (~> 0.2)

GEM
  remote: https://rubygems.org/
  specs:
    RackMotion (0.3)
    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)
    celluloid (0.16.0)
      timers (~> 4.0.0)
    claide (0.8.1)
    cocoapods (0.36.4)
      activesupport (>= 3.2.15)
      claide (~> 0.8.1)
      cocoapods-core (= 0.36.4)
      cocoapods-downloader (~> 0.9.0)
      cocoapods-plugins (~> 0.4.1)
      cocoapods-trunk (~> 0.6.0)
      cocoapods-try (~> 0.4.3)
      colored (~> 1.2)
      escape (~> 0.0.4)
      molinillo (~> 0.2.1)
      nap (~> 0.8)
      open4 (~> 1.3)
      xcodeproj (~> 0.23.1)
    cocoapods-core (0.36.4)
      activesupport (>= 3.2.15)
      fuzzy_match (~> 2.0.4)
      nap (~> 0.8.0)
    cocoapods-downloader (0.9.0)
    cocoapods-plugins (0.4.2)
      nap
    cocoapods-trunk (0.6.0)
      nap (>= 0.8)
      netrc (= 0.7.8)
    cocoapods-try (0.4.3)
    coderay (1.1.0)
    colored (1.2)
    escape (0.0.4)
    ffi (1.9.6)
    formatador (0.2.5)
    fuzzy_match (2.0.4)
    guard (2.6.1)
      formatador (>= 0.2.4)
      listen (~> 2.7)
      lumberjack (~> 1.0)
      pry (>= 0.9.12)
      thor (>= 0.18.1)
    guard-motion (0.1.2)
      guard (>= 1.1.0)
      rake (>= 0.9)
    hitimes (1.2.2)
    i18n (0.7.0)
    json (1.8.2)
    listen (2.8.5)
      celluloid (>= 0.15.2)
      rb-fsevent (>= 0.9.3)
      rb-inotify (>= 0.9)
    lumberjack (1.0.9)
    method_source (0.8.2)
    minitest (5.6.0)
    molinillo (0.2.3)
    motion-cocoapods (1.7.0)
      cocoapods (>= 0.34)
    motion-redgreen (1.0.0)
    motion-require (0.2.0)
    motion-support (0.2.6)
      motion-require (>= 0.0.6)
    motion_print (0.0.4)
    nap (0.8.0)
    netrc (0.7.8)
    open4 (1.3.4)
    pry (0.10.1)
      coderay (~> 1.1.0)
      method_source (~> 0.8.1)
      slop (~> 3.4)
    rake (10.4.2)
    rb-fsevent (0.9.4)
    rb-inotify (0.9.5)
      ffi (>= 0.5.0)
    slop (3.6.0)
    terminal-notifier-guard (1.6.4)
    thor (0.19.1)
    thread_safe (0.3.5)
    timers (4.0.1)
      hitimes
    tzinfo (1.2.2)
      thread_safe (~> 0.1)
    xcodeproj (0.23.1)
      activesupport (>= 3)
      colored (~> 1.2)

PLATFORMS
  ruby

DEPENDENCIES
  RackMotion (~> 0.3)
  guard (~> 2.6.1)
  guard-motion (~> 0.1)
  motion-redgreen (~> 1.0)
  motion_print (~> 0.0)
  motionauth-oauth2!
  rake
  terminal-notifier-guard (~> 1.6)