wolf_core 1.0.36 → 1.0.37

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 4f57d0c483e07ed2323e326fd4db93e4f1dff8c79c0889d7e0541fa5ebe83045
4
- data.tar.gz: f5ce5d894fc84209de632edaecf55d52d28d5b57650b9130b0f0fad668bd0321
3
+ metadata.gz: 0077fb5214aa850dcb6d0c42d5d17598f0680f2e9190ad0f6957294e685e26f7
4
+ data.tar.gz: 8a7d1a2dcf48682cb84698804f7c9d33df25b6b7c94628224f904fdaed46ea7b
5
5
  SHA512:
6
- metadata.gz: 729025fc0a87a12df7f591b01c278b5dce3b78f7968270965f5f8e83153a1d25524ceab078f3b1f84237a4a71a586d661e49e246a94e4c607a0bfa8b6b24c5bb
7
- data.tar.gz: 8c545e267c7ef1b4d3e121807727326790b7255b9c8e11d19de8adbc395291d82bd9255b421a60624f8906570642777d431b2c40c2d48292e0f86ea7be4d10ef
6
+ metadata.gz: 29e69a0fd509966dad7a64e4235d9d3807bc7ef25ee058b144deba1fb5e4295acaf567273d42b300a704921f27b6600d1a386ede3dc7222002448d1bfd738f9b
7
+ data.tar.gz: ca2001384034ffa0cab7c620f945a64be6657a0c375288810bba52d3b8972f81a203e6bb832704fd299a91799ffe7b4adee6925669579839feba1f24a0931f4c
@@ -2,6 +2,7 @@ module WolfCore
2
2
  module Barton
3
3
  module Parsing
4
4
  def split_address(address_string)
5
+ address_string = address_string&.dup
5
6
  address_string ||= ''
6
7
  address = { street: nil, city: nil, state: nil, zip: nil }
7
8
  city_and_state_regex_found = false
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module WolfCore
4
- VERSION = "1.0.36"
4
+ VERSION = "1.0.37"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: wolf_core
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.36
4
+ version: 1.0.37
5
5
  platform: ruby
6
6
  authors:
7
7
  - Javier Roncallo