pigato 0.1.5 → 0.1.6
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/README.md +10 -13
- data/examples/echo_client.rb +1 -0
- data/examples/echo_worker.rb +1 -0
- data/lib/pigato/version.rb +1 -1
- data/lib/pigato/worker.rb +1 -0
- 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: eddcc86cfe0e27ec9809e3d80281dd86a528ecf6
|
4
|
+
data.tar.gz: a3634d70ef73576ce8bbeee750752d02630cf3e2
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5bdecf928cbc500ab52fd4f182bcfdb4aee00e922c4971fbed633a4223db9d81a700d36698594efec90fae2f0272a15d9be29b59560c9e18c04fd4c04df84eb9
|
7
|
+
data.tar.gz: ee76331da3ae58cad455df0dd75529786616ee72133a8ec2d4ffd281214a5ca9ad0b8d30ed8a14ecd12a4faa1ba0a0707c655e0bf5aa2ffb88f8937ef9dcc921
|
data/README.md
CHANGED
@@ -1,11 +1,13 @@
|
|
1
|
-
# PIGATO-RUBY
|
1
|
+
# PIGATO-RUBY - Ruby Client / Worker for PIGATO
|
2
2
|
|
3
|
-
|
4
|
-
* [Node.js and io.js broker/client/worker](https://github.com/prdn/pigato)
|
3
|
+
[](https://github.com/prdn/pigato-ruby)
|
5
4
|
|
6
|
-
|
5
|
+
**PIGATO - an high-performance microservices framework based on ZeroMQ**
|
7
6
|
|
8
|
-
|
7
|
+
PIGATO aims to offer an high-performance, reliable, scalable and extensible service-oriented framework supporting multiple programming languages: Node.js/Io.js and Ruby.
|
8
|
+
|
9
|
+
* [Official PIGATO project page](http://prdn.github.io/pigato/)
|
10
|
+
* [Node.js and io.js broker/client/worker](https://github.com/prdn/pigato)
|
9
11
|
|
10
12
|
## Installation
|
11
13
|
|
@@ -24,18 +26,13 @@ Or install it yourself as:
|
|
24
26
|
$ gem install pigato
|
25
27
|
|
26
28
|
## Usage
|
27
|
-
Example client/worker echo:
|
28
|
-
|
29
|
-
* `examples/echo_client.rb`
|
30
|
-
* `examples/echo_worker.rb`
|
31
29
|
|
32
30
|
In order to run the example you need to run Node.js PIGATO example Broker from the [main project](https://github.com/prdn/pigato/tree/master/examples)
|
33
31
|
|
34
|
-
|
35
|
-
|
36
|
-
After checking out the repo, run `bin/setup` to install dependencies. Then, run `bin/console` for an interactive prompt that will allow you to experiment.
|
32
|
+
Example client/worker echo:
|
37
33
|
|
38
|
-
|
34
|
+
* `examples/echo_client.rb`
|
35
|
+
* `examples/echo_worker.rb`
|
39
36
|
|
40
37
|
## Contributing
|
41
38
|
|
data/examples/echo_client.rb
CHANGED
data/examples/echo_worker.rb
CHANGED
data/lib/pigato/version.rb
CHANGED
data/lib/pigato/worker.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: pigato
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.6
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Paolo Ardoino
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2015-03-
|
11
|
+
date: 2015-03-15 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|