Skip to content

Commit

Permalink
Version bump to 0.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
alexreisner committed Oct 13, 2009
1 parent 3385ccd commit 4825b5a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.8.1
0.8.2
4 changes: 2 additions & 2 deletions rails-geocoder.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@

Gem::Specification.new do |s|
s.name = %q{rails-geocoder}
s.version = "0.8.1"
s.version = "0.8.2"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Alex Reisner"]
s.date = %q{2009-10-08}
s.date = %q{2009-10-12}
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 Down

0 comments on commit 4825b5a

Please sign in to comment.