rstyx 0.1.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.
metadata ADDED
@@ -0,0 +1,52 @@
1
+ !ruby/object:Gem::Specification
2
+ rubygems_version: 0.8.11
3
+ specification_version: 1
4
+ name: rstyx
5
+ version: !ruby/object:Gem::Version
6
+ version: 0.1.0
7
+ date: 2005-10-01 00:00:00 +08:00
8
+ summary: RStyx is an implementation of the Styx/9P2000 distributed filesystem protocol for Ruby.
9
+ require_paths:
10
+ - lib
11
+ email: dido@imperium.ph
12
+ homepage: http://rubyforge.org/projects/rstyx
13
+ rubyforge_project:
14
+ description:
15
+ autorequire: rstyx
16
+ default_executable:
17
+ bindir: bin
18
+ has_rdoc: true
19
+ required_ruby_version: !ruby/object:Gem::Version::Requirement
20
+ requirements:
21
+ - - ">"
22
+ - !ruby/object:Gem::Version
23
+ version: 0.0.0
24
+ version:
25
+ platform: ruby
26
+ signing_key:
27
+ cert_chain:
28
+ authors:
29
+ - Rafael Sevilla
30
+ files:
31
+ - lib/rstyx
32
+ - lib/rstyx.rb
33
+ - lib/rstyx/messages.rb
34
+ - lib/rstyx/client.rb
35
+ - lib/rstyx/version.rb
36
+ - lib/rstyx/errors.rb
37
+ - tests/tc_message.rb
38
+ test_files: []
39
+
40
+ rdoc_options:
41
+ - --title
42
+ - RStyx -- Styx/9P2000 for Ruby
43
+ extra_rdoc_files: []
44
+
45
+ executables: []
46
+
47
+ extensions: []
48
+
49
+ requirements: []
50
+
51
+ dependencies: []
52
+