diff options
Diffstat (limited to 'norwegian-postcodes.gemspec')
-rw-r--r-- | norwegian-postcodes.gemspec | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/norwegian-postcodes.gemspec b/norwegian-postcodes.gemspec deleted file mode 100644 index 47b1c4f..0000000 --- a/norwegian-postcodes.gemspec +++ /dev/null @@ -1,15 +0,0 @@ -Gem::Specification.new do |s| - s.name = 'norwegian-postcodes' - s.version = '0.0.1' - s.date = '2010-04-28' - s.summary = "Find city and fylke from norwegian postcodes" - s.description = "Find city and fylke from norwegian postcodes." - s.authors = ["Harald Eilertsen"] - s.email = 'haraldei@anduin.net' - s.files = %w[Rakefile - lib/norwegian-postcodes.rb - lib/norwegian-postcodes/railtie.rb - lib/tasks/norwegian-postcodes.rake] - s.homepage = 'https://github.com/snake66/postcodes-norway' - s.license = 'GPLv3' -end |