From 9a76fb6ee77ba536c9e7a868011cd87647d0c431 Mon Sep 17 00:00:00 2001
From: Alex Reisner <alex@alexreisner.com>
Date: Fri, 4 Feb 2011 21:13:17 -0500
Subject: [PATCH] Include lib/tasks/* with gem.

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

diff --git a/rails-geocoder.gemspec b/rails-geocoder.gemspec
index 9ab280d9..c5ab90dc 100644
--- a/rails-geocoder.gemspec
+++ b/rails-geocoder.gemspec
@@ -10,7 +10,7 @@ Gem::Specification.new do |s|
   s.summary     = "Simple, database-agnostic geocoding and distance calculations for Rails."
   s.description = "Geocoder adds object geocoding and distance calculations to ActiveRecord models. 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, PostgreSQL, or SQLite."
 
-  s.files         = Dir.glob("{lib,lib/geocoder,test}/*") + %w(CHANGELOG.rdoc Rakefile README.rdoc LICENSE)
+  s.files         = Dir.glob("{lib,lib/geocoder,lib/tasks,test}/*") + %w(CHANGELOG.rdoc Rakefile README.rdoc LICENSE)
   s.require_paths = ["lib"]
 end
 
-- 
GitLab