pantsu/anifier

View on GitHub
Gemfile.lock

Summary

Maintainability
Test Coverage
GIT
  remote: git://github.com/zquestz/omniauth-google-oauth2.git
  revision: b86432047be97b593683189f3641e7b0fd7fe68e
  specs:
    omniauth-google-oauth2 (0.1.13)
      omniauth (~> 1.0)
      omniauth-oauth2

GEM
  remote: https://rubygems.org/
  specs:
    actionmailer (3.2.8)
      actionpack (= 3.2.8)
      mail (~> 2.4.4)
    actionpack (3.2.8)
      activemodel (= 3.2.8)
      activesupport (= 3.2.8)
      builder (~> 3.0.0)
      erubis (~> 2.7.0)
      journey (~> 1.0.4)
      rack (~> 1.4.0)
      rack-cache (~> 1.2)
      rack-test (~> 0.6.1)
      sprockets (~> 2.1.3)
    activemodel (3.2.8)
      activesupport (= 3.2.8)
      builder (~> 3.0.0)
    activerecord (3.2.8)
      activemodel (= 3.2.8)
      activesupport (= 3.2.8)
      arel (~> 3.0.2)
      tzinfo (~> 0.3.29)
    activeresource (3.2.8)
      activemodel (= 3.2.8)
      activesupport (= 3.2.8)
    activesupport (3.2.8)
      i18n (~> 0.6)
      multi_json (~> 1.0)
    arel (3.0.2)
    bcrypt-ruby (3.0.1)
    builder (3.0.4)
    cancan (1.6.8)
    capistrano (2.13.4)
      highline
      net-scp (>= 1.0.0)
      net-sftp (>= 2.0.0)
      net-ssh (>= 2.0.14)
      net-ssh-gateway (>= 1.1.0)
    capistrano-ext (1.2.1)
      capistrano (>= 1.0.0)
    chosen-rails (0.9.8.3)
      railties (~> 3.0)
      thor (~> 0.14)
    coderay (1.0.8)
    coffee-rails (3.2.2)
      coffee-script (>= 2.2.0)
      railties (~> 3.2.0)
    coffee-script (2.2.0)
      coffee-script-source
      execjs
    coffee-script-source (1.3.3)
    columnize (0.3.6)
    commonjs (0.2.6)
    curb (0.7.18)
    debugger (1.1.4)
      columnize (>= 0.3.1)
      debugger-linecache (~> 1.1.1)
      debugger-ruby_core_source (~> 1.1.3)
    debugger-linecache (1.1.2)
      debugger-ruby_core_source (>= 1.1.1)
    debugger-ruby_core_source (1.1.4)
    delayed_job (3.0.3)
      activesupport (~> 3.0)
    delayed_job_active_record (0.3.3)
      activerecord (>= 2.1.0, < 4)
      delayed_job (~> 3.0)
    devise (2.1.2)
      bcrypt-ruby (~> 3.0)
      orm_adapter (~> 0.1)
      railties (~> 3.1)
      warden (~> 1.2.1)
    devise-encryptable (0.1.1)
      devise (>= 2.1.0.rc)
    diff-lcs (1.1.3)
    draper (0.18.0)
      actionpack (~> 3.2)
      activesupport (~> 3.2)
    erubis (2.7.0)
    execjs (1.4.0)
      multi_json (~> 1.0)
    factory_girl (4.1.0)
      activesupport (>= 3.0.0)
    factory_girl_rails (4.1.0)
      factory_girl (~> 4.1.0)
      railties (>= 3.0.0)
    faraday (0.8.4)
      multipart-post (~> 1.1)
    feedzirra (0.0.31)
      activesupport (>= 3.0.8)
      builder (~> 3.0.0)
      curb (~> 0.7.15)
      i18n (>= 0.5.0)
      loofah (~> 1.0.0)
      nokogiri (~> 1.4.4)
      rake (>= 0.9.2)
      rdoc (~> 3.8)
      sax-machine (~> 0.0.20)
    ffaker (1.15.0)
    fuubar (1.1.0)
      rspec (~> 2.0)
      rspec-instafail (~> 0.2.0)
      ruby-progressbar (~> 1.0.0)
    haml (3.1.7)
    haml-rails (0.3.5)
      actionpack (>= 3.1, < 4.1)
      activesupport (>= 3.1, < 4.1)
      haml (~> 3.1)
      railties (>= 3.1, < 4.1)
    hashie (1.2.0)
    highline (1.6.15)
    hike (1.2.1)
    hiredis (0.4.5)
    hooves (0.7)
      unicorn (> 0)
    httpauth (0.2.0)
    i18n (0.6.1)
    journey (1.0.4)
    jquery-rails (2.1.3)
      railties (>= 3.1.0, < 5.0)
      thor (~> 0.14)
    jquery-ui-rails (2.0.2)
      jquery-rails
      railties (>= 3.1.0)
    jruby-pageant (1.1.1)
    json (1.7.5)
    jwt (0.1.5)
      multi_json (>= 1.0)
    kaminari (0.14.1)
      actionpack (>= 3.0.0)
      activesupport (>= 3.0.0)
    kgio (2.7.4)
    less (2.2.2)
      commonjs (~> 0.2.6)
    less-rails (2.2.4)
      actionpack (>= 3.1)
      less (~> 2.2.0)
    libv8 (3.3.10.4)
    loofah (1.0.0)
      nokogiri (>= 1.3.3)
    mail (2.4.4)
      i18n (>= 0.4.0)
      mime-types (~> 1.16)
      treetop (~> 1.4.8)
    method_source (0.8)
    mime-types (1.19)
    mousetrap-rails (0.0.6)
    multi_json (1.3.6)
    multipart-post (1.1.5)
    net-scp (1.0.4)
      net-ssh (>= 1.99.1)
    net-sftp (2.0.5)
      net-ssh (>= 2.0.9)
    net-ssh (2.6.0)
      jruby-pageant (>= 1.1.1)
    net-ssh-gateway (1.1.0)
      net-ssh (>= 1.99.1)
    nokogiri (1.4.7)
    oauth (0.4.7)
    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-facebook (1.4.1)
      omniauth-oauth2 (~> 1.1.0)
    omniauth-github (1.0.3)
      omniauth (~> 1.0)
      omniauth-oauth2 (~> 1.1)
    omniauth-oauth (1.0.1)
      oauth
      omniauth (~> 1.0)
    omniauth-oauth2 (1.1.1)
      oauth2 (~> 0.8.0)
      omniauth (~> 1.0)
    omniauth-twitter (0.0.13)
      multi_json (~> 1.3)
      omniauth-oauth (~> 1.0)
    orm_adapter (0.4.0)
    pg (0.14.1)
    polyglot (0.3.3)
    pry (0.9.10)
      coderay (~> 1.0.5)
      method_source (~> 0.8)
      slop (~> 3.3.1)
    pry-debugger (0.2.0)
      debugger (~> 1.1.3)
      pry (~> 0.9.9)
    rack (1.4.1)
    rack-cache (1.2)
      rack (>= 0.4)
    rack-ssl (1.3.2)
      rack
    rack-test (0.6.2)
      rack (>= 1.0)
    rails (3.2.8)
      actionmailer (= 3.2.8)
      actionpack (= 3.2.8)
      activerecord (= 3.2.8)
      activeresource (= 3.2.8)
      activesupport (= 3.2.8)
      bundler (~> 1.0)
      railties (= 3.2.8)
    rails3-jquery-autocomplete (1.0.9)
      rails (~> 3.0)
    railties (3.2.8)
      actionpack (= 3.2.8)
      activesupport (= 3.2.8)
      rack-ssl (~> 1.3.2)
      rake (>= 0.8.7)
      rdoc (~> 3.4)
      thor (>= 0.14.6, < 2.0)
    raindrops (0.10.0)
    rake (0.9.2.2)
    rdoc (3.12)
      json (~> 1.4)
    redis (3.0.2)
    redis-namespace (1.2.1)
      redis (~> 3.0.0)
    riddle (1.5.3)
    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-instafail (0.2.4)
    rspec-mocks (2.11.3)
    rspec-rails (2.11.4)
      actionpack (>= 3.0)
      activesupport (>= 3.0)
      railties (>= 3.0)
      rspec (~> 2.11.0)
    ruby-progressbar (1.0.2)
    rvm-capistrano (1.2.7)
      capistrano (>= 2.0.0)
    sass (3.2.1)
    sass-rails (3.2.5)
      railties (~> 3.2.0)
      sass (>= 3.1.10)
      tilt (~> 1.3)
    sax-machine (0.0.20)
      nokogiri (> 0.0.0)
    simple_form (2.0.4)
      actionpack (~> 3.0)
      activemodel (~> 3.0)
    slop (3.3.3)
    sprockets (2.1.3)
      hike (~> 1.2)
      rack (~> 1.0)
      tilt (~> 1.1, != 1.3.0)
    sqlite3 (1.3.6)
    therubyracer (0.10.2)
      libv8 (~> 3.3.10)
    thinking-sphinx (2.0.13)
      activerecord (>= 3.0.3)
      builder (>= 2.1.2)
      riddle (>= 1.5.3)
    thor (0.16.0)
    tilt (1.3.3)
    treetop (1.4.11)
      polyglot
      polyglot (>= 0.3.1)
    twitter-bootstrap-rails (2.1.4)
      actionpack (>= 3.1)
      less-rails (~> 2.2.3)
      railties (>= 3.1)
      therubyracer (>= 0.10.2)
    tzinfo (0.3.33)
    uglifier (1.3.0)
      execjs (>= 0.3.0)
      multi_json (~> 1.0, >= 1.0.2)
    unicorn (4.4.0)
      kgio (~> 2.6)
      rack
      raindrops (~> 0.7)
    warden (1.2.1)
      rack (>= 1.0)

PLATFORMS
  ruby

DEPENDENCIES
  cancan
  capistrano
  capistrano-ext
  chosen-rails
  coffee-rails (~> 3.2.1)
  delayed_job
  delayed_job_active_record
  devise
  devise-encryptable
  draper
  factory_girl_rails
  feedzirra
  ffaker
  fuubar
  haml-rails
  hiredis
  hooves
  jquery-rails
  jquery-ui-rails
  kaminari
  mousetrap-rails
  omniauth
  omniauth-facebook
  omniauth-github
  omniauth-google-oauth2!
  omniauth-twitter
  pg
  pry
  pry-debugger
  rails (= 3.2.8)
  rails3-jquery-autocomplete
  redis
  redis-namespace
  rspec-rails
  rvm-capistrano
  sass-rails (~> 3.2.3)
  simple_form
  sqlite3
  thinking-sphinx
  treetop
  twitter-bootstrap-rails
  uglifier (>= 1.0.3)
  unicorn