gistflow/gistflow

View on GitHub
Gemfile.lock

Summary

Maintainability
Test Coverage
GIT
  remote: git://github.com/intridea/omniauth-github.git
  revision: 398051bf40600d77f3513c578635b9cc31e8f970
  ref: 398051bf40600d77f3513c578635b9cc31e8f970
  specs:
    omniauth-github (1.0.1)
      omniauth (~> 1.0)
      omniauth-oauth2 (~> 1.0)

GIT
  remote: git://github.com/ryanb/cancan.git
  revision: f1cebde51a87be149b4970a3287826bb63c0ac0b
  branch: 2.0
  specs:
    cancan (2.0.0.alpha)

GIT
  remote: git://github.com/tmm1/pygments.rb.git
  revision: 257c870b0cbd60d65e201f875abd01c4eaa4029a
  specs:
    pygments.rb (0.3.7)
      posix-spawn (~> 0.3.6)
      yajl-ruby (~> 1.1.0)

GEM
  remote: https://rubygems.org/
  specs:
    actionmailer (3.2.13)
      actionpack (= 3.2.13)
      mail (~> 2.5.3)
    actionpack (3.2.13)
      activemodel (= 3.2.13)
      activesupport (= 3.2.13)
      builder (~> 3.0.0)
      erubis (~> 2.7.0)
      journey (~> 1.0.4)
      rack (~> 1.4.5)
      rack-cache (~> 1.2)
      rack-test (~> 0.6.1)
      sprockets (~> 2.2.1)
    activemodel (3.2.13)
      activesupport (= 3.2.13)
      builder (~> 3.0.0)
    activerecord (3.2.13)
      activemodel (= 3.2.13)
      activesupport (= 3.2.13)
      arel (~> 3.0.2)
      tzinfo (~> 0.3.29)
    activeresource (3.2.13)
      activemodel (= 3.2.13)
      activesupport (= 3.2.13)
    activesupport (3.2.13)
      i18n (= 0.6.1)
      multi_json (~> 1.0)
    addressable (2.3.2)
    airbrake (3.1.8)
      activesupport
      builder
      json
    archive-tar-minitar (0.5.2)
    arel (3.0.2)
    builder (3.0.4)
    capistrano (2.14.2)
      highline
      net-scp (>= 1.0.0)
      net-sftp (>= 2.0.0)
      net-ssh (>= 2.0.14)
      net-ssh-gateway (>= 1.1.0)
    capistrano-resque (0.1.0)
      capistrano
      resque
      resque-scheduler
    capistrano-unicorn (0.1.6)
      capistrano
    capybara (1.1.4)
      mime-types (>= 1.16)
      nokogiri (>= 1.3.3)
      rack (>= 1.0.0)
      rack-test (>= 0.5.4)
      selenium-webdriver (~> 2.0)
      xpath (~> 0.1.4)
    childprocess (0.3.8)
      ffi (~> 1.0, >= 1.0.11)
    chronic (0.9.0)
    cloudfiles (1.5.0.1)
      json
    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.4.0)
    daemons (1.1.9)
    database_cleaner (0.9.1)
    diff-lcs (1.1.3)
    diffy (2.1.3)
    erubis (2.7.0)
    eventmachine (1.0.0)
    execjs (1.4.0)
      multi_json (~> 1.0)
    factory_girl (4.2.0)
      activesupport (>= 3.0.0)
    factory_girl_rails (4.2.1)
      factory_girl (~> 4.2.0)
      railties (>= 3.0.0)
    faker (1.1.2)
      i18n (~> 0.5)
    faraday (0.8.5)
      multipart-post (~> 1.1)
    faye-websocket (0.4.6)
      eventmachine (>= 0.12.0)
    ffi (1.3.1)
    geocoder (1.1.6)
    github-markdown (0.5.3)
    guard (1.6.2)
      listen (>= 0.6.0)
      lumberjack (>= 1.0.2)
      pry (>= 0.9.10)
      terminal-table (>= 1.4.3)
      thor (>= 0.14.6)
    guard-rspec (2.4.0)
      guard (>= 1.1)
      rspec (~> 2.11)
    hashie (1.2.0)
    hashr (0.0.22)
    highline (1.6.15)
    hike (1.2.3)
    http_parser.rb (0.5.3)
    httpauth (0.2.0)
    i18n (0.6.1)
    journey (1.0.4)
    jquery-rails (2.2.1)
      railties (>= 3.0, < 5.0)
      thor (>= 0.14, < 2.0)
    json (1.7.7)
    jwt (0.1.5)
      multi_json (>= 1.0)
    kaminari (0.14.1)
      actionpack (>= 3.0.0)
      activesupport (>= 3.0.0)
    kgio (2.8.0)
    launchy (2.2.0)
      addressable (~> 2.3)
    libv8 (3.11.8.13)
    listen (0.7.2)
    lumberjack (1.0.2)
    mail (2.5.3)
      i18n (>= 0.4.0)
      mime-types (~> 1.16)
      treetop (~> 1.4.8)
    method_source (0.8.1)
    mime-types (1.21)
    multi_json (1.7.7)
    multipart-post (1.1.5)
    net-scp (1.1.0)
      net-ssh (>= 2.6.5)
    net-sftp (2.1.1)
      net-ssh (>= 2.6.5)
    net-ssh (2.6.5)
    net-ssh-gateway (1.2.0)
      net-ssh (>= 2.6.5)
    nokogiri (1.5.6)
    oauth2 (0.8.0)
      faraday (~> 0.8)
      httpauth (~> 0.1)
      jwt (~> 0.1.4)
      multi_json (~> 1.0)
      rack (~> 1.2)
    omniauth (1.1.2)
      hashie (~> 1.2)
      rack
    omniauth-oauth2 (1.1.1)
      oauth2 (~> 0.8.0)
      omniauth (~> 1.0)
    pg (0.14.1)
    poltergeist (1.0.2)
      capybara (~> 1.1)
      childprocess (~> 0.3)
      faye-websocket (~> 0.4, >= 0.4.4)
      http_parser.rb (~> 0.5.3)
      multi_json (~> 1.0)
    polyamorous (0.5.0)
      activerecord (~> 3.0)
    polyglot (0.3.3)
    posix-spawn (0.3.6)
    pry (0.9.11.4)
      coderay (~> 1.0.5)
      method_source (~> 0.8)
      slop (~> 3.4)
    rack (1.4.5)
    rack-cache (1.2)
      rack (>= 0.4)
    rack-protection (1.3.2)
      rack
    rack-ssl (1.3.3)
      rack
    rack-test (0.6.2)
      rack (>= 1.0)
    rails (3.2.13)
      actionmailer (= 3.2.13)
      actionpack (= 3.2.13)
      activerecord (= 3.2.13)
      activeresource (= 3.2.13)
      activesupport (= 3.2.13)
      bundler (~> 1.0)
      railties (= 3.2.13)
    rails_emoji (1.6.2)
      rails (>= 3.1.0)
    railties (3.2.13)
      actionpack (= 3.2.13)
      activesupport (= 3.2.13)
      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)
    ransack (0.7.2)
      actionpack (~> 3.0)
      activerecord (~> 3.0)
      polyamorous (~> 0.5.0)
    rdoc (3.12.2)
      json (~> 1.4)
    redis (3.0.2)
    redis-actionpack (3.2.3)
      actionpack (~> 3.2.3)
      redis-rack (~> 1.4.0)
      redis-store (~> 1.1.0)
    redis-activesupport (3.2.3)
      activesupport (~> 3.2.3)
      redis-store (~> 1.1.0)
    redis-namespace (1.2.1)
      redis (~> 3.0.0)
    redis-rack (1.4.2)
      rack (~> 1.4.1)
      redis-store (~> 1.1.0)
    redis-rack-cache (1.2.1)
      rack-cache (~> 1.2)
      redis-store (~> 1.1.0)
    redis-rails (3.2.3)
      redis-actionpack (~> 3.2.3)
      redis-activesupport (~> 3.2.3)
      redis-store (~> 1.1.0)
    redis-store (1.1.3)
      redis (>= 2.2.0)
    ref (1.0.2)
    relish (0.6)
      archive-tar-minitar (>= 0.5.2)
      json (>= 1.4.6)
      rest-client (>= 1.6.1)
    resque (1.23.0)
      multi_json (~> 1.0)
      redis-namespace (~> 1.0)
      sinatra (>= 0.9.2)
      vegas (~> 0.1.2)
    resque-scheduler (2.0.0)
      redis (>= 2.0.1)
      resque (>= 1.20.0)
      rufus-scheduler
    rest-client (1.6.7)
      mime-types (>= 1.16)
    rspec (2.12.0)
      rspec-core (~> 2.12.0)
      rspec-expectations (~> 2.12.0)
      rspec-mocks (~> 2.12.0)
    rspec-core (2.12.2)
    rspec-expectations (2.12.1)
      diff-lcs (~> 1.1.3)
    rspec-mocks (2.12.2)
    rspec-rails (2.12.2)
      actionpack (>= 3.0)
      activesupport (>= 3.0)
      railties (>= 3.0)
      rspec-core (~> 2.12.0)
      rspec-expectations (~> 2.12.0)
      rspec-mocks (~> 2.12.0)
    rubyzip (0.9.9)
    rufus-scheduler (2.0.17)
      tzinfo (>= 0.3.23)
    rvm-capistrano (1.2.7)
      capistrano (>= 2.0.0)
    sanitize (2.0.3)
      nokogiri (>= 1.4.4, < 1.6)
    sass (3.2.5)
    sass-rails (3.2.6)
      railties (~> 3.2.0)
      sass (>= 3.1.10)
      tilt (~> 1.3)
    selenium-webdriver (2.29.0)
      childprocess (>= 0.2.5)
      multi_json (~> 1.0)
      rubyzip
      websocket (~> 1.0.4)
    settingslogic (2.0.9)
    sinatra (1.3.4)
      rack (~> 1.4)
      rack-protection (~> 1.3)
      tilt (~> 1.3, >= 1.3.3)
    slim (1.3.6)
      temple (~> 0.5.5)
      tilt (~> 1.3.3)
    slop (3.4.3)
    sprockets (2.2.2)
      hike (~> 1.2)
      multi_json (~> 1.0)
      rack (~> 1.0)
      tilt (~> 1.1, != 1.3.0)
    state_machine (1.1.2)
    temple (0.5.5)
    terminal-table (1.4.5)
    therubyracer (0.11.3)
      libv8 (~> 3.11.8.12)
      ref
    thin (1.5.0)
      daemons (>= 1.0.9)
      eventmachine (>= 0.12.6)
      rack (>= 1.0.0)
    thor (0.17.0)
    tilt (1.3.7)
    tire (0.5.4)
      activemodel (>= 3.0)
      hashr (~> 0.0.19)
      multi_json (~> 1.3)
      rake
      rest-client (~> 1.6)
    treetop (1.4.12)
      polyglot
      polyglot (>= 0.3.1)
    tzinfo (0.3.37)
    uglifier (1.3.0)
      execjs (>= 0.3.0)
      multi_json (~> 1.0, >= 1.0.2)
    unicorn (4.6.0)
      kgio (~> 2.6)
      rack
      raindrops (~> 0.7)
    vegas (0.1.11)
      rack (>= 1.0.0)
    websocket (1.0.7)
    whenever (0.8.2)
      activesupport (>= 2.3.4)
      chronic (>= 0.6.3)
    xpath (0.1.4)
      nokogiri (~> 1.3)
    yajl-ruby (1.1.0)
    yaml_db (0.2.3)

PLATFORMS
  ruby

DEPENDENCIES
  airbrake
  cancan!
  capistrano
  capistrano-resque
  capistrano-unicorn
  capybara
  cloudfiles
  coffee-rails (~> 3.2.1)
  database_cleaner
  diffy
  factory_girl_rails
  faker
  geocoder
  github-markdown
  guard-rspec
  jquery-rails
  kaminari
  launchy
  nokogiri
  omniauth-github!
  pg
  poltergeist
  pygments.rb!
  rails (= 3.2.13)
  rails_emoji
  rake (= 0.9.2.2)
  ransack
  redis-rack
  redis-rack-cache
  redis-rails
  relish
  resque
  rspec-rails
  rvm-capistrano
  sanitize
  sass-rails (~> 3.2.5)
  settingslogic
  slim
  state_machine
  therubyracer
  thin
  tire
  uglifier (>= 1.0.3)
  unicorn
  whenever
  yaml_db