vagrant-notify-forwarder2 0.6.0 → 0.6.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: b21fead0d40d7034ebba97b9c0a9346529d6c42ac0af6a66d385a46e708b4e6f
4
- data.tar.gz: 6357753f5d95b8fbc7cbe3696e9675f9d9ff3c87daedcd7e2b2d16ffc953479c
3
+ metadata.gz: 50a9384ee21222425bf2505fc0bea214710d3e3d7800f3b526851fa2228ab06d
4
+ data.tar.gz: 38cd7abee6d9b8ffa4394f23b610c60fe106e464b8f9697d3fc1f01988b9f4aa
5
5
  SHA512:
6
- metadata.gz: 2e6ff2c8f69f864c1c1618443dbb1c7f2a393731e9e28a901a207d32e820b409f1ce3d71b0f5954eaffac69bcae1b192201c4fc358eabc52bf60cc6a98f7866b
7
- data.tar.gz: 3b648b54ba6f178e97bc9c86fc028f5ef9fada5cb895897688572360e4a45a555418e4da3fb3b98406c58998965d3b99ba014b5a167fc27fe4aa2ba9b7887ae0
6
+ metadata.gz: 6520d40da42dd27ce9599dfbf49b7c257cd4add0a0f94b40e5486ffc4292bd3f8f23b6766df0bdbc1846112f41d0737b7a2025973f76c8f8d34395f1653d5b17
7
+ data.tar.gz: b4348c8f4bce9507b650b10bd7256e45e372374a35d15ce563059d91c0c9148851ca73de118bf328e0977ba3525814c3411fc25ae43b2f92794290cad9d83999
data/Rakefile CHANGED
@@ -29,6 +29,11 @@ namespace :dev do
29
29
  sh "vagrant plugin install ./#{GEM_PACKAGE}"
30
30
  end
31
31
 
32
+ desc 'Push the gem to RubyGems (requires configured credentials)'
33
+ task :publish => :build do
34
+ sh "gem push #{GEM_PACKAGE}"
35
+ end
36
+
32
37
  desc 'Run vagrant up using the bundled environment and local plugin path'
33
38
  task :up => :bundle do
34
39
  sh 'bundle exec vagrant up'
@@ -1,5 +1,5 @@
1
1
  module VagrantPlugins
2
2
  module VagrantNotifyForwarder
3
- VERSION = "0.6.0"
3
+ VERSION = "0.6.2"
4
4
  end
5
5
  end
@@ -0,0 +1 @@
1
+ require 'vagrant-notify-forwarder'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: vagrant-notify-forwarder2
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.0
4
+ version: 0.6.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Chris Thomas
@@ -32,6 +32,7 @@ files:
32
32
  - lib/vagrant-notify-forwarder/plugin.rb
33
33
  - lib/vagrant-notify-forwarder/utils.rb
34
34
  - lib/vagrant-notify-forwarder/version.rb
35
+ - lib/vagrant-notify-forwarder2.rb
35
36
  - vagrant-notify-forwarder.gemspec
36
37
  homepage: https://github.com/christhomas/vagrant-notify-forwarder
37
38
  licenses: