ea-area_lookup 0.2.2 → 0.2.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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +4 -0
- data/README.md +1 -5
- data/ea-area_lookup.gemspec +12 -6
- data/lib/ea/area_lookup/version.rb +1 -1
- metadata +9 -9
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 2d8ac515c1aa926eede31e87ca8a2aba39611c74
|
|
4
|
+
data.tar.gz: ad14066e1854a367287a778fcaa58955ab98cad2
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 2680bedce53fc99e7549db6f1293fa6b7364c894871ad86117c434228e92db070353574a4afa742fa25459d7e66e3dabbc961a13e146e9ee49b31957cf264583
|
|
7
|
+
data.tar.gz: c2b4a7924f83ffb53d95c51b5e735e808c8dd45d684655ef70bb738539db0bb8d8cad4b50bd9118d3983cc55c79040db76f167a240c76dda823c92b116edbc26
|
data/CHANGELOG.md
CHANGED
data/README.md
CHANGED
|
@@ -1,10 +1,6 @@
|
|
|
1
1
|
# EA::AreaLookup
|
|
2
2
|
|
|
3
|
-
[
|
|
4
|
-
[](https://hakiri.io/github/DEFRA/ea-area_lookup/master)
|
|
5
|
-
[](https://codeclimate.com/github/DEFRA/ea-area_lookup)
|
|
6
|
-
[](https://codeclimate.com/github/DEFRA/ea-area_lookup/coverage)
|
|
7
|
-
[](https://badge.fury.io/rb/ea-area_lookup)
|
|
3
|
+
> This project is no longer maintained and has been replaced by [defra_ruby_area](https://github.com/DEFRA/defra-ruby-area)
|
|
8
4
|
|
|
9
5
|
This ruby gem provides a means of looking up the Environment Agency Administrative Area (e.g. 'Wessex')
|
|
10
6
|
for a given easting and northing. It wraps an API designed for this purpose.
|
data/ea-area_lookup.gemspec
CHANGED
|
@@ -6,15 +6,21 @@ require "ea/area_lookup/version"
|
|
|
6
6
|
Gem::Specification.new do |spec|
|
|
7
7
|
spec.name = "ea-area_lookup"
|
|
8
8
|
spec.version = EA::AreaLookup::VERSION
|
|
9
|
-
spec.authors = ["
|
|
10
|
-
spec.email = ["
|
|
9
|
+
spec.authors = ["Defra"]
|
|
10
|
+
spec.email = ["alan.cruikshanks@environment-agency.gov.uk"]
|
|
11
11
|
|
|
12
|
-
spec.summary = "
|
|
13
|
-
spec.description = "
|
|
14
|
-
"
|
|
15
|
-
spec.homepage = "https://github.com/
|
|
12
|
+
spec.summary = "No longer maintained. Search for defra_ruby_area instead"
|
|
13
|
+
spec.description = "No longer maintained. Use defra_ruby_area instead "\
|
|
14
|
+
"(https://github.com/DEFRA/defra-ruby-area)"
|
|
15
|
+
spec.homepage = "https://github.com/DEFRA"
|
|
16
16
|
spec.license = "The Open Government Licence (OGL) Version 3"
|
|
17
17
|
|
|
18
|
+
spec.post_install_message = %q(
|
|
19
|
+
This gem is no longer maintained.
|
|
20
|
+
Please use http://github.com/DEFRA/defra-ruby-area instead
|
|
21
|
+
|
|
22
|
+
)
|
|
23
|
+
|
|
18
24
|
spec.required_ruby_version = ">= 2.2"
|
|
19
25
|
spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
|
|
20
26
|
spec.bindir = "exe"
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: ea-area_lookup
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.
|
|
4
|
+
version: 0.2.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
|
-
-
|
|
7
|
+
- Defra
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2019-
|
|
11
|
+
date: 2019-09-23 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: nokogiri
|
|
@@ -136,10 +136,9 @@ dependencies:
|
|
|
136
136
|
- - ">="
|
|
137
137
|
- !ruby/object:Gem::Version
|
|
138
138
|
version: '0'
|
|
139
|
-
description:
|
|
140
|
-
using the co-ordinates of any point in England.
|
|
139
|
+
description: No longer maintained. Use defra_ruby_area instead (https://github.com/DEFRA/defra-ruby-area)
|
|
141
140
|
email:
|
|
142
|
-
-
|
|
141
|
+
- alan.cruikshanks@environment-agency.gov.uk
|
|
143
142
|
executables: []
|
|
144
143
|
extensions: []
|
|
145
144
|
extra_rdoc_files: []
|
|
@@ -165,11 +164,12 @@ files:
|
|
|
165
164
|
- lib/ea/area_lookup/finders.rb
|
|
166
165
|
- lib/ea/area_lookup/logger.rb
|
|
167
166
|
- lib/ea/area_lookup/version.rb
|
|
168
|
-
homepage: https://github.com/
|
|
167
|
+
homepage: https://github.com/DEFRA
|
|
169
168
|
licenses:
|
|
170
169
|
- The Open Government Licence (OGL) Version 3
|
|
171
170
|
metadata: {}
|
|
172
|
-
post_install_message:
|
|
171
|
+
post_install_message: "\n This gem is no longer maintained.\n Please use http://github.com/DEFRA/defra-ruby-area
|
|
172
|
+
instead\n\n "
|
|
173
173
|
rdoc_options: []
|
|
174
174
|
require_paths:
|
|
175
175
|
- lib
|
|
@@ -188,5 +188,5 @@ rubyforge_project:
|
|
|
188
188
|
rubygems_version: 2.5.1
|
|
189
189
|
signing_key:
|
|
190
190
|
specification_version: 4
|
|
191
|
-
summary:
|
|
191
|
+
summary: No longer maintained. Search for defra_ruby_area instead
|
|
192
192
|
test_files: []
|