geocommons / geocoder

Modular Street Address Geocoder

This URL has Read+Write access

wonderchook (author)
Mon Oct 19 11:10:21 -0700 2009
commit  b72c21c0851c40a63fffdc5e30bf3fa0f9341163
tree    ee3deb7c12719eed8c53bc8fcd4a299b3789b649
parent  e08671b2055ade47fc9114d14819e22311b04af8
geocoder / gemspec
100644 15 lines (14 sloc) 0.588 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Gem::Specification.new do |s|
    s.name = 'Geocoder-US'
    s.version = "2.0.0"
    s.author = "Schuyler Erle"
    s.email = 'geocoder@entropyfree.com'
    s.description = "US address geocoding based on TIGER/Line."
    s.summary = "US address geocoding based on TIGER/Line."
    s.homepage = "http://geocoder.us/"
    s.files = ["lib/geocoder/us.rb"] + Dir["lib/geocoder/us/*"] + Dir["tests/*"]
    s.require_path = "lib"
    s.test_files = "tests/run.rb"
    s.has_rdoc = true
    s.extra_rdoc_files = ["README.rdoc"]
end