rats 0.1.0

Sign up to get free protection for your applications and to get access to all the features.
metadata ADDED
@@ -0,0 +1,95 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: rats
3
+ version: !ruby/object:Gem::Version
4
+ prerelease: false
5
+ segments:
6
+ - 0
7
+ - 1
8
+ - 0
9
+ version: 0.1.0
10
+ platform: ruby
11
+ authors:
12
+ - Mark G
13
+ autorequire:
14
+ bindir: bin
15
+ cert_chain: []
16
+
17
+ date: 2010-03-31 00:00:00 -04:00
18
+ default_executable:
19
+ dependencies: []
20
+
21
+ description: A ruby class to help with using the Alberta Township System
22
+ email: rats@attackcorp.com
23
+ executables: []
24
+
25
+ extensions: []
26
+
27
+ extra_rdoc_files:
28
+ - LICENSE
29
+ - README.rdoc
30
+ files:
31
+ - .document
32
+ - .gitignore
33
+ - LICENSE
34
+ - README.rdoc
35
+ - Rakefile
36
+ - VERSION
37
+ - lib/rats.rb
38
+ - lib/rats/base.rb
39
+ - lib/rats/boundaries.rb
40
+ - lib/rats/data.rb
41
+ - lib/rats/data/base.rb
42
+ - lib/rats/data/meridian.rb
43
+ - lib/rats/data/quarter.rb
44
+ - lib/rats/data/range.rb
45
+ - lib/rats/data/section.rb
46
+ - lib/rats/data/township.rb
47
+ - rats.gemspec
48
+ - spec/data/data_spec.rb
49
+ - spec/data/meridian_spec.rb
50
+ - spec/data/quarter_spec.rb
51
+ - spec/data/range_spec.rb
52
+ - spec/data/section_spec.rb
53
+ - spec/data/township_spec.rb
54
+ - spec/rats_spec.rb
55
+ - spec/spec.opts
56
+ - spec/spec_helper.rb
57
+ has_rdoc: true
58
+ homepage: http://github.com/attack/rats
59
+ licenses: []
60
+
61
+ post_install_message:
62
+ rdoc_options:
63
+ - --charset=UTF-8
64
+ require_paths:
65
+ - lib
66
+ required_ruby_version: !ruby/object:Gem::Requirement
67
+ requirements:
68
+ - - ">="
69
+ - !ruby/object:Gem::Version
70
+ segments:
71
+ - 0
72
+ version: "0"
73
+ required_rubygems_version: !ruby/object:Gem::Requirement
74
+ requirements:
75
+ - - ">="
76
+ - !ruby/object:Gem::Version
77
+ segments:
78
+ - 0
79
+ version: "0"
80
+ requirements: []
81
+
82
+ rubyforge_project:
83
+ rubygems_version: 1.3.6
84
+ signing_key:
85
+ specification_version: 3
86
+ summary: A ruby class to help with using the Alberta Township System
87
+ test_files:
88
+ - spec/data/data_spec.rb
89
+ - spec/data/meridian_spec.rb
90
+ - spec/data/quarter_spec.rb
91
+ - spec/data/range_spec.rb
92
+ - spec/data/section_spec.rb
93
+ - spec/data/township_spec.rb
94
+ - spec/rats_spec.rb
95
+ - spec/spec_helper.rb