Skip to content

Commit

Permalink
Prepare for 0.9.0 gem release.
Browse files Browse the repository at this point in the history
Update changelog and bump version.
  • Loading branch information
alexreisner committed Apr 2, 2010
1 parent 534a452 commit d943e42
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.rdoc
Expand Up @@ -2,6 +2,10 @@

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)

* Add Rails 3 compatibility.
Expand Down
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
0.8.9
0.9.0
6 changes: 3 additions & 3 deletions rails-geocoder.gemspec
Expand Up @@ -5,11 +5,11 @@

Gem::Specification.new do |s|
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.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.email = %q{alex@alexreisner.com}
s.extra_rdoc_files = [
Expand All @@ -35,7 +35,7 @@ Gem::Specification.new do |s|
s.homepage = %q{http://github.com/alexreisner/geocoder}
s.rdoc_options = ["--charset=UTF-8"]
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.test_files = [
"test/geocoder_test.rb",
Expand Down

0 comments on commit d943e42

Please sign in to comment.