fgrehm/vagrant-notify

View on GitHub
Gemfile.lock

Summary

Maintainability
Test Coverage
GIT
  remote: https://github.com/mitchellh/vagrant.git
  revision: ffa45c4e96034a36da42bca4bd2ff1d5daf63e50
  specs:
    vagrant (2.2.11.dev)
      bcrypt_pbkdf (~> 1.0.0)
      childprocess (~> 4.0.0)
      ed25519 (~> 1.2.4)
      erubis (~> 2.7.0)
      hashicorp-checkpoint (~> 0.1.5)
      i18n (~> 1.8)
      listen (~> 3.1)
      log4r (~> 1.1.9, < 1.1.11)
      mime (~> 0.4.4)
      net-scp (~> 1.2.0)
      net-sftp (~> 3.0)
      net-ssh (~> 6.0)
      rb-kqueue (~> 0.2.0)
      rest-client (>= 1.6.0, < 3.0)
      ruby_dep (<= 1.3.1)
      rubyzip (~> 2.0)
      vagrant_cloud (~> 2.0.3)
      wdm (~> 0.1.0)
      winrm (>= 2.3.4, < 3.0)
      winrm-elevated (>= 1.2.1, < 2.0)
      winrm-fs (>= 1.3.4, < 2.0)

PATH
  remote: .
  specs:
    vagrant-notify (0.6.1)

GEM
  remote: https://rubygems.org/
  specs:
    bcrypt_pbkdf (1.0.1)
    builder (3.2.4)
    childprocess (4.0.0)
    coderay (1.1.3)
    concurrent-ruby (1.1.7)
    diff-lcs (1.4.4)
    domain_name (0.5.20190701)
      unf (>= 0.0.5, < 1.0.0)
    ed25519 (1.2.4)
    erubi (1.9.0)
    erubis (2.7.0)
    ffi (1.13.1)
    formatador (0.2.5)
    gssapi (1.3.0)
      ffi (>= 1.0.1)
    guard (2.16.2)
      formatador (>= 0.2.4)
      listen (>= 2.7, < 4.0)
      lumberjack (>= 1.0.12, < 2.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.7.3)
      guard (~> 2.1)
      guard-compat (~> 1.1)
      rspec (>= 2.99.0, < 4.0)
    gyoku (1.3.1)
      builder (>= 2.1.2)
    hashicorp-checkpoint (0.1.5)
    http-cookie (1.0.3)
      domain_name (~> 0.5)
    httpclient (2.8.3)
    i18n (1.8.5)
      concurrent-ruby (~> 1.0)
    listen (3.2.1)
      rb-fsevent (~> 0.10, >= 0.10.3)
      rb-inotify (~> 0.9, >= 0.9.10)
    little-plugger (1.1.4)
    log4r (1.1.10)
    logging (2.3.0)
      little-plugger (~> 1.1)
      multi_json (~> 1.14)
    lumberjack (1.2.8)
    method_source (1.0.0)
    mime (0.4.4)
    mime-types (3.3.1)
      mime-types-data (~> 3.2015)
    mime-types-data (3.2020.0512)
    multi_json (1.15.0)
    nenv (0.3.0)
    net-scp (1.2.1)
      net-ssh (>= 2.6.5)
    net-sftp (3.0.0)
      net-ssh (>= 5.0.0, < 7.0.0)
    net-ssh (6.1.0)
    netrc (0.11.0)
    nori (2.6.0)
    notiffany (0.1.3)
      nenv (~> 0.1)
      shellany (~> 0.0)
    ocra (1.3.11)
    pry (0.13.1)
      coderay (~> 1.1)
      method_source (~> 1.0)
    rake (11.3.0)
    rb-fsevent (0.10.4)
    rb-inotify (0.10.1)
      ffi (~> 1.0)
    rb-kqueue (0.2.5)
      ffi (>= 0.5.0)
    rest-client (2.0.2)
      http-cookie (>= 1.0.2, < 2.0)
      mime-types (>= 1.16, < 4.0)
      netrc (~> 0.8)
    rspec (2.99.0)
      rspec-core (~> 2.99.0)
      rspec-expectations (~> 2.99.0)
      rspec-mocks (~> 2.99.0)
    rspec-core (2.99.2)
    rspec-expectations (2.99.2)
      diff-lcs (>= 1.1.3, < 2.0)
    rspec-mocks (2.99.4)
    rspec-spies (2.1.4)
      rspec (~> 2.0)
    ruby_dep (1.3.1)
    rubyntlm (0.6.2)
    rubyzip (2.3.0)
    shellany (0.0.1)
    thor (1.0.1)
    unf (0.1.4)
      unf_ext
    unf_ext (0.0.7.7)
    vagrant_cloud (2.0.3)
      rest-client (~> 2.0.2)
    wdm (0.1.1)
    winrm (2.3.4)
      builder (>= 2.1.2)
      erubi (~> 1.8)
      gssapi (~> 1.2)
      gyoku (~> 1.0)
      httpclient (~> 2.2, >= 2.2.0.2)
      logging (>= 1.6.1, < 3.0)
      nori (~> 2.0)
      rubyntlm (~> 0.6.0, >= 0.6.1)
    winrm-elevated (1.2.1)
      erubi (~> 1.8)
      winrm (~> 2.0)
      winrm-fs (~> 1.0)
    winrm-fs (1.3.4)
      erubi (~> 1.8)
      logging (>= 1.6.1, < 3.0)
      rubyzip (~> 2.0)
      winrm (~> 2.0)

PLATFORMS
  ruby

DEPENDENCIES
  guard
  guard-rspec
  ocra
  rake
  rb-inotify
  rspec (~> 2.99.0)
  rspec-spies
  vagrant!
  vagrant-notify!

BUNDLED WITH
   2.1.4