active_utils 3.3.15 → 3.3.16
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 -1
- data/lib/active_utils/version.rb +1 -1
- data/test/unit/country_test.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 24d3e5ba8fd28cbff328540299c2f6016f630e255708722aa01065549c9c8167
|
4
|
+
data.tar.gz: 43870793c2efe68df31e0ba5ad218122ac9677d4b2856dcea1e32e6a547ec14b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f833350610fc4d2dc28ffe45019f83c3f2e8bdcdd76612e68569674bbd67c4ae85012ada8e1bb74136c2a6589533b76f05ac6c58196434a8b7e95d7de36e32bc
|
7
|
+
data.tar.gz: dc3ee6c1b76fd1b1715af5b6beabc27d6a41b19819a9e76f71bfccd2c66e9f2d1ce677be50edb5afe20e6eb9a1806e1d050754a7b7661afd11a87e537dc9def9
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,8 @@
|
|
1
1
|
# ActiveUtils changelog
|
2
2
|
|
3
|
+
### Version 3.3.16 (December 18, 2018)
|
4
|
+
- Add `VU` to `ActiveUtils::Country::COUNTRIES_THAT_DO_NOT_USE_POSTALCODES`
|
5
|
+
|
3
6
|
### Version 3.3.15 (November 29, 2018)
|
4
7
|
- Remove support to Ruby 1.9 and ActiveSupport `< 4`
|
5
8
|
- Remove the upperbound constraint on ActiveSupport
|
data/lib/active_utils/country.rb
CHANGED
data/lib/active_utils/version.rb
CHANGED
data/test/unit/country_test.rb
CHANGED
@@ -72,7 +72,7 @@ class CountryTest < Minitest::Test
|
|
72
72
|
|
73
73
|
def test_change_to_countries_that_do_not_use_postalcodes_is_intentional
|
74
74
|
country_codes = Country::COUNTRIES_THAT_DO_NOT_USE_POSTALCODES
|
75
|
-
assert_equal(country_codes.length,
|
75
|
+
assert_equal(country_codes.length, 28)
|
76
76
|
end
|
77
77
|
|
78
78
|
def test_canada_uses_postal_codes
|
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.16
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Shopify
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2018-
|
11
|
+
date: 2018-12-19 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: activesupport
|