--- !ruby/object:Gem::Specification name: vagrant-notify version: !ruby/object:Gem::Version version: 0.5.6 platform: ruby authors: - Fabio Rehm - Tony Baltazar autorequire: bindir: bin cert_chain: [] date: 2017-09-30 00:00:00.000000000 Z dependencies: [] description: A Vagrant plugin that forwards `notify-send` from guest to host machine and notifies provisioning status email: - fgrehm@gmail.com - root@rubyninja.org executables: [] extensions: [] extra_rdoc_files: [] files: - ".gitignore" - ".rspec" - ".travis.yml" - CHANGELOG.md - Gemfile - Gemfile.lock - Guardfile - LICENSE.txt - README.md - Rakefile - development/Vagrantfile - examples/README.md - examples/osx/applescript/notify-send.rb - examples/osx/growl_for_mac/notify-send.rb - examples/osx/terminal-notifier/notify-send.rb - examples/windows/growl_for_windows/notify-send.rb - examples/windows/notification-center/notify-send.ps1 - examples/windows/snarl/notify-send.rb - files/notify-send.erb - lib/vagrant-notify.rb - lib/vagrant-notify/action.rb - lib/vagrant-notify/action/check_provider.rb - lib/vagrant-notify/action/install_command.rb - lib/vagrant-notify/action/notify_provisioning_status.rb - lib/vagrant-notify/action/prepare_data.rb - lib/vagrant-notify/action/server_is_running.rb - lib/vagrant-notify/action/set_shared_folder.rb - lib/vagrant-notify/action/start_server.rb - lib/vagrant-notify/action/stop_server.rb - lib/vagrant-notify/action/windows/process_info.rb - lib/vagrant-notify/command.rb - lib/vagrant-notify/config.rb - lib/vagrant-notify/data.rb - lib/vagrant-notify/plugin.rb - lib/vagrant-notify/server.rb - lib/vagrant-notify/version.rb - spec/action/install_command_spec.rb - spec/action/prepare_data_spec.rb - spec/action/server_is_running_spec.rb - spec/action/start_server_spec.rb - spec/action/stop_server_spec.rb - spec/data_spec.rb - spec/server_spec.rb - spec/spec_helper.rb - vagrant-notify.gemspec homepage: https://github.com/fgrehm/vagrant-notify licenses: [] metadata: {} post_install_message: rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' requirements: [] rubyforge_project: rubygems_version: 2.5.1 signing_key: specification_version: 4 summary: A Vagrant plugin that forwards `notify-send` from guest to host machine and notifies provisioning status test_files: - spec/action/install_command_spec.rb - spec/action/prepare_data_spec.rb - spec/action/server_is_running_spec.rb - spec/action/start_server_spec.rb - spec/action/stop_server_spec.rb - spec/data_spec.rb - spec/server_spec.rb - spec/spec_helper.rb