ww-postcodeapi 0.0.2 → 0.0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/README.md +3 -3
- data/lib/postcodeapi/version.rb +1 -1
- data/postcodeapi.gemspec +3 -3
- metadata +5 -5
data/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# Postcodeapi
|
|
2
2
|
|
|
3
|
-
[](https://travis-ci.org/Webworkz/postcodeapi) [](https://codeclimate.com/github/Webworkz/postcodeapi) [](http://badge.fury.io/rb/ww-postcodeapi)
|
|
4
4
|
|
|
5
5
|
API wrapper for postcodeapi.nu zipcode api.
|
|
6
6
|
|
|
@@ -16,7 +16,7 @@ And then execute:
|
|
|
16
16
|
|
|
17
17
|
Or install it yourself as:
|
|
18
18
|
|
|
19
|
-
$ gem install postcodeapi
|
|
19
|
+
$ gem install ww-postcodeapi
|
|
20
20
|
|
|
21
21
|
## Setup
|
|
22
22
|
|
|
@@ -48,4 +48,4 @@ You can then use:
|
|
|
48
48
|
2. Create your feature branch (`git checkout -b my-new-feature`)
|
|
49
49
|
3. Commit your changes (`git commit -am 'Add some feature'`)
|
|
50
50
|
4. Push to the branch (`git push origin my-new-feature`)
|
|
51
|
-
5. Create new Pull Request
|
|
51
|
+
5. Create new Pull Request
|
data/lib/postcodeapi/version.rb
CHANGED
data/postcodeapi.gemspec
CHANGED
|
@@ -6,11 +6,11 @@ require 'postcodeapi/version'
|
|
|
6
6
|
Gem::Specification.new do |spec|
|
|
7
7
|
spec.name = "ww-postcodeapi"
|
|
8
8
|
spec.version = Postcodeapi::VERSION
|
|
9
|
-
spec.authors = ["
|
|
10
|
-
spec.email = ["
|
|
9
|
+
spec.authors = ["Webworkz"]
|
|
10
|
+
spec.email = ["info@webworkz.nl"]
|
|
11
11
|
spec.description = %q{API wrapper for postcodeapi.nu zipcode api}
|
|
12
12
|
spec.summary = %q{Get address details from the postcodeapi.nu api}
|
|
13
|
-
spec.homepage = "https://github.com/
|
|
13
|
+
spec.homepage = "https://github.com/webworkz/postcodeapi"
|
|
14
14
|
|
|
15
15
|
spec.files = `git ls-files`.split($/)
|
|
16
16
|
spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
|
metadata
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: ww-postcodeapi
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.3
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
8
|
-
-
|
|
8
|
+
- Webworkz
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date:
|
|
12
|
+
date: 2014-09-08 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: bundler
|
|
@@ -125,7 +125,7 @@ dependencies:
|
|
|
125
125
|
version: '0'
|
|
126
126
|
description: API wrapper for postcodeapi.nu zipcode api
|
|
127
127
|
email:
|
|
128
|
-
-
|
|
128
|
+
- info@webworkz.nl
|
|
129
129
|
executables: []
|
|
130
130
|
extensions: []
|
|
131
131
|
extra_rdoc_files: []
|
|
@@ -143,7 +143,7 @@ files:
|
|
|
143
143
|
- spec/spec_helper.rb
|
|
144
144
|
- spec/vcr/get_address.yml
|
|
145
145
|
- spec/vcr/get_street.yml
|
|
146
|
-
homepage: https://github.com/
|
|
146
|
+
homepage: https://github.com/webworkz/postcodeapi
|
|
147
147
|
licenses: []
|
|
148
148
|
post_install_message:
|
|
149
149
|
rdoc_options: []
|