vagrant-notify-forwarder2 0.6.0 → 0.6.1

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: 7e554c2154318c475a6c7b6a5e597e5bfd1f7397f0897b025d473b61d635edf5
4
+ data.tar.gz: 146920378cd54c02b3a7c08cfaf63e97991c56229e6dbe3d492b55bcf45d4955
5
5
  SHA512:
6
- metadata.gz: 2e6ff2c8f69f864c1c1618443dbb1c7f2a393731e9e28a901a207d32e820b409f1ce3d71b0f5954eaffac69bcae1b192201c4fc358eabc52bf60cc6a98f7866b
7
- data.tar.gz: 3b648b54ba6f178e97bc9c86fc028f5ef9fada5cb895897688572360e4a45a555418e4da3fb3b98406c58998965d3b99ba014b5a167fc27fe4aa2ba9b7887ae0
6
+ metadata.gz: 67346f728fa6912a4f04991d0697e3ca92b2139b3b2e98b9055e246a6bb758fb9d29c6eb0d96941f0e445c50510476ea4befc8d6b72eb97f1d4aede14c8a485f
7
+ data.tar.gz: 5c58e441aa2f408e5e712b5d3f84c761613558e9f58a1f17b68fc44c0372b6dc58c077efff5c3f42f184ac17e84deccdc16f70ce407e4306ac6d1f646fb7217c
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.1"
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.1
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: