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

Update changelog and bump to gem version 0.8.4.

parent 8913b7e1
No related branches found
No related tags found
No related merge requests found
...@@ -2,6 +2,10 @@ ...@@ -2,6 +2,10 @@
Per-release changes to Geocoder. Per-release changes to Geocoder.
== 0.8.4 (2009 Oct 23)
* Deprecate <tt>find_near</tt> class method in favor of +near+ named scope.
== 0.8.3 (2009 Oct 23) == 0.8.3 (2009 Oct 23)
* Update Google URL query string parameter to reflect recent changes in Google's API. * Update Google URL query string parameter to reflect recent changes in Google's API.
......
0.8.3 0.8.4
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
Gem::Specification.new do |s| Gem::Specification.new do |s|
s.name = %q{rails-geocoder} s.name = %q{rails-geocoder}
s.version = "0.8.3" s.version = "0.8.4"
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Alex Reisner"] s.authors = ["Alex Reisner"]
......
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