diff options
author | Harald Eilertsen <haraldei@anduin.net> | 2015-02-02 18:59:12 +0100 |
---|---|---|
committer | Harald Eilertsen <haraldei@anduin.net> | 2015-02-02 18:59:53 +0100 |
commit | 9af117df2f9e26a151a24caf54b967f56c08d60a (patch) | |
tree | e70ed92ba61b64044339b8b4dd163b3eb30c36ce | |
parent | 743dadd3f7cfabd9d0dbaebff3b4f07d32c5f1ef (diff) | |
download | postcodes-norway-9af117df2f9e26a151a24caf54b967f56c08d60a.tar.gz postcodes-norway-9af117df2f9e26a151a24caf54b967f56c08d60a.tar.bz2 postcodes-norway-9af117df2f9e26a151a24caf54b967f56c08d60a.zip |
Rename files and prepare for release.v0.1.0
-rw-r--r-- | lib/postcodes-norway.rb (renamed from lib/norwegian-postcodes.rb) | 0 | ||||
-rw-r--r-- | lib/postcodes-norway/railtie.rb (renamed from lib/norwegian-postcodes/railtie.rb) | 0 | ||||
-rw-r--r-- | lib/tasks/postcodes-norway.rake (renamed from lib/tasks/norwegian-postcodes.rake) | 0 | ||||
-rw-r--r-- | norwegian-postcodes.gemspec | 15 | ||||
-rw-r--r-- | postcodes-norway.gemspec | 15 |
5 files changed, 15 insertions, 15 deletions
diff --git a/lib/norwegian-postcodes.rb b/lib/postcodes-norway.rb index 6aefc98..6aefc98 100644 --- a/lib/norwegian-postcodes.rb +++ b/lib/postcodes-norway.rb diff --git a/lib/norwegian-postcodes/railtie.rb b/lib/postcodes-norway/railtie.rb index 19cd3e7..19cd3e7 100644 --- a/lib/norwegian-postcodes/railtie.rb +++ b/lib/postcodes-norway/railtie.rb diff --git a/lib/tasks/norwegian-postcodes.rake b/lib/tasks/postcodes-norway.rake index 6ec53b7..6ec53b7 100644 --- a/lib/tasks/norwegian-postcodes.rake +++ b/lib/tasks/postcodes-norway.rake 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 diff --git a/postcodes-norway.gemspec b/postcodes-norway.gemspec new file mode 100644 index 0000000..d0fa10c --- /dev/null +++ b/postcodes-norway.gemspec @@ -0,0 +1,15 @@ +Gem::Specification.new do |s| + s.name = 'postcodes-norway' + s.version = '0.1.0' + s.date = '2015-02-02' + s.summary = "A simple interface to the Norwegian postcode database." + s.description = "Parses the Norwegian postcode database as published by Bring, and lets you search and use the data from Ruby." + s.authors = ["Harald Eilertsen"] + s.email = 'haraldei@anduin.net' + s.files = %w[Rakefile + lib/postcodes-norway.rb + lib/postcodes-norway/railtie.rb + lib/tasks/postcodes-norway.rake] + s.homepage = 'https://github.com/snake66/postcodes-norway' + s.license = 'GPLv3' +end |