postcodeinfo-client-ruby 0.2.0 → 0.2.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/VERSION +1 -1
- data/lib/postcodeinfo/client.rb +1 -1
- data/postcodeinfo-client-ruby.gemspec +3 -3
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d5f9fb35d8d285f43b82a8e850281b7a59e0adb0
|
4
|
+
data.tar.gz: 6a356102ea5e2f782b91a21602d5dafeeec23a65
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 019da6886cd42034ccf7c84266a3430dc5d3f99b113c1720741d25c0c7fa75dd6e628c497adeb1c563dfcd72f90d070114060d0d87f3a36d1df867be44f86e9f
|
7
|
+
data.tar.gz: e1f3a312a4b4472373391dc137413f7ded3283d4b967a805d727b620e2c270779967f800df536202c3707ccc2103212ba18763d8f593235d05f90af86f1f7d35
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.2.
|
1
|
+
0.2.1
|
data/lib/postcodeinfo/client.rb
CHANGED
@@ -119,7 +119,7 @@ module PostcodeInfo
|
|
119
119
|
development: 'http://localhost:8000/',
|
120
120
|
test: 'http://localhost:8000/',
|
121
121
|
staging: 'https://postcodeinfo-staging.dsd.io/',
|
122
|
-
production: 'https://postcodeinfo.service.gov.uk/'
|
122
|
+
production: 'https://postcodeinfo.service.justice.gov.uk/'
|
123
123
|
}
|
124
124
|
end
|
125
125
|
end
|
@@ -2,16 +2,16 @@
|
|
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.2.
|
5
|
+
# stub: postcodeinfo-client-ruby 0.2.1 ruby lib
|
6
6
|
|
7
7
|
Gem::Specification.new do |s|
|
8
8
|
s.name = "postcodeinfo-client-ruby"
|
9
|
-
s.version = "0.2.
|
9
|
+
s.version = "0.2.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
|
-
s.date = "2015-
|
14
|
+
s.date = "2015-08-03"
|
15
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 = [
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: postcodeinfo-client-ruby
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.2.
|
4
|
+
version: 0.2.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Al Davidson
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2015-
|
11
|
+
date: 2015-08-03 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: json
|