active_utils 3.3.3 → 3.3.4

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: 521cb143c28ff9d84fd23e29d2b06e3b9a0db80d
4
- data.tar.gz: 8d53c31b8268e11f7ca871b964fd99a54c078eb6
3
+ metadata.gz: 180c3ece08c232594bf678e6ffb2e891b09a1c33
4
+ data.tar.gz: 8dbf9dea89bf271859f868a74957820a20ec1c6d
5
5
  SHA512:
6
- metadata.gz: f1b9f49b70c27b3d4f2ef51d6942189a8d60fbd93378250975976508b539e4a95255067093abd2528a7d2a5c79153a5b5533402f64b688bc7ee0b412ca6e722e
7
- data.tar.gz: 97492dd9906c1f5ba4e8a67e2d57a35a93b43322158acc2194cfa4b7919a67b6426b260e570bb48ac6c3757935eafae7bab2673bae05a2826b4424bd85d77070
6
+ metadata.gz: 0320fdfff4d99d38e861ecd43e53d7b586dd1e042f7224abfc3fce0a14c1e79d00407934c4f4aebddd34c37a253162208bf7cb42cd85918a3ebad0511a9329ed
7
+ data.tar.gz: 45e79f980701c7744fae37c4c4a3e69053fcc07e44388a217870db1eb17f355f0eaa8fc5289f24eb9a8e9b160a6308c8441ca4969dd1df228e9ca4a8ce1a7c56
data/CHANGELOG.md CHANGED
@@ -1,5 +1,8 @@
1
1
  # ActiveUtils changelog
2
2
 
3
+ ### Version 3.3.4 (Apr. 18, 2017)
4
+ - Add `Ghana` country in `ActiveUtils::Country::COUNTRIES_THAT_DO_NOT_USE_POSTALCODES`
5
+
3
6
  ### Version 3.3.3 (Apr. 7, 2017)
4
7
  - Add the `Aland Islands` country in `ActiveUtils::Country::COUNTRIES`
5
8
 
@@ -318,7 +318,7 @@ module ActiveUtils #:nodoc:
318
318
  COUNTRIES_THAT_DO_NOT_USE_POSTALCODES = %w(
319
319
  QA BZ BS BF BJ AG AE AI AO AW HK
320
320
  FJ ML JM ZW YE UG TV TT TG TD PA
321
- CW
321
+ CW GH
322
322
  )
323
323
 
324
324
  def uses_postal_codes?
@@ -1,3 +1,3 @@
1
1
  module ActiveUtils
2
- VERSION = "3.3.3"
2
+ VERSION = "3.3.4"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: active_utils
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.3.3
4
+ version: 3.3.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Shopify
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-04-07 00:00:00.000000000 Z
11
+ date: 2017-04-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport