Skip to content
Snippets Groups Projects
rails-geocoder.gemspec 1.61 KiB
Newer Older
  • Learn to ignore specific revisions
  • Alex Reisner's avatar
    Alex Reisner committed
    # Generated by jeweler
    # DO NOT EDIT THIS FILE
    # Instead, edit Jeweler::Tasks in Rakefile, and run `rake gemspec`
    # -*- encoding: utf-8 -*-
    
    Gem::Specification.new do |s|
    
      s.name = %q{rails-geocoder}
    
    Alex Reisner's avatar
    Alex Reisner committed
      s.version = "0.8.2"
    
    Alex Reisner's avatar
    Alex Reisner committed
    
      s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
      s.authors = ["Alex Reisner"]
    
    Alex Reisner's avatar
    Alex Reisner committed
      s.date = %q{2009-10-12}
    
    Alex Reisner's avatar
    Alex Reisner committed
      s.description = %q{Geocoder adds object geocoding and database-agnostic distance calculations to Ruby on Rails. 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 or even SQLite.}
    
    Alex Reisner's avatar
    Alex Reisner committed
      s.email = %q{alex@alexreisner.com}
      s.extra_rdoc_files = [
        "LICENSE",
         "README.rdoc"
      ]
      s.files = [
        ".document",
         ".gitignore",
    
    Alex Reisner's avatar
    Alex Reisner committed
         "CHANGELOG.rdoc",
    
    Alex Reisner's avatar
    Alex Reisner committed
         "LICENSE",
         "README.rdoc",
         "Rakefile",
         "VERSION",
         "init.rb",
         "lib/geocoder.rb",
    
         "rails-geocoder.gemspec",
    
    Alex Reisner's avatar
    Alex Reisner committed
         "test/fixtures/madison_square_garden.xml",
    
    Alex Reisner's avatar
    Alex Reisner committed
         "test/geocoder_test.rb",
         "test/test_helper.rb"
      ]
      s.homepage = %q{http://github.com/alexreisner/geocoder}
      s.rdoc_options = ["--charset=UTF-8"]
      s.require_paths = ["lib"]
      s.rubygems_version = %q{1.3.5}
      s.summary = %q{Add geocoding functionality to Rails models.}
      s.test_files = [
        "test/geocoder_test.rb",
         "test/test_helper.rb"
      ]
    
      if s.respond_to? :specification_version then
        current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
        s.specification_version = 3
    
        if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then
        else
        end
      else
      end
    end