active_utils 3.3.15 → 3.3.16

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
  SHA256:
3
- metadata.gz: f0321a70bbd7569051040354e0a162b770489c01294624a2f1b85d36ea3f7807
4
- data.tar.gz: 820c4e0a69ea0c1fb4d216358abda5e5d519974da0d3b7e8de03ffe0d2d3fe6f
3
+ metadata.gz: 24d3e5ba8fd28cbff328540299c2f6016f630e255708722aa01065549c9c8167
4
+ data.tar.gz: 43870793c2efe68df31e0ba5ad218122ac9677d4b2856dcea1e32e6a547ec14b
5
5
  SHA512:
6
- metadata.gz: 6bc8a51f48cd52ee7b9a4b5ac4c93908510caed120830f52a368c77d6178e2d2180d998beee6585767f53649dad4446a7a6798fb71f29b2045546f2708bc35f3
7
- data.tar.gz: f558eb29505f4b5c69a56e25d048c33d94cf310c2b6ee0a9f5802c3d988258cbbe52d03f1ff823d434788a3adb886c0a72d4070546a065a92463637511f634d2
6
+ metadata.gz: f833350610fc4d2dc28ffe45019f83c3f2e8bdcdd76612e68569674bbd67c4ae85012ada8e1bb74136c2a6589533b76f05ac6c58196434a8b7e95d7de36e32bc
7
+ data.tar.gz: dc3ee6c1b76fd1b1715af5b6beabc27d6a41b19819a9e76f71bfccd2c66e9f2d1ce677be50edb5afe20e6eb9a1806e1d050754a7b7661afd11a87e537dc9def9
@@ -1,5 +1,8 @@
1
1
  # ActiveUtils changelog
2
2
 
3
+ ### Version 3.3.16 (December 18, 2018)
4
+ - Add `VU` to `ActiveUtils::Country::COUNTRIES_THAT_DO_NOT_USE_POSTALCODES`
5
+
3
6
  ### Version 3.3.15 (November 29, 2018)
4
7
  - Remove support to Ruby 1.9 and ActiveSupport `< 4`
5
8
  - Remove the upperbound constraint on ActiveSupport
@@ -320,7 +320,7 @@ module ActiveUtils #:nodoc:
320
320
  COUNTRIES_THAT_DO_NOT_USE_POSTALCODES = %w(
321
321
  QA BZ BS BF BJ AG AE AI AO AW HK
322
322
  FJ ML MW JM ZW YE UG TV TT TG TD PA
323
- CW GH SS BO
323
+ CW GH SS BO VU
324
324
  )
325
325
 
326
326
  def uses_postal_codes?
@@ -1,3 +1,3 @@
1
1
  module ActiveUtils
2
- VERSION = "3.3.15"
2
+ VERSION = "3.3.16"
3
3
  end
@@ -72,7 +72,7 @@ class CountryTest < Minitest::Test
72
72
 
73
73
  def test_change_to_countries_that_do_not_use_postalcodes_is_intentional
74
74
  country_codes = Country::COUNTRIES_THAT_DO_NOT_USE_POSTALCODES
75
- assert_equal(country_codes.length, 27)
75
+ assert_equal(country_codes.length, 28)
76
76
  end
77
77
 
78
78
  def test_canada_uses_postal_codes
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.15
4
+ version: 3.3.16
5
5
  platform: ruby
6
6
  authors:
7
7
  - Shopify
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-11-29 00:00:00.000000000 Z
11
+ date: 2018-12-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport