vagrant-notify-forwarder2 0.6.2 → 0.6.3
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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: f78da33416dc5665baa49f04b748e048667a84d2aaec2471ec96b5237e1c3549
|
|
4
|
+
data.tar.gz: ae847aed1f7b8fd039083aa57d908ddd58b2bb932a16927c8bd3978227bf587f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d16ca5514828528ae39c16c263dcb3304effcc685e421ace3be967c61b6cacd6a90fc07f318f7657f7ab7657ad18efecd83900701fdbfdbe7f591dd0bac1fa70
|
|
7
|
+
data.tar.gz: 3ac9f9a7a90f9be56b9685719b7d6b7e23e36dff2a049884efefbdbe17bb038f40d8c73f580d3c44a3b5c99848be7e5c87a308d0f1de8f6de81fd3903175f12b
|
data/Rakefile
CHANGED
|
@@ -7,8 +7,8 @@ $stderr.sync = true
|
|
|
7
7
|
# Change to the directory of this file.
|
|
8
8
|
Dir.chdir(File.expand_path("../", __FILE__))
|
|
9
9
|
|
|
10
|
-
GEMSPEC = Gem::Specification.load('vagrant-notify-
|
|
11
|
-
raise 'Unable to load vagrant-notify-
|
|
10
|
+
GEMSPEC = Gem::Specification.load('vagrant-notify-forwarder2.gemspec')
|
|
11
|
+
raise 'Unable to load vagrant-notify-forwarder2.gemspec' unless GEMSPEC
|
|
12
12
|
GEM_PACKAGE = File.join('pkg', "#{GEMSPEC.name}-#{GEMSPEC.version}.gem")
|
|
13
13
|
|
|
14
14
|
namespace :dev do
|
|
@@ -8,20 +8,20 @@ module VagrantPlugins
|
|
|
8
8
|
|
|
9
9
|
DEFAULT_BINARIES = {
|
|
10
10
|
[:linux, :x86_64] => [
|
|
11
|
-
'https://github.com/christhomas/notify-forwarder/releases/download/v1.0.0/notify-forwarder-
|
|
12
|
-
'
|
|
11
|
+
'https://github.com/christhomas/notify-forwarder/releases/download/v1.0.0/notify-forwarder-linux_x86_64',
|
|
12
|
+
'c50ba2102bec60f449dffd2039b2432b53f5f89a8ffe1f218383552b600b8004'
|
|
13
13
|
],
|
|
14
14
|
[:linux, :arm64] => [
|
|
15
|
-
'https://github.com/christhomas/notify-forwarder/releases/download/v1.0.0/notify-forwarder-
|
|
16
|
-
'
|
|
15
|
+
'https://github.com/christhomas/notify-forwarder/releases/download/v1.0.0/notify-forwarder-linux_arm64',
|
|
16
|
+
'86c05c55d71e73785416630625c5f38150f54a933ba9d8bf9b6504a40472dd85'
|
|
17
17
|
],
|
|
18
18
|
[:darwin, :x86_64] => [
|
|
19
|
-
'https://github.com/christhomas/notify-forwarder/releases/download/v1.0.0/notify-forwarder-
|
|
20
|
-
'
|
|
19
|
+
'https://github.com/christhomas/notify-forwarder/releases/download/v1.0.0/notify-forwarder-darwin_x86_64',
|
|
20
|
+
'f65ab0e87d688d38f2beb7f7030461f05a39e5937fd14cfb0a3a57d2008e751a'
|
|
21
21
|
],
|
|
22
22
|
[:darwin, :arm64] => [
|
|
23
|
-
'https://github.com/christhomas/notify-forwarder/releases/download/v1.0.0/notify-forwarder-
|
|
24
|
-
'
|
|
23
|
+
'https://github.com/christhomas/notify-forwarder/releases/download/v1.0.0/notify-forwarder-darwin_arm64',
|
|
24
|
+
'212ab39aa4d534fc6f93fa5b0c04eaa066c8c79394eb6b80423fcb88db5ae236'
|
|
25
25
|
],
|
|
26
26
|
}.freeze
|
|
27
27
|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
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.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Chris Thomas
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2025-09-
|
|
11
|
+
date: 2025-09-28 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: A vagrant plugin that forwards file system events from the host to the
|
|
14
14
|
guest
|
|
@@ -33,7 +33,7 @@ files:
|
|
|
33
33
|
- lib/vagrant-notify-forwarder/utils.rb
|
|
34
34
|
- lib/vagrant-notify-forwarder/version.rb
|
|
35
35
|
- lib/vagrant-notify-forwarder2.rb
|
|
36
|
-
- vagrant-notify-
|
|
36
|
+
- vagrant-notify-forwarder2.gemspec
|
|
37
37
|
homepage: https://github.com/christhomas/vagrant-notify-forwarder
|
|
38
38
|
licenses:
|
|
39
39
|
- MIT
|
|
File without changes
|