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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: ca6ca25946353c44ba94a7512c8077202c414b62
4
- data.tar.gz: c15c8b55cf06276466ab4445573efa8ff540074d
3
+ metadata.gz: a4bf7cf209cbc38677f929fb7f6f10ea8893f320
4
+ data.tar.gz: 62adcc791261b86e33a345271efda6675fb1d65d
5
5
  SHA512:
6
- metadata.gz: 38057890127e5a2202d7643d036a9f32f89e17751f9b58fb6405069af37545b06f2f8ce96169dafd33bc73b4ad81af7117e6c6b281d1b324d2fbb766eeb96e0f
7
- data.tar.gz: 6bbb6256d82091e3c5e377785f73c67280ee70b6fd4fa59bb1c3582e73845eef337412859ddf923a216efdadcb41a9d6be5147f43d2835e73e664ce34b03724e
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://://github.com/ministryofjustice/postcodeinfo).
22
- Lets you check if a postcode is valid, and ookup:
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.0
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.0 ruby lib
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.0"
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://://github.com/ministryofjustice/postcodeinfo).\n Lets you check if a postcode is valid, and ookup:\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."
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.0
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://://github.com/ministryofjustice/postcodeinfo).
127
- Lets you check if a postcode is valid, and ookup:
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.