jcmuller/build_status_server

View on GitHub
Gemfile.lock

Summary

Maintainability
Test Coverage
PATH
  remote: .
  specs:
    build_status_server (0.17)
      command_line_helper
      json

GEM
  remote: https://rubygems.org/
  specs:
    activesupport (7.0.3)
      concurrent-ruby (~> 1.0, >= 1.0.2)
      i18n (>= 1.6, < 2)
      minitest (>= 5.1)
      tzinfo (~> 2.0)
    binding_of_caller (0.7.2)
      debug_inspector (>= 0.0.1)
    byebug (4.0.5)
      columnize (= 0.9.0)
    celluloid (0.16.0)
      timers (~> 4.0.0)
    coderay (1.1.0)
    columnize (0.9.0)
    command_line_helper (0.0.2)
      activesupport
    concurrent-ruby (1.1.10)
    coveralls (0.7.2)
      multi_json (~> 1.3)
      rest-client (= 1.6.7)
      simplecov (>= 0.7)
      term-ansicolor (= 1.2.2)
      thor (= 0.18.1)
    debug_inspector (0.0.2)
    diff-lcs (1.2.5)
    docile (1.1.5)
    ffi (1.11.1)
    formatador (0.2.5)
    guard (2.12.5)
      formatador (>= 0.2.4)
      listen (~> 2.7)
      lumberjack (~> 1.0)
      nenv (~> 0.1)
      notiffany (~> 0.0)
      pry (>= 0.9.12)
      shellany (~> 0.0)
      thor (>= 0.18.1)
    guard-bundler (2.1.0)
      bundler (~> 1.0)
      guard (~> 2.2)
      guard-compat (~> 1.1)
    guard-compat (1.2.1)
    guard-rspec (4.5.0)
      guard (~> 2.1)
      guard-compat (~> 1.1)
      rspec (>= 2.99.0, < 4.0)
    hitimes (1.2.2)
    i18n (1.10.0)
      concurrent-ruby (~> 1.0)
    json (1.8.6)
    listen (2.10.0)
      celluloid (~> 0.16.0)
      rb-fsevent (>= 0.9.3)
      rb-inotify (>= 0.9)
    lumberjack (1.0.9)
    method_source (0.8.2)
    mime-types (2.4.3)
    minitest (5.16.0)
    multi_json (1.11.0)
    nenv (0.2.0)
    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)
    pry-byebug (3.1.0)
      byebug (~> 4.0)
      pry (~> 0.10)
    rack (1.6.13)
    rack-protection (1.5.3)
      rack
    rake (13.0.1)
    rb-fchange (0.0.6)
      ffi
    rb-fsevent (0.9.4)
    rb-inotify (0.9.5)
      ffi (>= 0.5.0)
    rest-client (1.6.7)
      mime-types (>= 1.16)
    rspec (3.2.0)
      rspec-core (~> 3.2.0)
      rspec-expectations (~> 3.2.0)
      rspec-mocks (~> 3.2.0)
    rspec-core (3.2.3)
      rspec-support (~> 3.2.0)
    rspec-expectations (3.2.1)
      diff-lcs (>= 1.2.0, < 2.0)
      rspec-support (~> 3.2.0)
    rspec-mocks (3.2.1)
      diff-lcs (>= 1.2.0, < 2.0)
      rspec-support (~> 3.2.0)
    rspec-support (3.2.2)
    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)
    simplecov-rcov (0.2.3)
      simplecov (>= 0.4.1)
    sinatra (1.4.6)
      rack (~> 1.4)
      rack-protection (~> 1.4)
      tilt (>= 1.3, < 3)
    slop (3.6.0)
    term-ansicolor (1.2.2)
      tins (~> 0.8)
    terminal-notifier-guard (1.6.4)
    thor (0.18.1)
    tilt (2.0.1)
    timers (4.0.1)
      hitimes
    tins (0.13.2)
    tzinfo (2.0.4)
      concurrent-ruby (~> 1.0)

PLATFORMS
  ruby

DEPENDENCIES
  binding_of_caller
  build_status_server!
  coveralls
  guard
  guard-bundler
  guard-rspec
  pry-byebug
  rake
  rb-fchange
  rb-fsevent
  rb-inotify
  rspec
  simplecov
  simplecov-rcov
  sinatra
  terminal-notifier-guard