Skip to content
Snippets Groups Projects
Commit d6d989ba authored by Thu Trang Pham's avatar Thu Trang Pham
Browse files

Fix README.rdoc to README.md in the gemspec

parent 8954f89f
No related branches found
No related tags found
No related merge requests found
...@@ -14,7 +14,7 @@ Gem::Specification.new do |s| ...@@ -14,7 +14,7 @@ Gem::Specification.new do |s|
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), distance queries for ActiveRecord and Mongoid, result caching, and more. Designed for Rails but works with Sinatra and other Rack frameworks too." s.description = "Provides object geocoding (by street or IP address), reverse geocoding (coordinates to street address), distance queries for ActiveRecord and Mongoid, result caching, and more. Designed for Rails but works with Sinatra and other Rack frameworks too."
s.files = Dir['CHANGELOG.md', 'LICENSE', 'README.rdoc', 'examples/**/*', 'lib/**/*', 'bin/*'] s.files = Dir['CHANGELOG.md', 'LICENSE', 'README.md', 'examples/**/*', 'lib/**/*', 'bin/*']
s.require_paths = ["lib"] s.require_paths = ["lib"]
s.executables = ["geocode"] s.executables = ["geocode"]
s.license = 'MIT' s.license = 'MIT'
......
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