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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 2ebb3ce081b3b0c65c18e347c7c675f2dfaf0639
4
- data.tar.gz: 8fc6e31040527ae90d4b4f87a0fbcbf3ab5b947f
3
+ metadata.gz: 2d8ac515c1aa926eede31e87ca8a2aba39611c74
4
+ data.tar.gz: ad14066e1854a367287a778fcaa58955ab98cad2
5
5
  SHA512:
6
- metadata.gz: aee7fa970d492f90f616a145fb1339cd6bbf431bddd7fed2d94a109bb0dc86ab9d9c5d478b21220e1b1205247e5d823834cc471aaa4842c73e704a629bfb66db
7
- data.tar.gz: 9de87e23e276a60f6589197cb5f3c075323e190bcc174eb1f0348ca889621d607f7c135c419f6c3c8df9cc6cec3aae34066b7d5b1f68e0a5380598f2c58c43bb
6
+ metadata.gz: 2680bedce53fc99e7549db6f1293fa6b7364c894871ad86117c434228e92db070353574a4afa742fa25459d7e66e3dabbc961a13e146e9ee49b31957cf264583
7
+ data.tar.gz: c2b4a7924f83ffb53d95c51b5e735e808c8dd45d684655ef70bb738539db0bb8d8cad4b50bd9118d3983cc55c79040db76f167a240c76dda823c92b116edbc26
@@ -1,5 +1,9 @@
1
1
  # Changelog
2
2
 
3
+ ### 0.2.3
4
+
5
+ - Archive project
6
+
3
7
  ### 0.2.2
4
8
 
5
9
  - Update Nokogiri
data/README.md CHANGED
@@ -1,10 +1,6 @@
1
1
  # EA::AreaLookup
2
2
 
3
- [![Build Status](https://travis-ci.org/DEFRA/ea-area_lookup.svg?branch=master)](https://travis-ci.org/DEFRA/ea-area_lookup)
4
- [![security](https://hakiri.io/github/DEFRA/ea-area_lookup/master.svg)](https://hakiri.io/github/DEFRA/ea-area_lookup/master)
5
- [![Code Climate](https://codeclimate.com/github/DEFRA/ea-area_lookup/badges/gpa.svg)](https://codeclimate.com/github/DEFRA/ea-area_lookup)
6
- [![Test Coverage](https://codeclimate.com/github/DEFRA/ea-area_lookup/badges/coverage.svg)](https://codeclimate.com/github/DEFRA/ea-area_lookup/coverage)
7
- [![Gem Version](https://badge.fury.io/rb/ea-area_lookup.svg)](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.
@@ -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 = ["Digital Services Team, EnvironmentAgency"]
10
- spec.email = ["dst@environment-agency.gov.uk"]
9
+ spec.authors = ["Defra"]
10
+ spec.email = ["alan.cruikshanks@environment-agency.gov.uk"]
11
11
 
12
- spec.summary = "Provides a means of looking-up Environment Agency administrative areas."
13
- spec.description = "Provides a means of looking-up an Environment Agency administrative area "\
14
- "using the co-ordinates of any point in England."
15
- spec.homepage = "https://github.com/EnvironmentAgency"
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"
@@ -1,5 +1,5 @@
1
1
  module EA
2
2
  module AreaLookup
3
- VERSION = "0.2.2".freeze
3
+ VERSION = "0.2.3".freeze
4
4
  end
5
5
  end
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.2
4
+ version: 0.2.3
5
5
  platform: ruby
6
6
  authors:
7
- - Digital Services Team, EnvironmentAgency
7
+ - Defra
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2019-06-07 00:00:00.000000000 Z
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: Provides a means of looking-up an Environment Agency administrative area
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
- - dst@environment-agency.gov.uk
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/EnvironmentAgency
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: Provides a means of looking-up Environment Agency administrative areas.
191
+ summary: No longer maintained. Search for defra_ruby_area instead
192
192
  test_files: []