Skip to content
Snippets Groups Projects
Commit 61629efd authored by Alex Reisner's avatar Alex Reisner
Browse files

Remove rails-geocoder.gemspec (in separate branch).

parent f0ec4319
No related branches found
No related tags found
No related merge requests found
# -*- encoding: utf-8 -*-
Gem::Specification.new do |s|
s.name = "rails-geocoder"
s.version = File.read(File.join(File.dirname(__FILE__), 'VERSION'))
s.platform = Gem::Platform::RUBY
s.authors = ["Alex Reisner"]
s.email = ["alex@alexreisner.com"]
s.homepage = "http://github.com/alexreisner/geocoder"
s.date = Date.today.to_s
s.summary = "Simple, database-agnostic geocoding and distance calculations for Rails."
s.description = "Geocoder adds object geocoding and distance calculations to ActiveRecord models. It does not rely on proprietary database functions so finding geocoded objects in a given area is easily done using out-of-the-box MySQL, PostgreSQL, or SQLite."
s.files = Dir.glob("{lib,lib/geocoder,lib/tasks,test}/*") + %w(CHANGELOG.rdoc Rakefile README.rdoc LICENSE)
s.require_paths = ["lib"]
end
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment