Skip to content
Snippets Groups Projects
Commit d943e42f authored by alexreisner's avatar alexreisner
Browse files

Prepare for 0.9.0 gem release.

Update changelog and bump version.
parent 534a4527
No related branches found
Tags v1.3.7
No related merge requests found
...@@ -2,6 +2,10 @@ ...@@ -2,6 +2,10 @@
Per-release changes to Geocoder. Per-release changes to Geocoder.
== 0.9.0 (2010 Apr 2)
* Fix bug in PostgreSQL support (caused "PGError: ERROR: column "distance" does not exist"), reported by developish.
== 0.8.9 (2010 Feb 11) == 0.8.9 (2010 Feb 11)
* Add Rails 3 compatibility. * Add Rails 3 compatibility.
......
0.8.9 0.9.0
...@@ -5,11 +5,11 @@ ...@@ -5,11 +5,11 @@
Gem::Specification.new do |s| Gem::Specification.new do |s|
s.name = %q{rails-geocoder} s.name = %q{rails-geocoder}
s.version = "0.8.9" s.version = "0.9.0"
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"]
s.date = %q{2010-02-11} s.date = %q{2010-04-02}
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.} 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.}
s.email = %q{alex@alexreisner.com} s.email = %q{alex@alexreisner.com}
s.extra_rdoc_files = [ s.extra_rdoc_files = [
...@@ -35,7 +35,7 @@ Gem::Specification.new do |s| ...@@ -35,7 +35,7 @@ Gem::Specification.new do |s|
s.homepage = %q{http://github.com/alexreisner/geocoder} s.homepage = %q{http://github.com/alexreisner/geocoder}
s.rdoc_options = ["--charset=UTF-8"] s.rdoc_options = ["--charset=UTF-8"]
s.require_paths = ["lib"] s.require_paths = ["lib"]
s.rubygems_version = %q{1.3.5} s.rubygems_version = %q{1.3.6}
s.summary = %q{Add geocoding functionality to Rails models.} s.summary = %q{Add geocoding functionality to Rails models.}
s.test_files = [ s.test_files = [
"test/geocoder_test.rb", "test/geocoder_test.rb",
......
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