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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 2afcf38cba25b3ca21830e103506724b1ae36553cdaaae37af58166a1a695408
4
- data.tar.gz: 5937b37e80e35d65e230e790ef4a9064ddc5847eeaeed9e27d21d55516d9130b
3
+ metadata.gz: 87c74b7f3991e34ac99e4401f365138341354d8a6264702205bd69a1d45b875f
4
+ data.tar.gz: 3f83e9909ccf051881bbeb1f7d2aaa357fead608eb554b2ddf3af3002cd5d963
5
5
  SHA512:
6
- metadata.gz: 02ac0e8a292633a82f4adfce8e2e4198d82f7336f4a9f96277482ed87bc73a685f0c46e329d898dec181a48da2accde2746a6ec8ac8881d7878ae09b7af4db09
7
- data.tar.gz: 9f85db355e7e9a4f458ab4929089a95afb354ba505ba0ad58cfece65a8b89f493e261bdc6b2cf44a10ad9308f435a2c5f8a3dcf95b29db0530e258b111b38612
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 ontop of the others
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 affect
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
@@ -1,3 +1,3 @@
1
1
  module EffectiveAddresses
2
- VERSION = '1.11.8'.freeze
2
+ VERSION = '1.11.9'.freeze
3
3
  end
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.8
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: 2026-06-22 00:00:00.000000000 Z
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: 3.5.9
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.