diff options
-rw-r--r-- | norwegian-postcodes.gemspec | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/norwegian-postcodes.gemspec b/norwegian-postcodes.gemspec index ff4036b..9c6305d 100644 --- a/norwegian-postcodes.gemspec +++ b/norwegian-postcodes.gemspec @@ -6,7 +6,9 @@ Gem::Specification.new do |s| s.description = "Find city and fylke from norwegian postcodes." s.authors = ["Harald Eilertsen"] s.email = 'haraldei@anduin.net' - s.files = ["lib/norwegian-postcodes.rb"] + s.files = %w[Rakefile + lib/norwegian-postcodes.rb + lib/tasks/norwegian-postcodes.rake] s.homepage = '' s.license = 'GPLv3' end
\ No newline at end of file |