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 +4 -4
- data/Rakefile +5 -0
- data/lib/vagrant-notify-forwarder/version.rb +1 -1
- data/lib/vagrant-notify-forwarder2.rb +1 -0
- metadata +2 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 7e554c2154318c475a6c7b6a5e597e5bfd1f7397f0897b025d473b61d635edf5
|
|
4
|
+
data.tar.gz: 146920378cd54c02b3a7c08cfaf63e97991c56229e6dbe3d492b55bcf45d4955
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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'
|
|
@@ -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.
|
|
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:
|