active_utils 3.3.2 → 3.3.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 111d3a27499581c56dc37b1e6114e5769da85dd3
4
- data.tar.gz: 021bfa85aeb64d3d3d68554e46bf8795e1a772c5
3
+ metadata.gz: 521cb143c28ff9d84fd23e29d2b06e3b9a0db80d
4
+ data.tar.gz: 8d53c31b8268e11f7ca871b964fd99a54c078eb6
5
5
  SHA512:
6
- metadata.gz: 2c665dda612f952eb303ebdd32a282a9d723e265cc3edb9a467de6311121e57512ec1b668b5c5479a552b482b32a8abdb8fb3e3f707da149d121b46d90cad0b7
7
- data.tar.gz: 59373c1644982b5cd9ad628bd422b37f75d5a95e0678e180c8b947692a87fab494f6f24874abccb41d6e8297885a4ac1ab022c3aeac46a8408ccd013d0739c45
6
+ metadata.gz: f1b9f49b70c27b3d4f2ef51d6942189a8d60fbd93378250975976508b539e4a95255067093abd2528a7d2a5c79153a5b5533402f64b688bc7ee0b412ca6e722e
7
+ data.tar.gz: 97492dd9906c1f5ba4e8a67e2d57a35a93b43322158acc2194cfa4b7919a67b6426b260e570bb48ac6c3757935eafae7bab2673bae05a2826b4424bd85d77070
data/CHANGELOG.md CHANGED
@@ -1,5 +1,8 @@
1
1
  # ActiveUtils changelog
2
2
 
3
+ ### Version 3.3.3 (Apr. 7, 2017)
4
+ - Add the `Aland Islands` country in `ActiveUtils::Country::COUNTRIES`
5
+
3
6
  ### Version 3.3.2 (Mar. 28, 2017)
4
7
  - Changed country name of "Libyan Arab Jamahiriya" to Libya, as per country name change in 2011.
5
8
 
@@ -64,6 +64,7 @@ module ActiveUtils #:nodoc:
64
64
 
65
65
  COUNTRIES = [
66
66
  { :alpha2 => 'AF', :name => 'Afghanistan', :alpha3 => 'AFG', :numeric => '004' },
67
+ { :alpha2 => 'AX', :name => 'Aland Islands', :alpha3 => 'ALA', :numeric => '248' },
67
68
  { :alpha2 => 'AL', :name => 'Albania', :alpha3 => 'ALB', :numeric => '008' },
68
69
  { :alpha2 => 'DZ', :name => 'Algeria', :alpha3 => 'DZA', :numeric => '012' },
69
70
  { :alpha2 => 'AS', :name => 'American Samoa', :alpha3 => 'ASM', :numeric => '016' },
@@ -1,3 +1,3 @@
1
1
  module ActiveUtils
2
- VERSION = "3.3.2"
2
+ VERSION = "3.3.3"
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.2
4
+ version: 3.3.3
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-06 00:00:00.000000000 Z
11
+ date: 2017-04-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport