active_utils 3.3.5 → 3.3.6

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: bd5bf68794ec3d40e80c0db2554079359b7e3809
4
- data.tar.gz: efcb510c015cf2b4038dd92c24bf84d048f00f4e
3
+ metadata.gz: 7420751021781650e38ecaad5720cdb935184265
4
+ data.tar.gz: d2ea414d19c82a056b6724d3955f3a39992be079
5
5
  SHA512:
6
- metadata.gz: 139ea80cbc24eeff1f12ddf85858350b2dc5b00f86f226dc66f178cb442ab61b4ee2bd4666a74aa2e9e2fb80aa312eeb70db228e868e5d839a00dd8bb241f88a
7
- data.tar.gz: 44a004b2e3b21862d352c3339003b33c234c8f8ba149ed7088226383d4389f44207c411ecc5c80504f1975a46073cc5b13e3211c0035e617cac98e05b1315d33
6
+ metadata.gz: aa919c1aaa86f80423046378639cc0e6daa2167dd79c0d030febdcf1d6b32e04d500b9d9f1c9288986c606b539b4cc0b6c92f8c913adc6a03602886a6d733f3f
7
+ data.tar.gz: 2d40844e4db36d4cc36c51ec2eece214810f02aff7542540957e527168636a68db67301fc35b9eadfbe918a8f68bb5227d7ded3929773ce9e19beee5e64d95d1
data/CHANGELOG.md CHANGED
@@ -1,5 +1,8 @@
1
1
  # ActiveUtils changelog
2
2
 
3
+ ### Version 3.3.6 (May 23, 2017)
4
+ - Add `South Sudan` country in `ActiveUtils::Country::COUNTRIES_THAT_DO_NOT_USE_POSTALCODES`
5
+
3
6
  ### Version 3.3.5 (May 18, 2017)
4
7
  - Add `South Sudan` and `Antarctica` countries in `ActiveUtils::Country::COUNTRIES`
5
8
 
@@ -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 JM ZW YE UG TV TT TG TD PA
323
- CW GH
323
+ CW GH SS
324
324
  )
325
325
 
326
326
  def uses_postal_codes?
@@ -1,3 +1,3 @@
1
1
  module ActiveUtils
2
- VERSION = "3.3.5"
2
+ VERSION = "3.3.6"
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.5
4
+ version: 3.3.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Shopify
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-05-18 00:00:00.000000000 Z
11
+ date: 2017-05-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport