Permalink
Switch branches/tags
Nothing to show
Find file
Fetching contributors…
Cannot retrieve contributors at this time
16 lines (15 sloc) 634 Bytes
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