celluloid-zmq 0.13.0.pre → 0.13.0

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.
data/CHANGES.md CHANGED
@@ -1,6 +1,8 @@
1
- 0.13.0.pre
2
- ----------
3
- * FIXME: lots of stuff happened. Should document it yo
1
+ 0.13.0
2
+ ------
3
+ * Feature: Support for DealerSocket and RouterSocket
4
+ * Support for the #more_parts? method on sockets
5
+ * Celluloid 0.13 compatibility fixes
4
6
 
5
7
  0.12.0
6
8
  ------
data/README.md CHANGED
@@ -1,6 +1,9 @@
1
1
  ![Celluloid::ZMQ](https://github.com/celluloid/celluloid-zmq/raw/master/logo.png)
2
2
  =================
3
+ [![Gem Version](https://badge.fury.io/rb/celluloid-zmq.png)](http://rubygems.org/gems/celluloid-zmq)
3
4
  [![Build Status](https://secure.travis-ci.org/celluloid/celluloid-zmq.png?branch=master)](http://travis-ci.org/celluloid/celluloid-zmq)
5
+ [![Dependency Status](https://gemnasium.com/celluloid/celluloid-zmq.png)](https://gemnasium.com/celluloid/celluloid-zmq)
6
+ [![Code Climate](https://codeclimate.com/github/celluloid/celluloid-zmq.png)](https://codeclimate.com/github/celluloid/celluloid-zmq)
4
7
 
5
8
  Celluloid::ZMQ provides Celluloid actors that can interact with [0MQ sockets][0mq].
6
9
  Underneath, it's built on the [ffi-rzmq][ffi-rzmq] library. Celluloid::ZMQ was
@@ -11,8 +11,8 @@ Gem::Specification.new do |gem|
11
11
  gem.name = "celluloid-zmq"
12
12
  gem.version = Celluloid::ZMQ::VERSION
13
13
 
14
- gem.add_dependency "celluloid", ">= 0.13.0.pre"
15
- gem.add_dependency "celluloid-io", ">= 0.13.0.pre"
14
+ gem.add_dependency "celluloid", ">= 0.13.0"
15
+ gem.add_dependency "celluloid-io", ">= 0.13.0"
16
16
  gem.add_dependency "ffi"
17
17
  gem.add_dependency "ffi-rzmq"
18
18
 
@@ -1,5 +1,5 @@
1
1
  module Celluloid
2
2
  module ZMQ
3
- VERSION = "0.13.0.pre"
3
+ VERSION = "0.13.0"
4
4
  end
5
5
  end
data/log/test.log CHANGED
@@ -120,3 +120,79 @@ Celluloid::MailboxError: dead recipient
120
120
  /Users/tony/.rvm/gems/ruby-1.9.3-p327/bundler/gems/celluloid-b3573aca7649/lib/celluloid/internal_pool.rb:55:in `call'
121
121
  /Users/tony/.rvm/gems/ruby-1.9.3-p327/bundler/gems/celluloid-b3573aca7649/lib/celluloid/internal_pool.rb:55:in `block in create'
122
122
  D, [2012-12-19T01:01:42.610047 #85833] DEBUG -- : Shutdown completed cleanly
123
+ E, [2013-02-27T23:29:42.558169 #64860] ERROR -- : #<Class:0x007fe15a0df848> crashed!
124
+ ExampleCrash: the spec purposely crashed me :(
125
+ /Users/tony/.rvm/gems/ruby-1.9.3-p392/gems/celluloid-0.13.0.pre/spec/support/example_actor_class.rb:30:in `crash'
126
+ /Users/tony/.rvm/gems/ruby-1.9.3-p392/gems/celluloid-0.13.0.pre/lib/celluloid/calls.rb:11:in `public_send'
127
+ /Users/tony/.rvm/gems/ruby-1.9.3-p392/gems/celluloid-0.13.0.pre/lib/celluloid/calls.rb:11:in `dispatch'
128
+ /Users/tony/.rvm/gems/ruby-1.9.3-p392/gems/celluloid-0.13.0.pre/lib/celluloid/calls.rb:60:in `dispatch'
129
+ /Users/tony/.rvm/gems/ruby-1.9.3-p392/gems/celluloid-0.13.0.pre/lib/celluloid/actor.rb:328:in `block in handle_message'
130
+ /Users/tony/.rvm/gems/ruby-1.9.3-p392/gems/celluloid-0.13.0.pre/lib/celluloid/tasks/task_fiber.rb:28:in `block in initialize'
131
+ E, [2013-02-27T23:29:42.567584 #64860] ERROR -- : ExampleReceiver crashed!
132
+ ExampleCrash: the spec purposely crashed me :(
133
+ /Users/tony/.rvm/gems/ruby-1.9.3-p392/gems/celluloid-0.13.0.pre/spec/support/actor_examples.rb:199:in `receiver_method'
134
+ /Users/tony/.rvm/gems/ruby-1.9.3-p392/gems/celluloid-0.13.0.pre/lib/celluloid/calls.rb:11:in `public_send'
135
+ /Users/tony/.rvm/gems/ruby-1.9.3-p392/gems/celluloid-0.13.0.pre/lib/celluloid/calls.rb:11:in `dispatch'
136
+ /Users/tony/.rvm/gems/ruby-1.9.3-p392/gems/celluloid-0.13.0.pre/lib/celluloid/calls.rb:60:in `dispatch'
137
+ /Users/tony/.rvm/gems/ruby-1.9.3-p392/gems/celluloid-0.13.0.pre/lib/celluloid/actor.rb:328:in `block in handle_message'
138
+ /Users/tony/.rvm/gems/ruby-1.9.3-p392/gems/celluloid-0.13.0.pre/lib/celluloid/tasks/task_fiber.rb:28:in `block in initialize'
139
+ E, [2013-02-27T23:29:42.567914 #64860] ERROR -- : ExampleCaller crashed!
140
+ ExampleCrash: the spec purposely crashed me :(
141
+ /Users/tony/.rvm/gems/ruby-1.9.3-p392/gems/celluloid-0.13.0.pre/spec/support/actor_examples.rb:199:in `receiver_method'
142
+ /Users/tony/.rvm/gems/ruby-1.9.3-p392/gems/celluloid-0.13.0.pre/lib/celluloid/calls.rb:11:in `public_send'
143
+ /Users/tony/.rvm/gems/ruby-1.9.3-p392/gems/celluloid-0.13.0.pre/lib/celluloid/calls.rb:11:in `dispatch'
144
+ /Users/tony/.rvm/gems/ruby-1.9.3-p392/gems/celluloid-0.13.0.pre/lib/celluloid/calls.rb:60:in `dispatch'
145
+ /Users/tony/.rvm/gems/ruby-1.9.3-p392/gems/celluloid-0.13.0.pre/lib/celluloid/actor.rb:328:in `block in handle_message'
146
+ /Users/tony/.rvm/gems/ruby-1.9.3-p392/gems/celluloid-0.13.0.pre/lib/celluloid/tasks/task_fiber.rb:28:in `block in initialize'
147
+ (celluloid):0:in `remote procedure call'
148
+ /Users/tony/.rvm/gems/ruby-1.9.3-p392/gems/celluloid-0.13.0.pre/lib/celluloid/actor.rb:70:in `call'
149
+ /Users/tony/.rvm/gems/ruby-1.9.3-p392/gems/celluloid-0.13.0.pre/lib/celluloid/legacy.rb:14:in `method_missing'
150
+ /Users/tony/.rvm/gems/ruby-1.9.3-p392/gems/celluloid-0.13.0.pre/spec/support/actor_examples.rb:207:in `caller_method'
151
+ /Users/tony/.rvm/gems/ruby-1.9.3-p392/gems/celluloid-0.13.0.pre/lib/celluloid/calls.rb:11:in `public_send'
152
+ /Users/tony/.rvm/gems/ruby-1.9.3-p392/gems/celluloid-0.13.0.pre/lib/celluloid/calls.rb:11:in `dispatch'
153
+ /Users/tony/.rvm/gems/ruby-1.9.3-p392/gems/celluloid-0.13.0.pre/lib/celluloid/calls.rb:60:in `dispatch'
154
+ /Users/tony/.rvm/gems/ruby-1.9.3-p392/gems/celluloid-0.13.0.pre/lib/celluloid/actor.rb:328:in `block in handle_message'
155
+ /Users/tony/.rvm/gems/ruby-1.9.3-p392/gems/celluloid-0.13.0.pre/lib/celluloid/tasks/task_fiber.rb:28:in `block in initialize'
156
+ E, [2013-02-27T23:29:42.569918 #64860] ERROR -- : #<Class:0x007fe1589b3e80> crashed!
157
+ ExampleCrash: the spec purposely crashed me :(
158
+ /Users/tony/.rvm/gems/ruby-1.9.3-p392/gems/celluloid-0.13.0.pre/spec/support/example_actor_class.rb:30:in `crash'
159
+ /Users/tony/.rvm/gems/ruby-1.9.3-p392/gems/celluloid-0.13.0.pre/lib/celluloid/calls.rb:11:in `public_send'
160
+ /Users/tony/.rvm/gems/ruby-1.9.3-p392/gems/celluloid-0.13.0.pre/lib/celluloid/calls.rb:11:in `dispatch'
161
+ /Users/tony/.rvm/gems/ruby-1.9.3-p392/gems/celluloid-0.13.0.pre/lib/celluloid/calls.rb:60:in `dispatch'
162
+ /Users/tony/.rvm/gems/ruby-1.9.3-p392/gems/celluloid-0.13.0.pre/lib/celluloid/actor.rb:328:in `block in handle_message'
163
+ /Users/tony/.rvm/gems/ruby-1.9.3-p392/gems/celluloid-0.13.0.pre/lib/celluloid/tasks/task_fiber.rb:28:in `block in initialize'
164
+ E, [2013-02-27T23:29:42.575079 #64860] ERROR -- : #<Class:0x007fe15a03eee8> crashed!
165
+ TypeError: Exception object/String expected, but Fixnum received
166
+ /Users/tony/.rvm/gems/ruby-1.9.3-p392/gems/celluloid-0.13.0.pre/lib/celluloid.rb:278:in `abort'
167
+ /Users/tony/.rvm/gems/ruby-1.9.3-p392/gems/celluloid-0.13.0.pre/spec/support/example_actor_class.rb:40:in `crash_with_abort_raw'
168
+ /Users/tony/.rvm/gems/ruby-1.9.3-p392/gems/celluloid-0.13.0.pre/lib/celluloid/calls.rb:11:in `public_send'
169
+ /Users/tony/.rvm/gems/ruby-1.9.3-p392/gems/celluloid-0.13.0.pre/lib/celluloid/calls.rb:11:in `dispatch'
170
+ /Users/tony/.rvm/gems/ruby-1.9.3-p392/gems/celluloid-0.13.0.pre/lib/celluloid/calls.rb:60:in `dispatch'
171
+ /Users/tony/.rvm/gems/ruby-1.9.3-p392/gems/celluloid-0.13.0.pre/lib/celluloid/actor.rb:328:in `block in handle_message'
172
+ /Users/tony/.rvm/gems/ruby-1.9.3-p392/gems/celluloid-0.13.0.pre/lib/celluloid/tasks/task_fiber.rb:28:in `block in initialize'
173
+ E, [2013-02-27T23:29:42.619798 #64860] ERROR -- : #<Class:0x007fe15a120410> crashed!
174
+ ExampleCrash: the spec purposely crashed me :(
175
+ /Users/tony/.rvm/gems/ruby-1.9.3-p392/gems/celluloid-0.13.0.pre/spec/support/example_actor_class.rb:30:in `crash'
176
+ /Users/tony/.rvm/gems/ruby-1.9.3-p392/gems/celluloid-0.13.0.pre/lib/celluloid/calls.rb:11:in `public_send'
177
+ /Users/tony/.rvm/gems/ruby-1.9.3-p392/gems/celluloid-0.13.0.pre/lib/celluloid/calls.rb:11:in `dispatch'
178
+ /Users/tony/.rvm/gems/ruby-1.9.3-p392/gems/celluloid-0.13.0.pre/lib/celluloid/calls.rb:60:in `dispatch'
179
+ /Users/tony/.rvm/gems/ruby-1.9.3-p392/gems/celluloid-0.13.0.pre/lib/celluloid/actor.rb:328:in `block in handle_message'
180
+ /Users/tony/.rvm/gems/ruby-1.9.3-p392/gems/celluloid-0.13.0.pre/lib/celluloid/tasks/task_fiber.rb:28:in `block in initialize'
181
+ E, [2013-02-27T23:29:42.728341 #64860] ERROR -- : #<Class:0x007fe15894dc70> crashed!
182
+ ExampleCrash: the spec purposely crashed me :(
183
+ /Users/tony/.rvm/gems/ruby-1.9.3-p392/gems/celluloid-0.13.0.pre/spec/support/example_actor_class.rb:30:in `crash'
184
+ /Users/tony/.rvm/gems/ruby-1.9.3-p392/gems/celluloid-0.13.0.pre/lib/celluloid/calls.rb:11:in `public_send'
185
+ /Users/tony/.rvm/gems/ruby-1.9.3-p392/gems/celluloid-0.13.0.pre/lib/celluloid/calls.rb:11:in `dispatch'
186
+ /Users/tony/.rvm/gems/ruby-1.9.3-p392/gems/celluloid-0.13.0.pre/lib/celluloid/calls.rb:60:in `dispatch'
187
+ /Users/tony/.rvm/gems/ruby-1.9.3-p392/gems/celluloid-0.13.0.pre/lib/celluloid/actor.rb:328:in `block in handle_message'
188
+ /Users/tony/.rvm/gems/ruby-1.9.3-p392/gems/celluloid-0.13.0.pre/lib/celluloid/tasks/task_fiber.rb:28:in `block in initialize'
189
+ E, [2013-02-27T23:29:42.841919 #64860] ERROR -- : #<Class:0x007fe15a0f03c8> crashed!
190
+ ExampleCrash: the spec purposely crashed me :(
191
+ /Users/tony/.rvm/gems/ruby-1.9.3-p392/gems/celluloid-0.13.0.pre/spec/support/example_actor_class.rb:30:in `crash'
192
+ /Users/tony/.rvm/gems/ruby-1.9.3-p392/gems/celluloid-0.13.0.pre/lib/celluloid/calls.rb:11:in `public_send'
193
+ /Users/tony/.rvm/gems/ruby-1.9.3-p392/gems/celluloid-0.13.0.pre/lib/celluloid/calls.rb:11:in `dispatch'
194
+ /Users/tony/.rvm/gems/ruby-1.9.3-p392/gems/celluloid-0.13.0.pre/lib/celluloid/calls.rb:60:in `dispatch'
195
+ /Users/tony/.rvm/gems/ruby-1.9.3-p392/gems/celluloid-0.13.0.pre/lib/celluloid/actor.rb:328:in `block in handle_message'
196
+ /Users/tony/.rvm/gems/ruby-1.9.3-p392/gems/celluloid-0.13.0.pre/lib/celluloid/tasks/task_fiber.rb:28:in `block in initialize'
197
+ D, [2013-02-27T23:29:46.885001 #64860] DEBUG -- : Terminating 68 actors...
198
+ D, [2013-02-27T23:29:46.897828 #64860] DEBUG -- : Shutdown completed cleanly
metadata CHANGED
@@ -1,15 +1,15 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: celluloid-zmq
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.13.0.pre
5
- prerelease: 7
4
+ version: 0.13.0
5
+ prerelease:
6
6
  platform: ruby
7
7
  authors:
8
8
  - Tony Arcieri
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-02-14 00:00:00.000000000 Z
12
+ date: 2013-03-19 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: celluloid
@@ -18,7 +18,7 @@ dependencies:
18
18
  requirements:
19
19
  - - ! '>='
20
20
  - !ruby/object:Gem::Version
21
- version: 0.13.0.pre
21
+ version: 0.13.0
22
22
  type: :runtime
23
23
  prerelease: false
24
24
  version_requirements: !ruby/object:Gem::Requirement
@@ -26,7 +26,7 @@ dependencies:
26
26
  requirements:
27
27
  - - ! '>='
28
28
  - !ruby/object:Gem::Version
29
- version: 0.13.0.pre
29
+ version: 0.13.0
30
30
  - !ruby/object:Gem::Dependency
31
31
  name: celluloid-io
32
32
  requirement: !ruby/object:Gem::Requirement
@@ -34,7 +34,7 @@ dependencies:
34
34
  requirements:
35
35
  - - ! '>='
36
36
  - !ruby/object:Gem::Version
37
- version: 0.13.0.pre
37
+ version: 0.13.0
38
38
  type: :runtime
39
39
  prerelease: false
40
40
  version_requirements: !ruby/object:Gem::Requirement
@@ -42,7 +42,7 @@ dependencies:
42
42
  requirements:
43
43
  - - ! '>='
44
44
  - !ruby/object:Gem::Version
45
- version: 0.13.0.pre
45
+ version: 0.13.0
46
46
  - !ruby/object:Gem::Dependency
47
47
  name: ffi
48
48
  requirement: !ruby/object:Gem::Requirement
@@ -126,6 +126,7 @@ files:
126
126
  - LICENSE.txt
127
127
  - log/test.log
128
128
  - logo.png
129
+ - pkg/celluloid-zmq-0.13.0.pre.gem
129
130
  - Rakefile
130
131
  - README.md
131
132
  - spec/celluloid/zmq/actor_spec.rb
@@ -143,15 +144,12 @@ required_ruby_version: !ruby/object:Gem::Requirement
143
144
  - - ! '>='
144
145
  - !ruby/object:Gem::Version
145
146
  version: '0'
146
- segments:
147
- - 0
148
- hash: 1401150291998754123
149
147
  required_rubygems_version: !ruby/object:Gem::Requirement
150
148
  none: false
151
149
  requirements:
152
- - - ! '>'
150
+ - - ! '>='
153
151
  - !ruby/object:Gem::Version
154
- version: 1.3.1
152
+ version: '0'
155
153
  requirements: []
156
154
  rubyforge_project:
157
155
  rubygems_version: 1.8.23
@@ -163,3 +161,4 @@ test_files:
163
161
  - spec/celluloid/zmq/actor_spec.rb
164
162
  - spec/spec_helper.rb
165
163
  - .gitignore
164
+ has_rdoc: