entrance-watcher 0.1.4 → 0.1.5
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/lib/entrance/watcher/agent.rb +2 -2
- data/lib/entrance/watcher/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 2430bac179aba4f33f57f98fc734340500c34cb8
|
|
4
|
+
data.tar.gz: 1e72a627335714c8df305ad5da5cb226b94f8f55
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 717f5537232c88a726f9687fa0e36f82ce4e83132dd0069ff1a6c8d406629972775c20d6fe3c5e0382b5e0e0faa484a33fb588f54bd283eb4f81007223abe52b
|
|
7
|
+
data.tar.gz: d6df8c3838fed265406203c9a0efe19be0205491a2140c61d4dcf9c850acf54e162576d0ed41737e855483662b269c0d690a7933bb33dc3e0c9cff84e22cdb10
|
|
@@ -9,8 +9,8 @@ module Entrance
|
|
|
9
9
|
module Watcher
|
|
10
10
|
class Agent
|
|
11
11
|
attr_accessor :callback
|
|
12
|
-
def initialize path="/doorkeepr/publish"
|
|
13
|
-
@config = Synapse::Easy::Service.new path:path
|
|
12
|
+
def initialize path="/doorkeepr/publish",params={}
|
|
13
|
+
@config = Synapse::Easy::Service.new params.merge(path:path)
|
|
14
14
|
@watcher = Synapse::ZookeeperWatcher.new @config, self
|
|
15
15
|
@scanner = ZK.new @config.hosts.first
|
|
16
16
|
end
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: entrance-watcher
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.5
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Mathias Kaufmann
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2015-
|
|
11
|
+
date: 2015-04-01 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: synapse-easy
|