active_utils 3.3.2 → 3.3.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +3 -0
- data/lib/active_utils/country.rb +1 -0
- data/lib/active_utils/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 521cb143c28ff9d84fd23e29d2b06e3b9a0db80d
|
4
|
+
data.tar.gz: 8d53c31b8268e11f7ca871b964fd99a54c078eb6
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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
|
|
data/lib/active_utils/country.rb
CHANGED
@@ -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' },
|
data/lib/active_utils/version.rb
CHANGED
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.
|
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-
|
11
|
+
date: 2017-04-07 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: activesupport
|