PATH
  remote: .
  specs:
    functional-yahtzee (0.0.1)

GEM
  remote: https://rubygems.org/
  specs:
    celluloid (0.15.2)
      timers (~> 1.1.0)
    coderay (1.1.0)
    coveralls (0.7.0)
      multi_json (~> 1.3)
      rest-client
      simplecov (>= 0.7)
      term-ansicolor
      thor
    docile (1.1.0)
    ffi (1.9.3)
    formatador (0.2.4)
    guard (2.2.3)
      formatador (>= 0.2.4)
      listen (~> 2.1)
      lumberjack (~> 1.0)
      pry (>= 0.9.12)
      thor (>= 0.18.1)
    guard-minitest (2.0.0)
      guard (~> 2.0)
      minitest (>= 3.0)
    listen (2.2.0)
      celluloid (>= 0.15.2)
      rb-fsevent (>= 0.9.3)
      rb-inotify (>= 0.9)
    lockfile (2.1.0)
    lumberjack (1.0.4)
    method_source (0.8.2)
    mime-types (2.0)
    minitest (5.0.8)
    multi_json (1.8.2)
    pry (0.9.12.3)
      coderay (~> 1.0)
      method_source (~> 0.8)
      slop (~> 3.4)
    rake (10.1.0)
    rb-fsevent (0.9.3)
    rb-inotify (0.9.2)
      ffi (>= 0.5.0)
    rest-client (1.6.7)
      mime-types (>= 1.16)
    simplecov (0.8.1)
      docile (~> 1.1.0)
      lockfile (>= 2.1.0)
      multi_json
      simplecov-html (~> 0.8.0)
    simplecov-html (0.8.0)
    slop (3.4.7)
    term-ansicolor (1.2.2)
      tins (~> 0.8)
    thor (0.18.1)
    timers (1.1.0)
    tins (0.13.1)

PLATFORMS
  ruby

DEPENDENCIES
  bundler (~> 1.3)
  coveralls (~> 0.7)
  functional-yahtzee!
  guard-minitest (~> 2.0)
  rake (~> 10.1)