fstrozzi-Gmap 1.0.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,93 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: fstrozzi-Gmap
3
+ version: !ruby/object:Gem::Version
4
+ version: 1.0.0
5
+ platform: ruby
6
+ authors:
7
+ - Francesco Strozzi
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+
12
+ date: 2008-08-13 00:00:00 -07:00
13
+ default_executable:
14
+ dependencies: []
15
+
16
+ description:
17
+ email: francesco.strozzi@gmail.com
18
+ executables: []
19
+
20
+ extensions: []
21
+
22
+ extra_rdoc_files:
23
+ - README
24
+ files:
25
+ - doc/files
26
+ - doc/files/lib
27
+ - doc/files/lib/gmap
28
+ - doc/files/lib/gmap/core_rb.html
29
+ - doc/files/lib/gmap_rb.html
30
+ - doc/files/test
31
+ - doc/files/test/unit
32
+ - doc/files/test/unit/gmap_test_rb.html
33
+ - doc/index.html
34
+ - doc/fr_method_index.html
35
+ - doc/fr_class_index.html
36
+ - doc/fr_file_index.html
37
+ - doc/created.rid
38
+ - doc/classes
39
+ - doc/classes/Gmap
40
+ - doc/classes/Gmap/Core.src
41
+ - doc/classes/Gmap/Core.src/M000008.html
42
+ - doc/classes/Gmap/Core.src/M000009.html
43
+ - doc/classes/Gmap/Core.src/M000006.html
44
+ - doc/classes/Gmap/Core.src/M000007.html
45
+ - doc/classes/Gmap/Result.html
46
+ - doc/classes/Gmap/Core.html
47
+ - doc/classes/Gmap/Result.src
48
+ - doc/classes/Gmap/Result.src/M000010.html
49
+ - doc/classes/Gmap/Result.src/M000011.html
50
+ - doc/classes/Gmap/Result.src/M000012.html
51
+ - doc/classes/Gmap/Result.src/M000013.html
52
+ - doc/classes/Gmap/Result.src/M000014.html
53
+ - doc/classes/Gmap.html
54
+ - doc/classes/GmapTest.src
55
+ - doc/classes/GmapTest.src/M000001.html
56
+ - doc/classes/GmapTest.src/M000002.html
57
+ - doc/classes/GmapTest.src/M000003.html
58
+ - doc/classes/GmapTest.src/M000004.html
59
+ - doc/classes/GmapTest.src/M000005.html
60
+ - doc/classes/GmapTest.html
61
+ - samples/test.gmap
62
+ - lib/gmap
63
+ - lib/gmap/core.rb
64
+ - lib/gmap.rb
65
+ - README
66
+ has_rdoc: true
67
+ homepage: http://github.com/fstrozzi/gmap
68
+ post_install_message:
69
+ rdoc_options: []
70
+
71
+ require_paths:
72
+ - lib
73
+ required_ruby_version: !ruby/object:Gem::Requirement
74
+ requirements:
75
+ - - ">="
76
+ - !ruby/object:Gem::Version
77
+ version: "0"
78
+ version:
79
+ required_rubygems_version: !ruby/object:Gem::Requirement
80
+ requirements:
81
+ - - ">="
82
+ - !ruby/object:Gem::Version
83
+ version: "0"
84
+ version:
85
+ requirements: []
86
+
87
+ rubyforge_project:
88
+ rubygems_version: 1.2.0
89
+ signing_key:
90
+ specification_version: 2
91
+ summary: Ruby Class to manage Gmap output
92
+ test_files:
93
+ - test/unit/gmap_test.rb