Permalink
Cannot retrieve contributors at this time
Fetching contributors…
| Gem::Specification.new do |s| | |
| s.name = 'Geocoder-US' | |
| s.version = "2.0.4" | |
| 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 = "test/run.rb" | |
| s.add_dependency 'sqlite3-ruby', '~>1.3.1' | |
| s.has_rdoc = true | |
| s.extra_rdoc_files = ["README.rdoc"] | |
| end |