Skip to content

Commit

Permalink
Update README and CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
bryckbost committed Oct 1, 2010
1 parent 722f777 commit 18d7563
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
5 changes: 5 additions & 0 deletions 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

Expand Down
4 changes: 4 additions & 0 deletions README
Expand Up @@ -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.",
Expand Down
2 changes: 1 addition & 1 deletion acts_as_geocodable.gemspec
Expand Up @@ -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 = [
Expand Down

0 comments on commit 18d7563

Please sign in to comment.