google-local-results-ai-parser 0.2.1 → 0.2.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/google-local-results-ai-parser.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 78ecf24cc717254a2d3b597868e582f715fc86c7ca160aadbdef5183a3cdb9e7
|
4
|
+
data.tar.gz: '09818139bdc702f86693ff1b48519b6ecbc1d4a5264d9969faf315a04fa901f2'
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e69e9916971731c5461b3060c558b84e5373a411197b7cd90252601f9ce35d8b07ab9854a5d8663ea6b9f70c21d94f4aa37e182e0956e320e44c687c36ef06e9
|
7
|
+
data.tar.gz: 1e34f84316101ba580189b4b783f42a20c814f3ae1b2e4337a7f46373c842de492bde9f54448e86f02432327309649d0a38d973129ac946bbe3bc39b193f3f4c
|
@@ -63,7 +63,7 @@ module GoogleLocalResultsAiParser
|
|
63
63
|
|
64
64
|
if final_results[label]
|
65
65
|
# Combine the text for same elements
|
66
|
-
final_results[label] = unsplit_text[/#{final_results[label]}
|
66
|
+
final_results[label] = unsplit_text[/#{final_results[label]}(.+|\n)#{value}/]
|
67
67
|
else
|
68
68
|
# Directly assign values
|
69
69
|
final_results[label] = value
|