Tomohiro/airplayer

View on GitHub
Gemfile.lock

Summary

Maintainability
Test Coverage
PATH
  remote: .
  specs:
    airplayer (1.1.0)
      airplay (~> 1.0.2)
      celluloid (= 0.15.2)
      celluloid-io (= 0.15.0)
      cuba (= 3.1.1)
      http (= 0.5.0)
      mime-types (~> 2.4.0)
      nio4r (~> 1.1.0)
      rack (~> 1.5.0)
      reel (= 0.4.0)
      reel-rack (= 0.1.0)
      ruby-progressbar
      thor

GEM
  remote: https://rubygems.org/
  specs:
    CFPropertyList (2.2.8)
    airplay (1.0.3)
      CFPropertyList (~> 2.2.0)
      celluloid (>= 0.15.0)
      cuba (~> 3.1.0)
      dnssd (~> 2.0)
      log4r (~> 1.1.10)
      micromachine (~> 1.0.4)
      mime-types (>= 1.16)
      net-http-digest_auth (~> 1.2.1)
      net-ptth (= 0.0.17)
      reel-rack (~> 0.1.0)
    celluloid (0.15.2)
      timers (~> 1.1.0)
    celluloid-io (0.15.0)
      celluloid (>= 0.15.0)
      nio4r (>= 0.5.0)
    coderay (1.1.0)
    coveralls (0.8.2)
      json (~> 1.8)
      rest-client (>= 1.6.8, < 2)
      simplecov (~> 0.10.0)
      term-ansicolor (~> 1.3)
      thor (~> 0.19.1)
    cuba (3.1.1)
      rack
    diff-lcs (1.2.5)
    dnssd (2.0.1)
    docile (1.1.5)
    domain_name (0.5.24)
      unf (>= 0.0.5, < 1.0.0)
    fakefs (0.6.7)
    ffi (1.9.10)
    formatador (0.2.5)
    guard (2.12.8)
      formatador (>= 0.2.4)
      listen (>= 2.7, <= 4.0)
      lumberjack (~> 1.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.6.0)
      guard (~> 2.1)
      guard-compat (~> 1.1)
      rspec (>= 2.99.0, < 4.0)
    http (0.5.0)
      http_parser.rb
    http-cookie (1.0.2)
      domain_name (~> 0.5)
    http_parser.rb (0.6.0)
    json (1.8.3)
    listen (3.0.1)
      rb-fsevent (>= 0.9.3)
      rb-inotify (>= 0.9)
    log4r (1.1.10)
    lumberjack (1.0.9)
    method_source (0.8.2)
    micromachine (1.0.4)
    mime-types (2.4.3)
    nenv (0.2.0)
    net-http-digest_auth (1.2.1)
    net-ptth (0.0.17)
      celluloid-io (>= 0.15.0)
      http_parser.rb (>= 0.6.0.beta.2)
      rack (>= 1.4.5)
    netrc (0.10.3)
    nio4r (1.1.1)
    notiffany (0.0.6)
      nenv (~> 0.1)
      shellany (~> 0.0)
    pry (0.10.1)
      coderay (~> 1.1.0)
      method_source (~> 0.8.1)
      slop (~> 3.4)
    rack (1.5.5)
    rake (10.4.2)
    rb-fsevent (0.9.5)
    rb-inotify (0.9.5)
      ffi (>= 0.5.0)
    reel (0.4.0)
      celluloid (>= 0.15.1)
      celluloid-io (>= 0.15.0)
      http (>= 0.5.0)
      http_parser.rb (>= 0.6.0.beta.2)
      websocket_parser (>= 0.1.4)
    reel-rack (0.1.0)
      rack (>= 1.4.0)
      reel (>= 0.4.0)
    rest-client (1.8.0)
      http-cookie (>= 1.0.2, < 2.0)
      mime-types (>= 1.16, < 3.0)
      netrc (~> 0.7)
    rspec (3.3.0)
      rspec-core (~> 3.3.0)
      rspec-expectations (~> 3.3.0)
      rspec-mocks (~> 3.3.0)
    rspec-core (3.3.1)
      rspec-support (~> 3.3.0)
    rspec-expectations (3.3.0)
      diff-lcs (>= 1.2.0, < 2.0)
      rspec-support (~> 3.3.0)
    rspec-mocks (3.3.1)
      diff-lcs (>= 1.2.0, < 2.0)
      rspec-support (~> 3.3.0)
    rspec-support (3.3.0)
    ruby-progressbar (1.7.5)
    shellany (0.0.1)
    simplecov (0.10.0)
      docile (~> 1.1.0)
      json (~> 1.8)
      simplecov-html (~> 0.10.0)
    simplecov-html (0.10.0)
    slop (3.6.0)
    term-ansicolor (1.3.2)
      tins (~> 1.0)
    thor (0.19.1)
    timers (1.1.0)
    tins (1.5.4)
    unf (0.1.4)
      unf_ext
    unf_ext (0.0.7.1)
    websocket_parser (1.0.0)

PLATFORMS
  ruby

DEPENDENCIES
  airplayer!
  bundler
  coveralls
  fakefs
  guard-rspec
  pry
  rake
  rspec

BUNDLED WITH
   1.11.2