blob: 9c6305dfc9ff079da041e956918f201ec2074563 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
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/tasks/norwegian-postcodes.rake]
s.homepage = ''
s.license = 'GPLv3'
end
|