From 01eefbad52bebcc21c501b0c80f82bfe82ec987d Mon Sep 17 00:00:00 2001 From: Ben Balter Date: Fri, 19 Sep 2014 12:33:43 -0400 Subject: [PATCH] update gemspec for moved config file --- gman.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gman.gemspec b/gman.gemspec index 5bcd472c..5c4c354d 100644 --- a/gman.gemspec +++ b/gman.gemspec @@ -11,7 +11,7 @@ Gem::Specification.new do |s| s.files = [ "LICENSE", "lib/gman.rb", - "lib/domains.txt", + "config/domains.txt", "lib/gman/country_codes.rb", "lib/gman/locality.rb", "bin/gman_filter"