postcodeinfo-client-ruby 0.1.0 → 0.1.1
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.
- checksums.yaml +4 -4
- data/Rakefile +2 -2
- data/VERSION +1 -1
- data/postcodeinfo-client-ruby.gemspec +3 -3
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: a4bf7cf209cbc38677f929fb7f6f10ea8893f320
|
|
4
|
+
data.tar.gz: 62adcc791261b86e33a345271efda6675fb1d65d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ec7eba523d7de2241015f0bc5e0184f6864fe4078ee17cec7c5b135a0935c5136b4ceb8e89b3352d2424804db7c5298132bce8cf7986e9368a1c92783b581388
|
|
7
|
+
data.tar.gz: c0b3547a3a913f18af61feff195bd1cde4e804c7ab2164bbd439839f748c0df3c8ca8df6cd21de9e7b7fcb4d15eb0b4ad41a204837383cfbeef254fdd1bd519d
|
data/Rakefile
CHANGED
|
@@ -18,8 +18,8 @@ Jeweler::Tasks.new do |gem|
|
|
|
18
18
|
gem.homepage = "https://github.com/ministryofjustice/postcodeinfo-client-ruby"
|
|
19
19
|
gem.license = "Open Government License"
|
|
20
20
|
gem.summary = %Q{Client for postcodeinfo API (https://://github.com/ministryofjustice/postcodeinfo)}
|
|
21
|
-
gem.description = %Q{Provides a convenient interface for looking up postcodes in an instance of the MoJ postcodeinfo API (https
|
|
22
|
-
Lets you check if a postcode is valid, and
|
|
21
|
+
gem.description = %Q{Provides a convenient interface for looking up postcodes in an instance of the MoJ postcodeinfo API (https://github.com/ministryofjustice/postcodeinfo).
|
|
22
|
+
Lets you check if a postcode is valid, and lookup:
|
|
23
23
|
* all addresses with that postcode
|
|
24
24
|
* the latitude/longitude of its centre point
|
|
25
25
|
* the name & GSS code of the local authority under which it resides.}
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.1.
|
|
1
|
+
0.1.1
|
|
@@ -2,17 +2,17 @@
|
|
|
2
2
|
# DO NOT EDIT THIS FILE DIRECTLY
|
|
3
3
|
# Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
|
|
4
4
|
# -*- encoding: utf-8 -*-
|
|
5
|
-
# stub: postcodeinfo-client-ruby 0.1.
|
|
5
|
+
# stub: postcodeinfo-client-ruby 0.1.1 ruby lib
|
|
6
6
|
|
|
7
7
|
Gem::Specification.new do |s|
|
|
8
8
|
s.name = "postcodeinfo-client-ruby"
|
|
9
|
-
s.version = "0.1.
|
|
9
|
+
s.version = "0.1.1"
|
|
10
10
|
|
|
11
11
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
|
12
12
|
s.require_paths = ["lib"]
|
|
13
13
|
s.authors = ["Al Davidson"]
|
|
14
14
|
s.date = "2015-05-29"
|
|
15
|
-
s.description = "Provides a convenient interface for looking up postcodes in an instance of the MoJ postcodeinfo API (https
|
|
15
|
+
s.description = "Provides a convenient interface for looking up postcodes in an instance of the MoJ postcodeinfo API (https://github.com/ministryofjustice/postcodeinfo).\n Lets you check if a postcode is valid, and lookup:\n * all addresses with that postcode\n * the latitude/longitude of its centre point\n * the name & GSS code of the local authority under which it resides."
|
|
16
16
|
s.email = "alistair.davidson@digital.justice.gov.uk"
|
|
17
17
|
s.extra_rdoc_files = [
|
|
18
18
|
"LICENSE.MD",
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: postcodeinfo-client-ruby
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Al Davidson
|
|
@@ -123,8 +123,8 @@ dependencies:
|
|
|
123
123
|
- !ruby/object:Gem::Version
|
|
124
124
|
version: '0'
|
|
125
125
|
description: |-
|
|
126
|
-
Provides a convenient interface for looking up postcodes in an instance of the MoJ postcodeinfo API (https
|
|
127
|
-
Lets you check if a postcode is valid, and
|
|
126
|
+
Provides a convenient interface for looking up postcodes in an instance of the MoJ postcodeinfo API (https://github.com/ministryofjustice/postcodeinfo).
|
|
127
|
+
Lets you check if a postcode is valid, and lookup:
|
|
128
128
|
* all addresses with that postcode
|
|
129
129
|
* the latitude/longitude of its centre point
|
|
130
130
|
* the name & GSS code of the local authority under which it resides.
|