active_utils 3.2.3 → 3.2.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: 94da83eb1fea5bd3c0d87913c99b1a99362a2f1f
4
- data.tar.gz: 787909897ac8cfa2460dc60c90010f1a991c8d21
3
+ metadata.gz: 2d4b84b3ed42bdbbb2ecc3820a42648c74bb993d
4
+ data.tar.gz: e586368a53a404eeae4c8a28be96983a524ef9e8
5
5
  SHA512:
6
- metadata.gz: 4d7c25a185919b588e70142d824eaca3dabf36be30ea7e1f4f348ea37263bade5486b33622e5180a6130a4e70e2f8d60dbec2f3b6638cc4984ecd4f72dde2889
7
- data.tar.gz: 15be3d94760b7e483d02fbbeb15d5552fa15d1d652bd4c4313c8cb19634842e7571b41ec4b7e0485bc532d436782313fecc936229afabb0ce20a3ad002b265b3
6
+ metadata.gz: 55c6c20006ae4faf4e171898f046c8d2ccc4c6d4f49887162fe93ac9a29fe066c2f4c814aac7bf2b1ed08ff406246ef395f01d1748cd875a6f702235a603636e
7
+ data.tar.gz: e963a2e33dd1d7abcb13921e1005b199368f474d6eca141c6c586c62b726d6a0095eb52b58c5c7267e488552f6468b0becdd0545dd6bcba48daac95231c27687
data/CHANGELOG.md CHANGED
@@ -1,5 +1,8 @@
1
1
  # ActiveUtils changelog
2
2
 
3
+ ### Version 3.2.4 (Dec. 16, 2016)
4
+ - Add the `Bonaire` country in `ActiveUtils::Country::COUNTRIES`
5
+
3
6
  ### Version 3.2.3 (Nov. 21, 2016)
4
7
  - Add the `:delay` option in `ActiveUtils::NetworkConnectionRetries`
5
8
 
@@ -88,6 +88,7 @@ module ActiveUtils #:nodoc:
88
88
  { :alpha2 => 'BM', :name => 'Bermuda', :alpha3 => 'BMU', :numeric => '060' },
89
89
  { :alpha2 => 'BT', :name => 'Bhutan', :alpha3 => 'BTN', :numeric => '064' },
90
90
  { :alpha2 => 'BO', :name => 'Bolivia', :alpha3 => 'BOL', :numeric => '068' },
91
+ { :alpha2 => 'BQ', :name => 'Bonaire, Sint Eustatius and Saba', :alpha3 => 'BES', :numeric => '535' },
91
92
  { :alpha2 => 'BA', :name => 'Bosnia and Herzegovina', :alpha3 => 'BIH', :numeric => '070' },
92
93
  { :alpha2 => 'BW', :name => 'Botswana', :alpha3 => 'BWA', :numeric => '072' },
93
94
  { :alpha2 => 'BV', :name => 'Bouvet Island', :alpha3 => 'BVD', :numeric => '074' },
@@ -1,3 +1,3 @@
1
1
  module ActiveUtils
2
- VERSION = "3.2.3"
2
+ VERSION = "3.2.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.2.3
4
+ version: 3.2.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Shopify
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-11-21 00:00:00.000000000 Z
11
+ date: 2016-12-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport