active_utils 3.3.1 → 3.3.2

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: 3083cf95677613de50004600cfb3c7a41ea28451
4
- data.tar.gz: d01ac93ebf1dd70a65addc0e60c4ad97f039a54f
3
+ metadata.gz: 111d3a27499581c56dc37b1e6114e5769da85dd3
4
+ data.tar.gz: 021bfa85aeb64d3d3d68554e46bf8795e1a772c5
5
5
  SHA512:
6
- metadata.gz: 8e1d106d13dc944bfc812f63b79dbe9b9b9d2e52fb05544ed08c29bf606d4f35a7cd52bef77c3cb9068523f12cc844029eaff2dabb41b27cb3ef4049e76dc445
7
- data.tar.gz: 7850542eb312103847d1717ee6383a979d0f5d0120862ccc3f4614644aa042e549d311695636cf36d613ba3c7813cb375312057f14c1728df89d171ed75266f4
6
+ metadata.gz: 2c665dda612f952eb303ebdd32a282a9d723e265cc3edb9a467de6311121e57512ec1b668b5c5479a552b482b32a8abdb8fb3e3f707da149d121b46d90cad0b7
7
+ data.tar.gz: 59373c1644982b5cd9ad628bd422b37f75d5a95e0678e180c8b947692a87fab494f6f24874abccb41d6e8297885a4ac1ab022c3aeac46a8408ccd013d0739c45
data/CHANGELOG.md CHANGED
@@ -1,5 +1,8 @@
1
1
  # ActiveUtils changelog
2
2
 
3
+ ### Version 3.3.2 (Mar. 28, 2017)
4
+ - Changed country name of "Libyan Arab Jamahiriya" to Libya, as per country name change in 2011.
5
+
3
6
  ### Version 3.3.1 (Mar. 28, 2017)
4
7
  - Bump ActiveSupport requirement to **< 5.2.0**.
5
8
 
@@ -188,7 +188,7 @@ module ActiveUtils #:nodoc:
188
188
  { :alpha2 => 'LB', :name => 'Lebanon', :alpha3 => 'LBN', :numeric => '422' },
189
189
  { :alpha2 => 'LS', :name => 'Lesotho', :alpha3 => 'LSO', :numeric => '426' },
190
190
  { :alpha2 => 'LR', :name => 'Liberia', :alpha3 => 'LBR', :numeric => '430' },
191
- { :alpha2 => 'LY', :name => 'Libyan Arab Jamahiriya', :alpha3 => 'LBY', :numeric => '434' },
191
+ { :alpha2 => 'LY', :name => 'Libya', :alpha3 => 'LBY', :numeric => '434' },
192
192
  { :alpha2 => 'LI', :name => 'Liechtenstein', :alpha3 => 'LIE', :numeric => '438' },
193
193
  { :alpha2 => 'LT', :name => 'Lithuania', :alpha3 => 'LTU', :numeric => '440' },
194
194
  { :alpha2 => 'LU', :name => 'Luxembourg', :alpha3 => 'LUX', :numeric => '442' },
@@ -1,3 +1,3 @@
1
1
  module ActiveUtils
2
- VERSION = "3.3.1"
2
+ VERSION = "3.3.2"
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.1
4
+ version: 3.3.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Shopify
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-03-28 00:00:00.000000000 Z
11
+ date: 2017-04-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport