rstyx 0.3.2 → 0.4.0

Sign up to get free protection for your applications and to get access to all the features.
metadata CHANGED
@@ -3,8 +3,8 @@ rubygems_version: 0.9.4
3
3
  specification_version: 1
4
4
  name: rstyx
5
5
  version: !ruby/object:Gem::Version
6
- version: 0.3.2
7
- date: 2007-09-13 00:00:00 +08:00
6
+ version: 0.4.0
7
+ date: 2007-09-18 00:00:00 +08:00
8
8
  summary: RStyx is a Ruby implementation of the 9P2000/Styx distributed file protocol used on Plan 9 and Inferno.
9
9
  require_paths:
10
10
  - lib
@@ -30,25 +30,27 @@ authors:
30
30
  - Rafael R. Sevilla
31
31
  files:
32
32
  - COPYING
33
- - ChangeLog
33
+ - History.txt
34
34
  - Manifest.txt
35
- - NEWS
36
35
  - README.txt
37
36
  - Rakefile
38
- - examples/readstyxfile.rb
39
37
  - examples/fileondisk.rb
38
+ - examples/readstyxfile.rb
40
39
  - examples/testserver.rb
41
40
  - examples/writestyxfile.rb
41
+ - keyring.txt
42
+ - lib/rstyx.rb
42
43
  - lib/rstyx/authmodules.rb
43
44
  - lib/rstyx/client.rb
44
45
  - lib/rstyx/common.rb
45
46
  - lib/rstyx/errors.rb
47
+ - lib/rstyx/keyring.rb
46
48
  - lib/rstyx/messages.rb
47
49
  - lib/rstyx/server.rb
48
50
  - lib/rstyx/version.rb
49
- - lib/rstyx.rb
50
51
  - tests/tc_client.rb
51
52
  - tests/tc_message.rb
53
+ - tests/tc_styxservproto.rb
52
54
  test_files:
53
55
  - tests/tc_client.rb
54
56
  - tests/tc_message.rb
@@ -57,8 +59,10 @@ rdoc_options:
57
59
  - --main
58
60
  - README.txt
59
61
  extra_rdoc_files:
62
+ - History.txt
60
63
  - Manifest.txt
61
64
  - README.txt
65
+ - keyring.txt
62
66
  executables: []
63
67
 
64
68
  extensions: []
data/ChangeLog DELETED
@@ -1,4 +0,0 @@
1
- 2007-06-04 Rafael "Dido" Sevilla <dido@achernar>
2
-
3
- * server.rb -- initial shot at making a 9P2000/Styx server.
4
-
data/NEWS DELETED
@@ -1,2 +0,0 @@
1
-
2
- Version 0.1.0 -- Initial Release