ddidier/ndd-url_checker

View on GitHub
Gemfile.lock

Summary

Maintainability
Test Coverage
PATH
  remote: .
  specs:
    ndd-url_checker (0.3.3)
      cod (~> 0.6)
      logging (~> 1.8)

GEM
  remote: http://rubygems.org/
  specs:
    addressable (2.4.0)
    childprocess (0.5.9)
      ffi (~> 1.0, >= 1.0.11)
    cod (0.6.0)
    codeclimate-test-reporter (0.6.0)
      simplecov (>= 0.7.1, < 1.0.0)
    coderay (1.1.1)
    crack (0.4.3)
      safe_yaml (~> 1.0.0)
    diff-lcs (1.2.5)
    docile (1.1.5)
    ffi (1.9.14)
    formatador (0.2.5)
    guard (2.14.0)
      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-bundler (2.1.0)
      bundler (~> 1.0)
      guard (~> 2.2)
      guard-compat (~> 1.1)
    guard-compat (1.2.1)
    guard-rspec (4.7.3)
      guard (~> 2.1)
      guard-compat (~> 1.1)
      rspec (>= 2.99.0, < 4.0)
    guard-spork (2.1.0)
      childprocess (>= 0.2.3)
      guard (~> 2.0)
      guard-compat (~> 1.0)
      spork (>= 0.8.4)
    hashdiff (0.3.0)
    json (2.0.2)
    libnotify (0.9.1)
      ffi (>= 1.0.11)
    listen (3.1.5)
      rb-fsevent (~> 0.9, >= 0.9.4)
      rb-inotify (~> 0.9, >= 0.9.7)
      ruby_dep (~> 1.2)
    little-plugger (1.1.4)
    logging (1.8.2)
      little-plugger (>= 1.1.3)
      multi_json (>= 1.8.4)
    lumberjack (1.0.10)
    method_source (0.8.2)
    multi_json (1.12.1)
    nenv (0.3.0)
    notiffany (0.1.1)
      nenv (~> 0.1)
      shellany (~> 0.0)
    pry (0.10.4)
      coderay (~> 1.1.0)
      method_source (~> 0.8.1)
      slop (~> 3.4)
    rake (11.3.0)
    rb-fsevent (0.9.7)
    rb-inotify (0.9.7)
      ffi (>= 0.5.0)
    rspec (3.5.0)
      rspec-core (~> 3.5.0)
      rspec-expectations (~> 3.5.0)
      rspec-mocks (~> 3.5.0)
    rspec-collection_matchers (1.1.2)
      rspec-expectations (>= 2.99.0.beta1)
    rspec-core (3.5.3)
      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)
    ruby_dep (1.3.1)
    safe_yaml (1.0.4)
    shellany (0.0.1)
    simplecov (0.12.0)
      docile (~> 1.1.0)
      json (>= 1.8, < 3)
      simplecov-html (~> 0.10.0)
    simplecov-html (0.10.0)
    slop (3.6.0)
    spork (0.9.2)
    thor (0.19.1)
    webmock (2.1.0)
      addressable (>= 2.3.6)
      crack (>= 0.3.2)
      hashdiff
    yard (0.9.5)

PLATFORMS
  ruby

DEPENDENCIES
  bundler (~> 1.7)
  codeclimate-test-reporter (~> 0.4)
  guard (~> 2.14)
  guard-bundler (~> 2.0)
  guard-rspec (~> 4.7)
  guard-spork (~> 2.0)
  libnotify
  ndd-url_checker!
  rake (~> 11.3)
  rb-inotify
  rspec (~> 3.5)
  rspec-collection_matchers (~> 1.1)
  ruby_dep (~> 1.3.1)
  simplecov (~> 0.12)
  spork (~> 0.9)
  webmock (~> 2.1)
  yard (~> 0.9)

BUNDLED WITH
   1.13.1