ilyakatz/resque-history

View on GitHub
Gemfile.lock

Summary

Maintainability
Test Coverage
GEM
  remote: http://rubygems.org/
  specs:
    addressable (2.3.6)
    backports (3.6.4)
    builder (3.2.2)
    diff-lcs (1.2.5)
    faraday (0.8.9)
      multipart-post (~> 1.2.0)
    git (1.2.8)
    github_api (0.10.2)
      addressable
      faraday (~> 0.8.7)
      hashie (>= 1.2)
      multi_json (~> 1.4)
      nokogiri (~> 1.6.0)
      oauth2
    hashie (3.3.1)
    highline (1.6.21)
    jeweler (2.0.1)
      builder
      bundler (>= 1.0)
      git (>= 1.2.5)
      github_api
      highline (>= 1.6.15)
      nokogiri (>= 1.5.10)
      rake
      rdoc
    json (1.8.1)
    jwt (1.0.0)
    mini_portile (0.6.0)
    multi_json (1.7.1)
    multi_xml (0.5.5)
    multipart-post (1.2.0)
    nokogiri (1.6.3.1)
      mini_portile (= 0.6.0)
    oauth2 (1.0.0)
      faraday (>= 0.8, < 0.10)
      jwt (~> 1.0)
      multi_json (~> 1.3)
      multi_xml (~> 0.5)
      rack (~> 1.2)
    rack (1.4.5)
    rack-test (0.6.2)
      rack (>= 1.0)
    rake (10.3.2)
    rdoc (4.1.1)
      json (~> 1.4)
    redis (3.0.3)
    redis-namespace (1.2.1)
      redis (~> 3.0.0)
    resque (1.23.1)
      multi_json (~> 1.0)
      redis-namespace (~> 1.0)
      sinatra (>= 0.9.2)
      vegas (~> 0.1.2)
    rspec (3.1.0)
      rspec-core (~> 3.1.0)
      rspec-expectations (~> 3.1.0)
      rspec-mocks (~> 3.1.0)
    rspec-core (3.1.1)
      rspec-support (~> 3.1.0)
    rspec-expectations (3.1.0)
      diff-lcs (>= 1.2.0, < 2.0)
      rspec-support (~> 3.1.0)
    rspec-mocks (3.1.0)
      rspec-support (~> 3.1.0)
    rspec-rails (1.3.2)
      rack (>= 1.0.0)
      rspec (>= 1.3.0)
    rspec-support (3.1.0)
    sinatra (1.2.9)
      backports
      rack (~> 1.1, < 1.5)
      tilt (>= 1.2.2, < 2.0)
    tilt (1.3.6)
    timecop (0.6.1)
    vegas (0.1.11)
      rack (>= 1.0.0)

PLATFORMS
  ruby

DEPENDENCIES
  bundler
  jeweler
  rack-test
  rake
  resque
  rspec (> 2.12.0)
  rspec-rails
  timecop