celluloid 0.1.0 → 0.2.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.
@@ -1,5 +1,5 @@
1
1
  !RBIX
2
- 3578385345186687227
2
+ 3246536075095810518
3
3
  18
4
4
  M
5
5
  1
@@ -1,4 +1,4 @@
1
1
  module Celluloid
2
- VERSION = '0.1.0'
2
+ VERSION = '0.2.0'
3
3
  def self.version; VERSION; end
4
4
  end
@@ -1,5 +1,5 @@
1
1
  !RBIX
2
- 3578385345186687227
2
+ 3246536075095810518
3
3
  18
4
4
  M
5
5
  1
@@ -110,7 +110,7 @@ x
110
110
  VERSION
111
111
  s
112
112
  5
113
- 0.1.0
113
+ 0.2.0
114
114
  x
115
115
  9
116
116
  const_set
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: celluloid
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.1.0
5
+ version: 0.2.0
6
6
  platform: ruby
7
7
  authors:
8
8
  - Tony Arcieri
@@ -10,7 +10,7 @@ autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
12
 
13
- date: 2011-06-21 00:00:00 -06:00
13
+ date: 2011-07-11 00:00:00 -07:00
14
14
  default_executable:
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency
@@ -62,17 +62,16 @@ files:
62
62
  - lib/celluloid/linking.rbc
63
63
  - lib/celluloid/mailbox.rb
64
64
  - lib/celluloid/mailbox.rbc
65
- - lib/celluloid/reference.rbc
66
65
  - lib/celluloid/registry.rb
67
66
  - lib/celluloid/registry.rbc
68
67
  - lib/celluloid/responses.rb
69
68
  - lib/celluloid/responses.rbc
69
+ - lib/celluloid/signals.rb
70
+ - lib/celluloid/signals.rbc
70
71
  - lib/celluloid/supervisor.rb
71
72
  - lib/celluloid/supervisor.rbc
72
- - lib/celluloid/tuple.rbc
73
73
  - lib/celluloid/version.rb
74
74
  - lib/celluloid/version.rbc
75
- - lib/celluloid/waker.rbc
76
75
  - lib/celluloid.rb
77
76
  - lib/celluloid.rbc
78
77
  has_rdoc: true
@@ -1,128 +0,0 @@
1
- !RBIX
2
- 10565180300906495541
3
- x
4
- M
5
- 1
6
- n
7
- n
8
- x
9
- 10
10
- __script__
11
- i
12
- 28
13
- 99
14
- 7
15
- 0
16
- 65
17
- 49
18
- 1
19
- 2
20
- 13
21
- 99
22
- 12
23
- 7
24
- 2
25
- 12
26
- 7
27
- 3
28
- 12
29
- 65
30
- 12
31
- 49
32
- 4
33
- 4
34
- 15
35
- 49
36
- 2
37
- 0
38
- 15
39
- 2
40
- 11
41
- I
42
- 6
43
- I
44
- 0
45
- I
46
- 0
47
- I
48
- 0
49
- n
50
- p
51
- 5
52
- x
53
- 9
54
- Celluloid
55
- x
56
- 11
57
- open_module
58
- x
59
- 15
60
- __module_init__
61
- M
62
- 1
63
- n
64
- n
65
- x
66
- 9
67
- Celluloid
68
- i
69
- 13
70
- 5
71
- 66
72
- 99
73
- 7
74
- 0
75
- 1
76
- 65
77
- 49
78
- 1
79
- 3
80
- 15
81
- 1
82
- 11
83
- I
84
- 4
85
- I
86
- 0
87
- I
88
- 0
89
- I
90
- 0
91
- n
92
- p
93
- 2
94
- x
95
- 9
96
- Reference
97
- x
98
- 10
99
- open_class
100
- p
101
- 3
102
- I
103
- 2
104
- I
105
- 3
106
- I
107
- d
108
- x
109
- 52
110
- /Users/tony/src/celluloid/lib/celluloid/reference.rb
111
- p
112
- 0
113
- x
114
- 13
115
- attach_method
116
- p
117
- 3
118
- I
119
- 0
120
- I
121
- 1
122
- I
123
- 1c
124
- x
125
- 52
126
- /Users/tony/src/celluloid/lib/celluloid/reference.rb
127
- p
128
- 0
Binary file