vagrant-notify-forwarder 0.2.0 → 0.3.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 8d8fc5415918e0d874b483a9ca9a890675d4adbf
4
- data.tar.gz: 031e0686e5964bd5392a57bcdfa8246cbd459328
3
+ metadata.gz: 29a288ed873cddafcf66cbeaaf2375572179bb40
4
+ data.tar.gz: 14ba5bf392b2ef5e8c56e3e0ce6c322eeff5e489
5
5
  SHA512:
6
- metadata.gz: 805297bca0896c068e4d48b690a2e04cc1304c664a5369d6071907a69217fd879473ca7835cf65d0d53ba220d1dc31fcfe6ce9a74751811dd1012fa33b345805
7
- data.tar.gz: 3f06f817ed0435b40a48be7fb56b91234df14c73e01119109bb929891395d4f955fc1366fb76fc1029e0a77a6f6da46135c233c096e91f5e2b6e7268e2e7a002
6
+ metadata.gz: d3c7543bbca29c493bb0773e8bbb6338f1438d42c4f87a159a1196815a1aef14bbf7d79332d9c31cc162f4bb8b2ce8a57ff897ab56da6d706eebc239279c6b2b
7
+ data.tar.gz: 8d4d1de6afff7da6df19e84af68b975c9302df615470c188441459ee7726d1151f1a66caa3bcd6901462951221014bb2c368cd533941e59477ec76e0024e3821
@@ -29,6 +29,8 @@ module VagrantPlugins
29
29
  317f3ffea15393668bf04b128cef1545031eaf306eeb2c4a345a95d8c6e1c941),
30
30
  [:freebsd, :x86_64] => %w(https://github.com/mhallin/notify-forwarder/releases/download/release/v0.1.1/notify-forwarder_freebsd_x64
31
31
  082ceac8f5fbda6abc5e2872a6c748241f243f2d780c96d50b3f11f8e96ca65b),
32
+ [:freebsd, :amd64] => %w(https://github.com/mhallin/notify-forwarder/releases/download/release/v0.1.1/notify-forwarder_freebsd_x64
33
+ 082ceac8f5fbda6abc5e2872a6c748241f243f2d780c96d50b3f11f8e96ca65b),
32
34
  }
33
35
 
34
36
  url, sha256sum = download_urls[[os, hardware]]
@@ -1,5 +1,5 @@
1
1
  module VagrantPlugins
2
2
  module VagrantNotifyForwarder
3
- VERSION = "0.2.0"
3
+ VERSION = "0.3.0"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: vagrant-notify-forwarder
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.3.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Magnus Hallin
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-09-01 00:00:00.000000000 Z
11
+ date: 2016-04-16 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
@@ -52,7 +52,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
52
52
  version: '0'
53
53
  requirements: []
54
54
  rubyforge_project:
55
- rubygems_version: 2.4.8
55
+ rubygems_version: 2.0.14.1
56
56
  signing_key:
57
57
  specification_version: 4
58
58
  summary: A vagrant plugin that forwards file system events from the host to the guest