Skip to content

Commit

Permalink
Tighten up gemspec description.
Browse files Browse the repository at this point in the history
  • Loading branch information
alexreisner committed Mar 11, 2011
1 parent 8d8ebf6 commit 719d8df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion geocoder.gemspec
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Gem::Specification.new do |s|
s.homepage = "http://www.rubygeocoder.com" s.homepage = "http://www.rubygeocoder.com"
s.date = Date.today.to_s s.date = Date.today.to_s
s.summary = "Complete geocoding solution for Ruby." s.summary = "Complete geocoding solution for Ruby."
s.description = "Provides object geocoding (by street or IP address), reverse geocoding (coordinates to street address), and distance calculations for geocoded objects. Designed for Rails but works with other frameworks too." s.description = "Provides object geocoding (by street or IP address), reverse geocoding (coordinates to street address), and distance calculations. Designed for Rails but works with other Rack frameworks too."
s.files = `git ls-files`.split("\n") - %w[geocoder.gemspec Gemfile init.rb] s.files = `git ls-files`.split("\n") - %w[geocoder.gemspec Gemfile init.rb]
s.require_paths = ["lib"] s.require_paths = ["lib"]
end end

0 comments on commit 719d8df

Please sign in to comment.