active_utils 3.3.17 → 3.3.18
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/active_utils.gemspec +2 -0
- data/lib/active_utils/country.rb +1 -1
- data/lib/active_utils/version.rb +1 -1
- data/lib/certs/cacert.pem +730 -870
- data/test/unit/country_test.rb +1 -1
- metadata +5 -4
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, 31)
|
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.18
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Shopify
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2021-09-30 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: activesupport
|
@@ -126,7 +126,8 @@ files:
|
|
126
126
|
homepage: http://github.com/shopify/active_utils
|
127
127
|
licenses:
|
128
128
|
- MIT
|
129
|
-
metadata:
|
129
|
+
metadata:
|
130
|
+
allowed_push_host: https://rubygems.org
|
130
131
|
post_install_message:
|
131
132
|
rdoc_options: []
|
132
133
|
require_paths:
|
@@ -142,7 +143,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
142
143
|
- !ruby/object:Gem::Version
|
143
144
|
version: '0'
|
144
145
|
requirements: []
|
145
|
-
rubygems_version: 3.
|
146
|
+
rubygems_version: 3.2.20
|
146
147
|
signing_key:
|
147
148
|
specification_version: 4
|
148
149
|
summary: Common utils used by active_merchant, active_fulfillment, and active_shipping
|