concord-ruby 0.1.2 → 0.1.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 +4 -4
- data/lib/concord.rb +3 -4
- metadata +3 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 7148f6b105896761a9d27d55836a1174181ea40c
|
4
|
+
data.tar.gz: bdf1a8f0fc8877a328fa02daf57417f47e5c14fb
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 752883abf0045ffc9288fcc4df7d74b31a2010c598e1f72e79534f0315c4dc40f27ea1415e60449da5016a0d39d70fb968b0e4df2e52b6b87656e9c3ef6fad4d
|
7
|
+
data.tar.gz: 8363b268d3f0c1eae2a334301c4c097f3f18d18467e26e7c44130a6bd23e9da9876c44700b4da772d814c500b1aa36f686820a74c5b2c799a4635c3bef13f88e
|
data/lib/concord.rb
CHANGED
@@ -117,11 +117,10 @@ module Concord
|
|
117
117
|
transport,
|
118
118
|
transport_factory,
|
119
119
|
protocol_factory)
|
120
|
-
|
121
|
-
|
122
|
-
}
|
120
|
+
# Register with localhost proxy. Note that this method is `oneway'
|
121
|
+
# which means after final TCP 'ack' it finishes.
|
123
122
|
handler.register_with_scheduler
|
124
|
-
|
123
|
+
server.serve
|
125
124
|
end
|
126
125
|
|
127
126
|
# Process an upstream record. Wraps the user method in a transaction, which
|
metadata
CHANGED
@@ -1,10 +1,11 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: concord-ruby
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Cole Brown
|
8
|
+
- Alex Gallego
|
8
9
|
autorequire:
|
9
10
|
bindir: bin
|
10
11
|
cert_chain: []
|
@@ -38,7 +39,7 @@ dependencies:
|
|
38
39
|
- - '>='
|
39
40
|
- !ruby/object:Gem::Version
|
40
41
|
version: '0'
|
41
|
-
description:
|
42
|
+
description: ruby client library for concord operators
|
42
43
|
email: hello@concord.io
|
43
44
|
executables: []
|
44
45
|
extensions: []
|