diff --git a/CHANGELOG b/CHANGELOG index 3886f83..0b4e82b 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,8 @@ +2.0.0 - 2010-10-01 +* Rewritten for Rails 3 +* New Rails 3/ARel finder syntax +* Double Rainbows + 0.2.1 - 2008-8-8 * Results are now WillPaginate compatible diff --git a/README b/README index 6f82d08..33731cf 100644 --- a/README +++ b/README @@ -2,6 +2,10 @@ acts_as_geocodable helps you build geo-aware applications. It automatically geocodes your models when they are saved, giving you the ability to search by location and calculate distances between records. +Beginning with version 2, we require Rails 3. Use one of the 1.0.x tags to work with Rails 2.3. + +Also, we've adopted the ARel style syntax for finding records. + == Usage event = Event.create :street => "777 NE Martin Luther King, Jr. Blvd.", diff --git a/acts_as_geocodable.gemspec b/acts_as_geocodable.gemspec index 44e63fb..cfb7a97 100644 --- a/acts_as_geocodable.gemspec +++ b/acts_as_geocodable.gemspec @@ -6,7 +6,7 @@ require 'acts_as_geocodable/version' Gem::Specification.new do |s| s.name = %q{acts_as_geocodable} s.version = ::ActsAsGeocodable::VERSION - s.authors = ["Daniel Morrison", "Brandon Keepers"] + s.authors = ["Daniel Morrison", "Brandon Keepers", "Brian Ryckbost"] 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 = [