effective_addresses 1.11.8 → 1.11.9
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 +4 -4
- data/config/effective_addresses.rb +3 -3
- data/lib/effective_addresses/version.rb +1 -1
- metadata +3 -6
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 87c74b7f3991e34ac99e4401f365138341354d8a6264702205bd69a1d45b875f
|
|
4
|
+
data.tar.gz: 3f83e9909ccf051881bbeb1f7d2aaa357fead608eb554b2ddf3af3002cd5d963
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 30cd86d88778f8aa624985ad7825340323790fe44a9d8897bbc8801c8d760c7d3e4acba07230c964b6716c2cc45ccb4782a236b136f0f323c723114241932337
|
|
7
|
+
data.tar.gz: f227681758c909193a8384d3aa44e08c2eef55ec92505437cca568250347ea99c5760d7d12ae8faa27ec302405543b6d87b9163053bac209f51b3c04b5960fae
|
|
@@ -8,9 +8,9 @@ EffectiveAddresses.setup do |config|
|
|
|
8
8
|
|
|
9
9
|
# Country codes to display in country_select dropdowns.
|
|
10
10
|
config.country_codes = :all
|
|
11
|
-
#config.country_codes = ['US', 'CA'] # Or you can be more selective...
|
|
11
|
+
# config.country_codes = ['US', 'CA'] # Or you can be more selective...
|
|
12
12
|
|
|
13
|
-
# Select these countries
|
|
13
|
+
# Select these countries on top of the others
|
|
14
14
|
# config.country_codes_priority = ['US', 'CA']
|
|
15
15
|
|
|
16
16
|
# Force this country to be preselected on any new address forms.
|
|
@@ -19,7 +19,7 @@ EffectiveAddresses.setup do |config|
|
|
|
19
19
|
config.pre_selected_country = nil
|
|
20
20
|
|
|
21
21
|
# Force this state to be preselected on any new address forms.
|
|
22
|
-
# Must also define pre_selected_country for this to take
|
|
22
|
+
# Must also define pre_selected_country for this to take effect
|
|
23
23
|
# Valid values are: state code, state name, or nil.
|
|
24
24
|
# Leave nil if using Geocoder for IP based discovery.
|
|
25
25
|
config.pre_selected_state = nil
|
metadata
CHANGED
|
@@ -1,14 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: effective_addresses
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.11.
|
|
4
|
+
version: 1.11.9
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Code and Effect
|
|
8
|
-
autorequire:
|
|
9
8
|
bindir: bin
|
|
10
9
|
cert_chain: []
|
|
11
|
-
date:
|
|
10
|
+
date: 1980-01-02 00:00:00.000000000 Z
|
|
12
11
|
dependencies:
|
|
13
12
|
- !ruby/object:Gem::Dependency
|
|
14
13
|
name: rails
|
|
@@ -200,7 +199,6 @@ homepage: https://github.com/code-and-effect/effective_addresses
|
|
|
200
199
|
licenses:
|
|
201
200
|
- MIT
|
|
202
201
|
metadata: {}
|
|
203
|
-
post_install_message:
|
|
204
202
|
rdoc_options: []
|
|
205
203
|
require_paths:
|
|
206
204
|
- lib
|
|
@@ -215,8 +213,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
215
213
|
- !ruby/object:Gem::Version
|
|
216
214
|
version: '0'
|
|
217
215
|
requirements: []
|
|
218
|
-
rubygems_version:
|
|
219
|
-
signing_key:
|
|
216
|
+
rubygems_version: 4.0.17
|
|
220
217
|
specification_version: 4
|
|
221
218
|
summary: Extend any ActiveRecord object to have one or more named addresses. Includes
|
|
222
219
|
a geographic region-aware custom form input backed by Carmen.
|