rcap 0.1

Sign up to get free protection for your applications and to get access to all the features.
metadata ADDED
@@ -0,0 +1,99 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: rcap
3
+ version: !ruby/object:Gem::Version
4
+ version: "0.1"
5
+ platform: ruby
6
+ authors:
7
+ - Farrel Lifson
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+
12
+ date: 2009-11-03 00:00:00 +02:00
13
+ default_executable:
14
+ dependencies:
15
+ - !ruby/object:Gem::Dependency
16
+ name: assistance
17
+ type: :runtime
18
+ version_requirement:
19
+ version_requirements: !ruby/object:Gem::Requirement
20
+ requirements:
21
+ - - ">="
22
+ - !ruby/object:Gem::Version
23
+ version: "0"
24
+ version:
25
+ - !ruby/object:Gem::Dependency
26
+ name: uuidtools
27
+ type: :runtime
28
+ version_requirement:
29
+ version_requirements: !ruby/object:Gem::Requirement
30
+ requirements:
31
+ - - ">="
32
+ - !ruby/object:Gem::Version
33
+ version: 2.0.0
34
+ version:
35
+ description: A Ruby API providing parsing and generation of CAP(Common Alerting Protocol) messages.
36
+ email: farrel.lifson@aimred.com
37
+ executables: []
38
+
39
+ extensions: []
40
+
41
+ extra_rdoc_files:
42
+ - README
43
+ - CHANGELOG
44
+ files:
45
+ - lib/rcap.rb
46
+ - lib/rcap/area.rb
47
+ - lib/rcap/polygon.rb
48
+ - lib/rcap/resource.rb
49
+ - lib/rcap/utilities.rb
50
+ - lib/rcap/circle.rb
51
+ - lib/rcap/point.rb
52
+ - lib/rcap/alert.rb
53
+ - lib/rcap/geocode.rb
54
+ - lib/rcap/validations.rb
55
+ - lib/rcap/parameter.rb
56
+ - lib/rcap/event_code.rb
57
+ - lib/rcap/info.rb
58
+ - README
59
+ - CHANGELOG
60
+ has_rdoc: true
61
+ homepage: http://www.aimred.com/projects/rcap
62
+ licenses: []
63
+
64
+ post_install_message:
65
+ rdoc_options: []
66
+
67
+ require_paths:
68
+ - lib
69
+ required_ruby_version: !ruby/object:Gem::Requirement
70
+ requirements:
71
+ - - ">="
72
+ - !ruby/object:Gem::Version
73
+ version: "0"
74
+ version:
75
+ required_rubygems_version: !ruby/object:Gem::Requirement
76
+ requirements:
77
+ - - ">="
78
+ - !ruby/object:Gem::Version
79
+ version: "0"
80
+ version:
81
+ requirements: []
82
+
83
+ rubyforge_project:
84
+ rubygems_version: 1.3.5
85
+ signing_key:
86
+ specification_version: 3
87
+ summary: CAP(Common Alerting Protocol) API
88
+ test_files:
89
+ - spec/area_spec.rb
90
+ - spec/resource_spec.rb
91
+ - spec/polygon_spec.rb
92
+ - spec/info_spec.rb
93
+ - spec/circle_spec.rb
94
+ - spec/geocode_spec.rb
95
+ - spec/utilities_spec.rb
96
+ - spec/alert_spec.rb
97
+ - spec/validations_spec.rb
98
+ - spec/spec_helper.rb
99
+ - spec/point_spec.rb