forked from alexreisner/geocoder
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update changelog and bump gem version to 0.8.6.
- Loading branch information
1 parent
a87e328
commit 8aaa2ec
Showing
4 changed files
with
13 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
0.8.5 | ||
0.8.6 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,11 +5,11 @@ | |
|
||
Gem::Specification.new do |s| | ||
s.name = %q{rails-geocoder} | ||
s.version = "0.8.5" | ||
s.version = "0.8.6" | ||
|
||
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= | ||
s.authors = ["Alex Reisner"] | ||
s.date = %q{2009-10-26} | ||
s.date = %q{2009-10-27} | ||
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{[email protected]} | ||
s.extra_rdoc_files = [ | ||
|
@@ -27,6 +27,7 @@ Gem::Specification.new do |s| | |
"init.rb", | ||
"lib/geocoder.rb", | ||
"rails-geocoder.gemspec", | ||
"tasks/geocoder_tasks.rake", | ||
"test/fixtures/madison_square_garden.xml", | ||
"test/geocoder_test.rb", | ||
"test/test_helper.rb" | ||
|