grrrisu/Simulator

View on GitHub
Gemfile.lock

Summary

Maintainability
Test Coverage
GEM
  remote: http://rubygems.org/
  specs:
    addressable (2.4.0)
    builder (3.2.3)
    byebug (10.0.2)
    celluloid (0.16.0)
      timers (~> 4.0.0)
    celluloid-io (0.16.2)
      celluloid (>= 0.16.0)
      nio4r (>= 1.1.0)
    codeclimate-test-reporter (1.0.9)
      simplecov (<= 0.13)
    coderay (1.1.2)
    descendants_tracker (0.0.4)
      thread_safe (~> 0.3, >= 0.3.1)
    diff-lcs (1.3)
    docile (1.1.5)
    faraday (0.9.2)
      multipart-post (>= 1.2, < 3)
    ffi (1.9.25)
    formatador (0.2.5)
    git (1.5.0)
    github_api (0.16.0)
      addressable (~> 2.4.0)
      descendants_tracker (~> 0.0.4)
      faraday (~> 0.8, < 0.10)
      hashie (>= 3.4)
      mime-types (>= 1.16, < 3.0)
      oauth2 (~> 1.0)
    growl (1.0.3)
    guard (2.14.2)
      formatador (>= 0.2.4)
      listen (>= 2.7, < 4.0)
      lumberjack (>= 1.0.12, < 2.0)
      nenv (~> 0.1)
      notiffany (~> 0.0)
      pry (>= 0.9.12)
      shellany (~> 0.0)
      thor (>= 0.18.1)
    guard-compat (1.2.1)
    guard-rspec (4.7.3)
      guard (~> 2.1)
      guard-compat (~> 1.1)
      rspec (>= 2.99.0, < 4.0)
    hashie (3.6.0)
    highline (2.0.0)
    hitimes (1.3.0)
    jeweler (2.3.9)
      builder
      bundler
      git (>= 1.2.5)
      github_api (~> 0.16.0)
      highline (>= 1.6.15)
      nokogiri (>= 1.5.10)
      psych
      rake
      rdoc
      semver2
    json (2.1.0)
    jwt (2.1.0)
    listen (3.1.5)
      rb-fsevent (~> 0.9, >= 0.9.4)
      rb-inotify (~> 0.9, >= 0.9.7)
      ruby_dep (~> 1.2)
    lumberjack (1.0.13)
    method_source (0.9.0)
    mime-types (2.99.3)
    mini_portile2 (2.3.0)
    multi_json (1.13.1)
    multi_xml (0.6.0)
    multipart-post (2.0.0)
    nenv (0.3.0)
    nio4r (2.3.1)
    nokogiri (1.8.5)
      mini_portile2 (~> 2.3.0)
    notiffany (0.1.1)
      nenv (~> 0.1)
      shellany (~> 0.0)
    oauth2 (1.4.1)
      faraday (>= 0.8, < 0.16.0)
      jwt (>= 1.0, < 3.0)
      multi_json (~> 1.3)
      multi_xml (~> 0.5)
      rack (>= 1.2, < 3)
    pry (0.11.3)
      coderay (~> 1.1.0)
      method_source (~> 0.9.0)
    psych (3.0.2)
    rack (2.0.5)
    rake (12.3.1)
    rb-fsevent (0.10.3)
    rb-inotify (0.9.10)
      ffi (>= 0.5.0, < 2)
    rdoc (6.0.4)
    rspec (3.8.0)
      rspec-core (~> 3.8.0)
      rspec-expectations (~> 3.8.0)
      rspec-mocks (~> 3.8.0)
    rspec-core (3.8.0)
      rspec-support (~> 3.8.0)
    rspec-expectations (3.8.2)
      diff-lcs (>= 1.2.0, < 2.0)
      rspec-support (~> 3.8.0)
    rspec-mocks (3.8.0)
      diff-lcs (>= 1.2.0, < 2.0)
      rspec-support (~> 3.8.0)
    rspec-support (3.8.0)
    ruby_dep (1.5.0)
    semver2 (3.4.2)
    shellany (0.0.1)
    simplecov (0.13.0)
      docile (~> 1.1.0)
      json (>= 1.8, < 3)
      simplecov-html (~> 0.10.0)
    simplecov-html (0.10.2)
    thor (0.20.0)
    thread_safe (0.3.6)
    timecop (0.9.1)
    timers (4.0.4)
      hitimes

PLATFORMS
  ruby

DEPENDENCIES
  byebug
  celluloid (~> 0.16.0)
  celluloid-io (~> 0.16.0)
  codeclimate-test-reporter
  growl
  guard
  guard-rspec
  jeweler
  rake
  rb-fsevent
  rspec
  timecop

BUNDLED WITH
   1.16.3