active_utils 2.0.0 → 2.0.1
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 +15 -0
- data/lib/active_utils/common/country.rb +2 -0
- data/lib/active_utils/version.rb +1 -1
- metadata +17 -27
checksums.yaml
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
---
|
|
2
|
+
!binary "U0hBMQ==":
|
|
3
|
+
metadata.gz: !binary |-
|
|
4
|
+
M2U5MzA5NDk5Zjk3OTRiZTY0ZjgyZDgyOGIzNjg5MzY2ZGJjODM1Yw==
|
|
5
|
+
data.tar.gz: !binary |-
|
|
6
|
+
N2Q0YTc3Y2QxM2M5N2FiMzJhMzk5NWZmMjY3ZjMxYjIzMjIwMzljOQ==
|
|
7
|
+
SHA512:
|
|
8
|
+
metadata.gz: !binary |-
|
|
9
|
+
YWYwMzdkNjc0MDUxMmEzZGQ2MzRiMmYzM2JjYTg3N2Q4ODVjNTQzNTE4NmM0
|
|
10
|
+
MzMzNzU3YTU3NzczNWY5NzhjYjczMWU3YmE5ZTQ5OGRlNzhmZjkxOTA0MzMy
|
|
11
|
+
N2NiNzNmNGNlNTRkNGVjYTVkNjM3ODg3ZjFjYzJkMjRkODIxOGQ=
|
|
12
|
+
data.tar.gz: !binary |-
|
|
13
|
+
OTg3OTZhODY2ZTFmNjE4NGQzYzE5ZTI0YmI2ZGIzZWZjYjJiOTNiNjJlN2Iw
|
|
14
|
+
N2NkY2ViMzliYTM1MDZiZjI4NzVlYWVmNWQ2ZDY5NjE2MjAwMDQ4YzQ4MWQw
|
|
15
|
+
MjhlNTYzN2ZmNDdiOThlMmE1Yjk0OGU1OTU3ZmYwNGFiZWYyNDU=
|
|
@@ -117,6 +117,7 @@ module ActiveMerchant #:nodoc:
|
|
|
117
117
|
{ :alpha2 => 'CI', :name => 'Cote D\'Ivoire', :alpha3 => 'CIV', :numeric => '384' },
|
|
118
118
|
{ :alpha2 => 'HR', :name => 'Croatia', :alpha3 => 'HRV', :numeric => '191' },
|
|
119
119
|
{ :alpha2 => 'CU', :name => 'Cuba', :alpha3 => 'CUB', :numeric => '192' },
|
|
120
|
+
{ :alpha2 => 'CW', :name => 'Curaçao', :alpha3 => 'CUW', :numeric => '531' },
|
|
120
121
|
{ :alpha2 => 'CY', :name => 'Cyprus', :alpha3 => 'CYP', :numeric => '196' },
|
|
121
122
|
{ :alpha2 => 'CZ', :name => 'Czech Republic', :alpha3 => 'CZE', :numeric => '203' },
|
|
122
123
|
{ :alpha2 => 'DK', :name => 'Denmark', :alpha3 => 'DNK', :numeric => '208' },
|
|
@@ -178,6 +179,7 @@ module ActiveMerchant #:nodoc:
|
|
|
178
179
|
{ :alpha2 => 'KI', :name => 'Kiribati', :alpha3 => 'KIR', :numeric => '296' },
|
|
179
180
|
{ :alpha2 => 'KP', :name => 'Korea, Democratic People\'s Republic of', :alpha3 => 'PRK', :numeric => '408' },
|
|
180
181
|
{ :alpha2 => 'KR', :name => 'Korea, Republic of', :alpha3 => 'KOR', :numeric => '410' },
|
|
182
|
+
{ :alpha2 => 'KV', :name => 'Kosovo', :alpha3 => 'KSV', :numeric => '377' },
|
|
181
183
|
{ :alpha2 => 'KW', :name => 'Kuwait', :alpha3 => 'KWT', :numeric => '414' },
|
|
182
184
|
{ :alpha2 => 'KG', :name => 'Kyrgyzstan', :alpha3 => 'KGZ', :numeric => '417' },
|
|
183
185
|
{ :alpha2 => 'LA', :name => 'Lao People\'s Democratic Republic', :alpha3 => 'LAO', :numeric => '418' },
|
data/lib/active_utils/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,80 +1,71 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: active_utils
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
|
|
5
|
-
version: 2.0.0
|
|
4
|
+
version: 2.0.1
|
|
6
5
|
platform: ruby
|
|
7
6
|
authors:
|
|
8
7
|
- Shopify
|
|
9
8
|
autorequire:
|
|
10
9
|
bindir: bin
|
|
11
10
|
cert_chain: []
|
|
12
|
-
date: 2013-
|
|
11
|
+
date: 2013-09-25 00:00:00.000000000 Z
|
|
13
12
|
dependencies:
|
|
14
13
|
- !ruby/object:Gem::Dependency
|
|
15
|
-
|
|
14
|
+
name: activesupport
|
|
15
|
+
requirement: !ruby/object:Gem::Requirement
|
|
16
16
|
requirements:
|
|
17
17
|
- - ! '>='
|
|
18
18
|
- !ruby/object:Gem::Version
|
|
19
19
|
version: 2.3.11
|
|
20
|
-
none: false
|
|
21
|
-
name: activesupport
|
|
22
20
|
type: :runtime
|
|
23
21
|
prerelease: false
|
|
24
|
-
|
|
22
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
25
23
|
requirements:
|
|
26
24
|
- - ! '>='
|
|
27
25
|
- !ruby/object:Gem::Version
|
|
28
26
|
version: 2.3.11
|
|
29
|
-
none: false
|
|
30
27
|
- !ruby/object:Gem::Dependency
|
|
31
|
-
|
|
28
|
+
name: i18n
|
|
29
|
+
requirement: !ruby/object:Gem::Requirement
|
|
32
30
|
requirements:
|
|
33
31
|
- - ! '>='
|
|
34
32
|
- !ruby/object:Gem::Version
|
|
35
33
|
version: '0'
|
|
36
|
-
none: false
|
|
37
|
-
name: i18n
|
|
38
34
|
type: :runtime
|
|
39
35
|
prerelease: false
|
|
40
|
-
|
|
36
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
41
37
|
requirements:
|
|
42
38
|
- - ! '>='
|
|
43
39
|
- !ruby/object:Gem::Version
|
|
44
40
|
version: '0'
|
|
45
|
-
none: false
|
|
46
41
|
- !ruby/object:Gem::Dependency
|
|
47
|
-
|
|
42
|
+
name: rake
|
|
43
|
+
requirement: !ruby/object:Gem::Requirement
|
|
48
44
|
requirements:
|
|
49
45
|
- - ! '>='
|
|
50
46
|
- !ruby/object:Gem::Version
|
|
51
47
|
version: '0'
|
|
52
|
-
none: false
|
|
53
|
-
name: rake
|
|
54
48
|
type: :development
|
|
55
49
|
prerelease: false
|
|
56
|
-
|
|
50
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
57
51
|
requirements:
|
|
58
52
|
- - ! '>='
|
|
59
53
|
- !ruby/object:Gem::Version
|
|
60
54
|
version: '0'
|
|
61
|
-
none: false
|
|
62
55
|
- !ruby/object:Gem::Dependency
|
|
63
|
-
|
|
56
|
+
name: mocha
|
|
57
|
+
requirement: !ruby/object:Gem::Requirement
|
|
64
58
|
requirements:
|
|
65
59
|
- - ! '>='
|
|
66
60
|
- !ruby/object:Gem::Version
|
|
67
61
|
version: '0'
|
|
68
|
-
none: false
|
|
69
|
-
name: mocha
|
|
70
62
|
type: :development
|
|
71
63
|
prerelease: false
|
|
72
|
-
|
|
64
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
73
65
|
requirements:
|
|
74
66
|
- - ! '>='
|
|
75
67
|
- !ruby/object:Gem::Version
|
|
76
68
|
version: '0'
|
|
77
|
-
none: false
|
|
78
69
|
description:
|
|
79
70
|
email:
|
|
80
71
|
- developers@jadedpixel.com
|
|
@@ -111,6 +102,7 @@ files:
|
|
|
111
102
|
- test/unit/validateable_test.rb
|
|
112
103
|
homepage: http://github.com/shopify/active_utils
|
|
113
104
|
licenses: []
|
|
105
|
+
metadata: {}
|
|
114
106
|
post_install_message:
|
|
115
107
|
rdoc_options: []
|
|
116
108
|
require_paths:
|
|
@@ -120,18 +112,16 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
120
112
|
- - ! '>='
|
|
121
113
|
- !ruby/object:Gem::Version
|
|
122
114
|
version: '0'
|
|
123
|
-
none: false
|
|
124
115
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
125
116
|
requirements:
|
|
126
117
|
- - ! '>='
|
|
127
118
|
- !ruby/object:Gem::Version
|
|
128
119
|
version: '0'
|
|
129
|
-
none: false
|
|
130
120
|
requirements: []
|
|
131
121
|
rubyforge_project: active_utils
|
|
132
|
-
rubygems_version: 1.
|
|
122
|
+
rubygems_version: 2.1.5
|
|
133
123
|
signing_key:
|
|
134
|
-
specification_version:
|
|
124
|
+
specification_version: 4
|
|
135
125
|
summary: Common utils used by active_merchant, active_fulfillment, and active_shipping
|
|
136
126
|
test_files:
|
|
137
127
|
- test/test_helper.rb
|