ike18t/spotify_jukebox

View on GitHub
Gemfile.lock

Summary

Maintainability
Test Coverage
GEM
  remote: https://rubygems.org/
  specs:
    addressable (2.5.0)
      public_suffix (~> 2.0, >= 2.0.2)
    aescrypt (1.0.0)
    arrayfields (4.9.2)
    ast (2.3.0)
    chronic (0.10.2)
    climate_control (0.1.0)
    codeclimate-test-reporter (1.0.5)
      simplecov
    coderay (1.1.1)
    coffee-script (2.4.1)
      coffee-script-source
      execjs
    coffee-script-source (1.12.2)
    concurrent-ruby (1.0.4)
    daemons (1.2.4)
    diff-lcs (1.3)
    docile (1.1.5)
    domain_name (0.5.20161129)
      unf (>= 0.0.5, < 1.0.0)
    em-websocket (0.3.8)
      addressable (>= 2.1.1)
      eventmachine (>= 0.12.9)
    eventmachine (1.2.1)
    execjs (2.7.0)
    fattr (2.3.0)
    ffi (1.9.17)
    haml (4.0.7)
      tilt
    http-cookie (1.0.3)
      domain_name (~> 0.5)
    json (2.0.3)
    libspotify (12.1.51.4)
    main (6.2.1)
      arrayfields (~> 4.7, >= 4.7.4)
      chronic (~> 0.6, >= 0.6.2)
      fattr (~> 2.2, >= 2.2.0)
      map (~> 6.1, >= 6.1.0)
    map (6.6.0)
    method_source (0.8.2)
    mime-types (3.1)
      mime-types-data (~> 3.2015)
    mime-types-data (3.2016.0521)
    netrc (0.11.0)
    parser (2.3.3.1)
      ast (~> 2.2)
    performer (1.0.1)
    plaything (1.1.1)
      ffi (~> 1.1)
    powerpack (0.1.1)
    pry (0.10.4)
      coderay (~> 1.1.0)
      method_source (~> 0.8.1)
      slop (~> 3.4)
    public_suffix (2.0.5)
    rack (1.6.5)
    rack-asset-compiler (0.2.1)
      rack
    rack-protection (1.5.3)
      rack
    rack-test (0.6.3)
      rack (>= 1.0)
    rainbow (2.2.1)
    rake (11.3.0)
    rb-readline (0.5.3)
    require_all (1.4.0)
    rest-client (2.0.0)
      http-cookie (>= 1.0.2, < 2.0)
      mime-types (>= 1.16, < 4.0)
      netrc (~> 0.8)
    rspec (3.5.0)
      rspec-core (~> 3.5.0)
      rspec-expectations (~> 3.5.0)
      rspec-mocks (~> 3.5.0)
    rspec-core (3.5.4)
      rspec-support (~> 3.5.0)
    rspec-expectations (3.5.0)
      diff-lcs (>= 1.2.0, < 2.0)
      rspec-support (~> 3.5.0)
    rspec-mocks (3.5.0)
      diff-lcs (>= 1.2.0, < 2.0)
      rspec-support (~> 3.5.0)
    rspec-support (3.5.0)
    rubocop (0.47.1)
      parser (>= 2.3.3.1, < 3.0)
      powerpack (~> 0.1)
      rainbow (>= 1.99.1, < 3.0)
      ruby-progressbar (~> 1.7)
      unicode-display_width (~> 1.0, >= 1.0.1)
    ruby-progressbar (1.8.1)
    sass (3.4.23)
    simplecov (0.12.0)
      docile (~> 1.1.0)
      json (>= 1.8, < 3)
      simplecov-html (~> 0.10.0)
    simplecov-html (0.10.0)
    sinatra (1.4.7)
      rack (~> 1.5)
      rack-protection (~> 1.4)
      tilt (>= 1.3, < 3)
    sinatra-asset-pipeline (1.0.2)
      coffee-script (~> 2.4)
      rake (~> 11.2)
      sass (~> 3.4)
      sinatra (~> 1.4)
      sprockets (~> 3.6)
      sprockets-helpers (~> 1.1)
    sinatra-websocket (0.3.1)
      em-websocket (~> 0.3.6)
      eventmachine
      thin (>= 1.3.1, < 2.0.0)
    slop (3.6.0)
    spotify (12.6.0)
      ffi (~> 1.0, >= 1.0.11)
      libspotify (~> 12.1.51)
      performer (~> 1.0)
    sprockets (3.7.1)
      concurrent-ruby (~> 1.0)
      rack (> 1, < 3)
    sprockets-helpers (1.2.1)
      sprockets (>= 2.2)
    sqlite3 (1.3.13)
    thin (1.7.0)
      daemons (~> 1.0, >= 1.0.9)
      eventmachine (~> 1.0, >= 1.0.4)
      rack (>= 1, < 3)
    tilt (2.0.5)
    unf (0.1.4)
      unf_ext
    unf_ext (0.0.7.2)
    unicode-display_width (1.1.3)

PLATFORMS
  ruby

DEPENDENCIES
  aescrypt
  climate_control
  codeclimate-test-reporter
  haml
  main
  plaything
  pry
  rack-asset-compiler
  rack-test
  rake
  rb-readline
  require_all
  rest-client
  rspec
  rubocop
  sass
  sinatra
  sinatra-asset-pipeline
  sinatra-websocket
  spotify
  sqlite3
  thin

BUNDLED WITH
   1.13.7