solidus_tec_estimator 1.0.5 → 1.0.6

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: 6c6cd4f4ae5132949061a5e6fc1e5a7f454623e3cf5afc9618fd08c2c8f413a6
4
- data.tar.gz: b3e71b92b291a2ed5bc8d2a10210d1185de0601b0d5ab8b2a421b91487d9fb03
3
+ metadata.gz: c28036d5ed36a833efc6236adc4f6967c365643108de215570f47b8f8956308e
4
+ data.tar.gz: f432013f0bbbcae40151b2460053c145dfc4802d06a5ee6a076714a5bb860c9f
5
5
  SHA512:
6
- metadata.gz: cceb0966d0b47f28e7a342536fd43b7394a38349d070adca7087f1e67a6a548d11f4af73435904b99e2a64a752f4da912ab7f2d0bcc0409d10837daee693d810
7
- data.tar.gz: 84cb73efd1f1c1f770243a16f0abc0cdc50b3ad4c36f87dd2212264381a995a90b24e3f224caf3737d9b4dd26dbe828d7d8c85cc3ec46ba44cf80c32c1d5680d
6
+ metadata.gz: 7aeeccbf3a3de41cfa2e47ac1eeb60bb0eaffb8172b91ec04fbdf8a42fa830268647f693d73e441f62102b92e3c6ea40aad15b46baafb7a9272e9fd439e856e2
7
+ data.tar.gz: e4ab018f35f80f41f201f401cb98f778a6fe00abf44105201b8829c87d384c56fd52621aad9834ad405c46d3ea4de30e1c6c5683370ccfc58bc8d8fb2df20e96
@@ -64,6 +64,7 @@ module SolidusTecEstimator
64
64
 
65
65
  def cep_de_sjbv?
66
66
  sjbv_ceps = Cep.where(localidade: "São João da Boa Vista").pluck(:codigo_postal).map(&:to_i)
67
+ return false if sjbv_ceps.empty?
67
68
  zipcode = package.order.ship_address.zipcode.gsub(/\D/, "").to_i
68
69
  zipcode >= sjbv_ceps.min && zipcode <= sjbv_ceps.max
69
70
  end
@@ -1,3 +1,3 @@
1
1
  module SolidusTecEstimator
2
- VERSION = '1.0.5'
2
+ VERSION = '1.0.6'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: solidus_tec_estimator
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.5
4
+ version: 1.0.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - ulysses
8
- autorequire:
8
+ autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2024-09-12 00:00:00.000000000 Z
11
+ date: 2024-09-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: solidus_core
@@ -110,7 +110,7 @@ metadata:
110
110
  homepage_uri: https://github.com/todasessascoisas/solidus_tec_estimator#readme
111
111
  source_code_uri: https://github.com/todasessascoisas/solidus_tec_estimator
112
112
  changelog_uri: https://github.com/todasessascoisas/solidus_tec_estimator/blob/main/CHANGELOG.md
113
- post_install_message:
113
+ post_install_message:
114
114
  rdoc_options: []
115
115
  require_paths:
116
116
  - lib
@@ -128,8 +128,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
128
128
  - !ruby/object:Gem::Version
129
129
  version: '0'
130
130
  requirements: []
131
- rubygems_version: 3.5.11
132
- signing_key:
131
+ rubygems_version: 3.5.10
132
+ signing_key:
133
133
  specification_version: 4
134
134
  summary: ''
135
135
  test_files: