From d6d989bae2f6ceb7ce7b6387b43fd0cf651b5635 Mon Sep 17 00:00:00 2001
From: Thu Trang Pham <thuutrangpham@gmail.com>
Date: Sat, 21 Mar 2015 10:42:16 -0400
Subject: [PATCH] Fix README.rdoc to README.md in the gemspec

---
 geocoder.gemspec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/geocoder.gemspec b/geocoder.gemspec
index c117d63a..eca0417b 100644
--- a/geocoder.gemspec
+++ b/geocoder.gemspec
@@ -14,7 +14,7 @@ Gem::Specification.new do |s|
   s.date        = Date.today.to_s
   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.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.executables = ["geocode"]
   s.license     = 'MIT'
-- 
GitLab