revent 0.6 → 0.6.1
Sign up to get free protection for your applications and to get access to all the features.
- data/example/as_r/{ping → echo}/Document.as +0 -0
- data/example/as_r/{ping → echo}/README +0 -0
- data/example/as_r/{ping → echo}/client.fla +0 -0
- data/example/as_r/{ping → echo}/client.swf +0 -0
- data/example/as_r/{ping → echo}/server.rb +0 -0
- data/example/r_r/{ping → echo}/client.rb +0 -1
- data/example/r_r/{ping → echo}/server.rb +0 -0
- data/revent-0.6.gem +0 -0
- metadata +11 -10
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
data/revent-0.6.gem
ADDED
Binary file
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: revent
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version:
|
4
|
+
version: 0.6.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Ngoc DAO Thanh
|
@@ -43,19 +43,19 @@ extra_rdoc_files: []
|
|
43
43
|
files:
|
44
44
|
- example
|
45
45
|
- example/as_r
|
46
|
-
- example/as_r/
|
47
|
-
- example/as_r/
|
48
|
-
- example/as_r/
|
49
|
-
- example/as_r/
|
50
|
-
- example/as_r/
|
51
|
-
- example/as_r/
|
46
|
+
- example/as_r/echo
|
47
|
+
- example/as_r/echo/client.fla
|
48
|
+
- example/as_r/echo/client.swf
|
49
|
+
- example/as_r/echo/Document.as
|
50
|
+
- example/as_r/echo/README
|
51
|
+
- example/as_r/echo/server.rb
|
52
52
|
- example/r_r
|
53
53
|
- example/r_r/chat
|
54
54
|
- example/r_r/chat/client.rb
|
55
55
|
- example/r_r/chat/server.rb
|
56
|
-
- example/r_r/
|
57
|
-
- example/r_r/
|
58
|
-
- example/r_r/
|
56
|
+
- example/r_r/echo
|
57
|
+
- example/r_r/echo/client.rb
|
58
|
+
- example/r_r/echo/server.rb
|
59
59
|
- INSTALL
|
60
60
|
- lib
|
61
61
|
- lib/revent
|
@@ -83,6 +83,7 @@ files:
|
|
83
83
|
- lib/revent/r_r.rb
|
84
84
|
- lib/revent/synchronize.rb
|
85
85
|
- README
|
86
|
+
- revent-0.6.gem
|
86
87
|
- setup.rb
|
87
88
|
has_rdoc: false
|
88
89
|
homepage: http://revent.rubyforge.org
|