fsevents_to_vm 1.1.1 → 1.1.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
  SHA1:
3
- metadata.gz: 1911f89027d433ab2fb5bd0e3656032d7dc85a06
4
- data.tar.gz: 3e60b84628bf6a1507c477427a54c3c3443f9f57
3
+ metadata.gz: 9004e604baa1ee22887c5127ae760d4ca27316c5
4
+ data.tar.gz: 5488f82dcf07a739d02adef71d6d0575051da762
5
5
  SHA512:
6
- metadata.gz: 911087d1ecb8feb7591e395797d4b771476753c57ce7f44ad7f7ddcba35723ef069811bf128f402bb4af394f643ad1621f29a74f5c53beda97b6f4a113c40869
7
- data.tar.gz: bfd52e31304ebe7c41a24adf563d5a489e72d337606a27e9b66d00875cc23c845a5d341337f2213a1c6cf6ce2c19b11fdbe4c71ddad74a29438281b88214c8e0
6
+ metadata.gz: 679aaeb684a0cd69cbb2641bf82f81d4338f718d3f2871d4d34ebe727df59a8dadfd58d43da3e4d5c8302f9c22987a8ebf9ee4682914daf5ce934c3a10d31616
7
+ data.tar.gz: 88ebec665cbee427ed082353fe227142c4484969b7f7f442a0ab37db389eff6f8b5e448331a0ea802d7292142a5ae1a7b5f7cd2dd3e69fd7b21b4617c1252e18
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  # Change Log
2
2
  All notable changes to this project will be documented in this file.
3
3
 
4
+ ## 1.1.2 - 2016-05-11
5
+
6
+ ### Changed
7
+ - Add SSH config option to ignore ssh-agent provided keys and only use our key
8
+
4
9
  ## 1.1.1 - 2016-01-21
5
10
 
6
11
  ### Added
data/README.md CHANGED
@@ -34,7 +34,7 @@ First, make sure that `fsevents` isn't already running due to `dinghy start`, ki
34
34
 
35
35
  Then run manually:
36
36
 
37
- be ruby exe/fsevents_to_vm start --debug --ssh-identity-file ~/.docker/machine/machines/dinghy/id_rsa --ssh-ip $(dinghy ip) ~
37
+ bundle exec ruby exe/fsevents_to_vm start --debug --ssh-identity-file ~/.docker/machine/machines/dinghy/id_rsa --ssh-ip $(dinghy ip) ~
38
38
 
39
39
  You can use inotifywait in the VM to watch for events:
40
40
 
@@ -24,6 +24,7 @@ module FseventsToVm
24
24
  @ssh ||= Net::SSH.start(@ip, @username,
25
25
  config: false,
26
26
  keys: [@identity_file],
27
+ keys_only: true,
27
28
  paranoid: false)
28
29
  end
29
30
 
@@ -1,3 +1,3 @@
1
1
  module FseventsToVm
2
- VERSION = "1.1.1"
2
+ VERSION = "1.1.2"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fsevents_to_vm
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.1
4
+ version: 1.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Brian Palmer
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2016-01-21 00:00:00.000000000 Z
11
+ date: 2016-05-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rb-fsevent
@@ -132,3 +132,4 @@ signing_key:
132
132
  specification_version: 4
133
133
  summary: forward OS X file system events to a VM, designed for use with Dinghy
134
134
  test_files: []
135
+ has_rdoc: