celluloid_pubsub 0.0.7 → 0.0.8
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/.travis.yml +5 -4
- data/README.md +3 -3
- data/doc/CelluloidPubsub/Client/PubSubWorker.html +1 -1
- data/doc/CelluloidPubsub/Client.html +1 -1
- data/doc/CelluloidPubsub/Reactor.html +1 -1
- data/doc/CelluloidPubsub/Registry.html +1 -1
- data/doc/CelluloidPubsub/VERSION.html +2 -2
- data/doc/CelluloidPubsub/WebServer.html +1 -1
- data/doc/CelluloidPubsub.html +1 -1
- data/doc/_index.html +1 -1
- data/doc/file.README.html +4 -4
- data/doc/index.html +4 -4
- data/doc/top-level-namespace.html +1 -1
- data/lib/celluloid_pubsub/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: e37179d0afaad2f44c4b8e6d24fab235586cde36
|
|
4
|
+
data.tar.gz: a44ccf96280f12254beaa58a4694720945a16f1b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f5592c3b5661b3c5e4a1c808e47c7f6340377e02a245b5de43ae612219cd2e833d3e3a4194b9dff3f8102692ee34a775872e3d8b5c48c5f254025bd561d5cd0d
|
|
7
|
+
data.tar.gz: 3251df4e8410b870d6a0ee5c02e837d58c279257035c15db294615cbf418a3f16359ddc24dbbb0b170cc0565db615501da951fe820277e8f7f5178c42b55600f
|
data/.travis.yml
CHANGED
|
@@ -3,10 +3,11 @@ before_install:
|
|
|
3
3
|
- "echo 'gem: --no-ri --no-rdoc' > ~/.gemrc"
|
|
4
4
|
- gem install bundler
|
|
5
5
|
rvm:
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
6
|
+
- 1.9.3
|
|
7
|
+
- 2.0.0
|
|
8
|
+
- 2.1
|
|
9
|
+
- 2.2
|
|
9
10
|
env:
|
|
10
|
-
- RAILS_ENV=test RACK_ENV=test
|
|
11
|
+
- RAILS_ENV=test RACK_ENV=test
|
|
11
12
|
notifications:
|
|
12
13
|
email: false
|
data/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
|
|
1
|
+
celluloid_pubsub
|
|
2
2
|
==================
|
|
3
3
|
|
|
4
4
|
|
|
@@ -28,7 +28,7 @@ Requirements
|
|
|
28
28
|
[celluloid]: https://github.com/celluloid/celluloid
|
|
29
29
|
[celluloid-io]: https://github.com/celluloid/celluloid-io
|
|
30
30
|
[reel]: https://github.com/celluloid/reel
|
|
31
|
-
[celluloid-websocket-client]:
|
|
31
|
+
[celluloid-websocket-client]: https://github.com/jeremyd/celluloid-websocket-client
|
|
32
32
|
[activesupport]:https://rubygems.org/gems/activesupport
|
|
33
33
|
|
|
34
34
|
Compatibility
|
|
@@ -69,7 +69,7 @@ To test, do the following:
|
|
|
69
69
|
Contributions
|
|
70
70
|
--------
|
|
71
71
|
|
|
72
|
-
Please log all feedback/issues via [
|
|
72
|
+
Please log all feedback/issues via [Github Issues][issues]. Thanks.
|
|
73
73
|
|
|
74
74
|
[issues]: http://github.com/bogdanRada/celluloid_pubsub/issues
|
|
75
75
|
|
|
@@ -3667,7 +3667,7 @@ to the actor</p>
|
|
|
3667
3667
|
</div>
|
|
3668
3668
|
|
|
3669
3669
|
<div id="footer">
|
|
3670
|
-
Generated on Fri Mar 13
|
|
3670
|
+
Generated on Fri Mar 13 18:05:42 2015 by
|
|
3671
3671
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
3672
3672
|
0.8.7.6 (ruby-2.0.0).
|
|
3673
3673
|
</div>
|
|
@@ -331,7 +331,7 @@ is opened it will execute the block that is passed as argument</p>
|
|
|
331
331
|
</div>
|
|
332
332
|
|
|
333
333
|
<div id="footer">
|
|
334
|
-
Generated on Fri Mar 13
|
|
334
|
+
Generated on Fri Mar 13 18:05:42 2015 by
|
|
335
335
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
336
336
|
0.8.7.6 (ruby-2.0.0).
|
|
337
337
|
</div>
|
|
@@ -3493,7 +3493,7 @@ list on the server</p>
|
|
|
3493
3493
|
</div>
|
|
3494
3494
|
|
|
3495
3495
|
<div id="footer">
|
|
3496
|
-
Generated on Fri Mar 13
|
|
3496
|
+
Generated on Fri Mar 13 18:05:41 2015 by
|
|
3497
3497
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
3498
3498
|
0.8.7.6 (ruby-2.0.0).
|
|
3499
3499
|
</div>
|
|
@@ -225,7 +225,7 @@
|
|
|
225
225
|
</div>
|
|
226
226
|
|
|
227
227
|
<div id="footer">
|
|
228
|
-
Generated on Fri Mar 13
|
|
228
|
+
Generated on Fri Mar 13 18:05:41 2015 by
|
|
229
229
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
230
230
|
0.8.7.6 (ruby-2.0.0).
|
|
231
231
|
</div>
|
|
@@ -147,7 +147,7 @@ the major, minor and tiny</p>
|
|
|
147
147
|
|
|
148
148
|
</div>
|
|
149
149
|
</dt>
|
|
150
|
-
<dd><pre class="code"><span class='int'>
|
|
150
|
+
<dd><pre class="code"><span class='int'>7</span></pre></dd>
|
|
151
151
|
|
|
152
152
|
<dt id="PRE-constant" class="">PRE =
|
|
153
153
|
<div class="docstring">
|
|
@@ -195,7 +195,7 @@ the major, minor and tiny</p>
|
|
|
195
195
|
</div>
|
|
196
196
|
|
|
197
197
|
<div id="footer">
|
|
198
|
-
Generated on Fri Mar 13
|
|
198
|
+
Generated on Fri Mar 13 18:05:41 2015 by
|
|
199
199
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
200
200
|
0.8.7.6 (ruby-2.0.0).
|
|
201
201
|
</div>
|
|
@@ -4266,7 +4266,7 @@ dispatch the socket connection to a new reactor
|
|
|
4266
4266
|
</div>
|
|
4267
4267
|
|
|
4268
4268
|
<div id="footer">
|
|
4269
|
-
Generated on Fri Mar 13
|
|
4269
|
+
Generated on Fri Mar 13 18:05:42 2015 by
|
|
4270
4270
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
4271
4271
|
0.8.7.6 (ruby-2.0.0).
|
|
4272
4272
|
</div>
|
data/doc/CelluloidPubsub.html
CHANGED
|
@@ -216,7 +216,7 @@
|
|
|
216
216
|
</div>
|
|
217
217
|
|
|
218
218
|
<div id="footer">
|
|
219
|
-
Generated on Fri Mar 13
|
|
219
|
+
Generated on Fri Mar 13 18:05:41 2015 by
|
|
220
220
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
221
221
|
0.8.7.6 (ruby-2.0.0).
|
|
222
222
|
</div>
|
data/doc/_index.html
CHANGED
|
@@ -175,7 +175,7 @@
|
|
|
175
175
|
</div>
|
|
176
176
|
|
|
177
177
|
<div id="footer">
|
|
178
|
-
Generated on Fri Mar 13
|
|
178
|
+
Generated on Fri Mar 13 18:05:41 2015 by
|
|
179
179
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
180
180
|
0.8.7.6 (ruby-2.0.0).
|
|
181
181
|
</div>
|
data/doc/file.README.html
CHANGED
|
@@ -61,7 +61,7 @@
|
|
|
61
61
|
|
|
62
62
|
<iframe id="search_frame"></iframe>
|
|
63
63
|
|
|
64
|
-
<div id="content"><div id='filecontents'><h1>
|
|
64
|
+
<div id="content"><div id='filecontents'><h1>celluloid_pubsub</h1>
|
|
65
65
|
|
|
66
66
|
<p><a href="http://badge.fury.io/rb/celluloid_pubsub"><img src="https://badge.fury.io/rb/celluloid_pubsub.svg" alt="Gem Version"></a>
|
|
67
67
|
<a href="https://travis-ci.org/bogdanRada/celluloid_pubsub"><img src="https://travis-ci.org/bogdanRada/celluloid_pubsub.png?branch=master,develop" alt="Build Status"></a>
|
|
@@ -83,7 +83,7 @@
|
|
|
83
83
|
<li><a href="https://github.com/celluloid/celluloid">Celluloid >= 0.16.0</a></li>
|
|
84
84
|
<li><a href="https://github.com/celluloid/celluloid-io">Celluloid-IO >= 0.16.2</a></li>
|
|
85
85
|
<li><a href="https://github.com/celluloid/reel">Reel >= 0.5.0</a></li>
|
|
86
|
-
<li><a href="
|
|
86
|
+
<li><a href="https://github.com/jeremyd/celluloid-websocket-client">Celluloid-websocket-client = 0.0.1</a></li>
|
|
87
87
|
<li><a href="https://rubygems.org/gems/activesupport">ActiveSuport >= 4.2.0</a></li>
|
|
88
88
|
</ol>
|
|
89
89
|
|
|
@@ -120,7 +120,7 @@
|
|
|
120
120
|
|
|
121
121
|
<h2>Contributions</h2>
|
|
122
122
|
|
|
123
|
-
<p>Please log all feedback/issues via <a href="http://github.com/bogdanRada/celluloid_pubsub/issues">
|
|
123
|
+
<p>Please log all feedback/issues via <a href="http://github.com/bogdanRada/celluloid_pubsub/issues">Github Issues</a>. Thanks.</p>
|
|
124
124
|
|
|
125
125
|
<h2>Contributing to celluloid_pubsub</h2>
|
|
126
126
|
|
|
@@ -141,7 +141,7 @@ further details.</p>
|
|
|
141
141
|
</div></div>
|
|
142
142
|
|
|
143
143
|
<div id="footer">
|
|
144
|
-
Generated on Fri Mar 13
|
|
144
|
+
Generated on Fri Mar 13 18:05:41 2015 by
|
|
145
145
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
146
146
|
0.8.7.6 (ruby-2.0.0).
|
|
147
147
|
</div>
|
data/doc/index.html
CHANGED
|
@@ -61,7 +61,7 @@
|
|
|
61
61
|
|
|
62
62
|
<iframe id="search_frame"></iframe>
|
|
63
63
|
|
|
64
|
-
<div id="content"><div id='filecontents'><h1>
|
|
64
|
+
<div id="content"><div id='filecontents'><h1>celluloid_pubsub</h1>
|
|
65
65
|
|
|
66
66
|
<p><a href="http://badge.fury.io/rb/celluloid_pubsub"><img src="https://badge.fury.io/rb/celluloid_pubsub.svg" alt="Gem Version"></a>
|
|
67
67
|
<a href="https://travis-ci.org/bogdanRada/celluloid_pubsub"><img src="https://travis-ci.org/bogdanRada/celluloid_pubsub.png?branch=master,develop" alt="Build Status"></a>
|
|
@@ -83,7 +83,7 @@
|
|
|
83
83
|
<li><a href="https://github.com/celluloid/celluloid">Celluloid >= 0.16.0</a></li>
|
|
84
84
|
<li><a href="https://github.com/celluloid/celluloid-io">Celluloid-IO >= 0.16.2</a></li>
|
|
85
85
|
<li><a href="https://github.com/celluloid/reel">Reel >= 0.5.0</a></li>
|
|
86
|
-
<li><a href="
|
|
86
|
+
<li><a href="https://github.com/jeremyd/celluloid-websocket-client">Celluloid-websocket-client = 0.0.1</a></li>
|
|
87
87
|
<li><a href="https://rubygems.org/gems/activesupport">ActiveSuport >= 4.2.0</a></li>
|
|
88
88
|
</ol>
|
|
89
89
|
|
|
@@ -120,7 +120,7 @@
|
|
|
120
120
|
|
|
121
121
|
<h2>Contributions</h2>
|
|
122
122
|
|
|
123
|
-
<p>Please log all feedback/issues via <a href="http://github.com/bogdanRada/celluloid_pubsub/issues">
|
|
123
|
+
<p>Please log all feedback/issues via <a href="http://github.com/bogdanRada/celluloid_pubsub/issues">Github Issues</a>. Thanks.</p>
|
|
124
124
|
|
|
125
125
|
<h2>Contributing to celluloid_pubsub</h2>
|
|
126
126
|
|
|
@@ -141,7 +141,7 @@ further details.</p>
|
|
|
141
141
|
</div></div>
|
|
142
142
|
|
|
143
143
|
<div id="footer">
|
|
144
|
-
Generated on Fri Mar 13
|
|
144
|
+
Generated on Fri Mar 13 18:05:41 2015 by
|
|
145
145
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
146
146
|
0.8.7.6 (ruby-2.0.0).
|
|
147
147
|
</div>
|
|
@@ -103,7 +103,7 @@
|
|
|
103
103
|
</div>
|
|
104
104
|
|
|
105
105
|
<div id="footer">
|
|
106
|
-
Generated on Fri Mar 13
|
|
106
|
+
Generated on Fri Mar 13 18:05:41 2015 by
|
|
107
107
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
108
108
|
0.8.7.6 (ruby-2.0.0).
|
|
109
109
|
</div>
|