public
Description: A Rails plugin that makes your applications geo-aware.
Homepage: http://graticule.rubyforge.org/plugin.html
Clone URL: git://github.com/collectiveidea/acts_as_geocodable.git
Click here to lend your support to: acts_as_geocodable and make a donation at www.pledgie.com !
commit  2d176ebe71aac4017e91df1675ca15e2ac78c000
tree    77d717165619c5c682f79a955e905661098b3b77
parent  1d67f0130d38fbb056df26371e179406ae717759
acts_as_geocodable / acts_as_geocodable.gemspec
100644 70 lines (65 sloc) 2.194 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
# 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{acts_as_geocodable}
  s.version = "1.0.0"
 
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
  s.authors = ["Daniel Morrison", "Brandon Keepers"]
  s.date = %q{2009-10-21}
  s.description = %q{Simple geocoding for Rails ActiveRecord models. See the README for more details.}
  s.email = %q{info@collectiveidea.com}
  s.extra_rdoc_files = [
    "README"
  ]
  s.files = [
    ".gitignore",
     "CHANGELOG",
     "MIT-LICENSE",
     "README",
     "Rakefile",
     "VERSION",
     "about.yml",
     "acts_as_geocodable.gemspec",
     "generators/geocodable_migration/USAGE",
     "generators/geocodable_migration/geocodable_migration_generator.rb",
     "generators/geocodable_migration/templates/migration.rb",
     "install.rb",
     "lib/acts_as_geocodable.rb",
     "lib/acts_as_geocodable/geocode.rb",
     "lib/acts_as_geocodable/geocoding.rb",
     "lib/acts_as_geocodable/remote_location.rb",
     "lib/acts_as_geocodable/tasks/acts_as_geocodable_tasks.rake",
     "rails/init.rb",
     "test/acts_as_geocodable_test.rb",
     "test/db/database.yml",
     "test/db/schema.rb",
     "test/fixtures/cities.yml",
     "test/fixtures/geocodes.yml",
     "test/fixtures/geocodings.yml",
     "test/fixtures/vacations.yml",
     "test/geocode_test.rb",
     "test/test_helper.rb",
     "uninstall.rb"
  ]
  s.homepage = %q{http://github.com/collectiveidea/acts_as_geocodable}
  s.rdoc_options = ["--charset=UTF-8"]
  s.require_paths = ["lib"]
  s.rubygems_version = %q{1.3.5}
  s.summary = %q{Simple geocoding for Rails ActiveRecord models}
  s.test_files = [
    "test/acts_as_geocodable_test.rb",
     "test/db/schema.rb",
     "test/geocode_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