textgraph 0.1.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (6) hide show
  1. data/README.txt +44 -0
  2. data/Rakefile +123 -0
  3. data/lib/textgraph.rb +186 -0
  4. data/lib/textgraph/version.rb +9 -0
  5. data/setup.rb +1585 -0
  6. metadata +50 -0
metadata ADDED
@@ -0,0 +1,50 @@
1
+ --- !ruby/object:Gem::Specification
2
+ rubygems_version: 0.8.11
3
+ specification_version: 1
4
+ name: textgraph
5
+ version: !ruby/object:Gem::Version
6
+ version: 0.1.0
7
+ date: 2007-09-27 00:00:00 +09:00
8
+ summary: parser of ascii-art graph
9
+ require_paths:
10
+ - lib
11
+ email: yhara(at)kmc gr jp
12
+ homepage: http://TextGraph.rubyforge.org
13
+ rubyforge_project: TextGraph
14
+ description: parser of ascii-art graph
15
+ autorequire:
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
+ - yhara(Yutaka HARA)
30
+ files:
31
+ - README.txt
32
+ - Rakefile
33
+ - lib/textgraph.rb
34
+ - lib/textgraph/version.rb
35
+ - setup.rb
36
+ test_files: []
37
+
38
+ rdoc_options:
39
+ - --main
40
+ - README.txt
41
+ extra_rdoc_files:
42
+ - README.txt
43
+ executables: []
44
+
45
+ extensions: []
46
+
47
+ requirements: []
48
+
49
+ dependencies: []
50
+