postcode_validation 0.0.6 → 0.0.7

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 6dad524f16f594e36cfc565454b9bbdcbd33bace
4
- data.tar.gz: f6fc74fa28e9dcf9839376cbaf2428523cc148ee
3
+ metadata.gz: 85d70cc5c0dca698702ada4030e4cec7930669e4
4
+ data.tar.gz: aed97e95e68d47aef10598b777465df5cc688201
5
5
  SHA512:
6
- metadata.gz: f8a5aa14677804b36ee54081fc4afdcf2b9191aa9960977fe7234d647138170f8c2f8881df0736b9cbe00a26064a3d6b016b49014c1f9d13b53c7e6addc1a1eb
7
- data.tar.gz: 45ec31c2c5bc4ae57e83df50f5544874fd8a4c2bddfdd1b1969db3d5171c4748436624d13410690cf3c9770f486b72c5e6ea712d57037f5c6429e0e451ef258b
6
+ metadata.gz: 976aa07fbedf7c9b5623657f75799bc64edb7c7da61f004dbd843bde8cdb009bef972768f0c3d21e3a3c066e42a71db6993c84b2dbffe01963b29eac5eac6cc7
7
+ data.tar.gz: a8a18ee919b5740f47e6f21cc7f5ca9ebff572b8ac40817a3e05650ac368453884302c23c5a3983fb63d105a1e8d492bac86a9ab54a197f37094dc0da0fc8c37
@@ -5,7 +5,7 @@ module PostcodeValidation
5
5
  class ValidateAddress
6
6
  module FormatValidators
7
7
  class NLPostcodeValidator < RegexValidator
8
- REGEX = /(NL-)?(\d{4})\s*([A-Z]{2})/
8
+ REGEX = /(NL-)?(\d{4})\s*([A-Za-z]{2})/
9
9
  end
10
10
  end
11
11
  end
@@ -1,3 +1,3 @@
1
1
  module PostcodeValidation
2
- VERSION = '0.0.6'
2
+ VERSION = '0.0.7'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: postcode_validation
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.6
4
+ version: 0.0.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Craig J. Bass
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-05-03 00:00:00.000000000 Z
11
+ date: 2017-05-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: httparty