immosquare-yaml 0.1.10 → 0.1.11
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/immosquare-yaml/version.rb +1 -1
- data/lib/immosquare-yaml.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: 233ee6e552c634b6fb640a401882a01deb01f114f63ad3abdd3822e00c1895a8
|
4
|
+
data.tar.gz: 8e998672d8c72a2894e78d93eebf2dfdc8c6c4df892e0a1c4834399d4961d39f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3d089b20cfa08b4f73c5bf0483a01aea667104a5745c4cc4e8fca96200c9453efa271b192b3f0b6701edd4c105e69b8620fa7a39cd7cd92e8eb590a98d81d101
|
7
|
+
data.tar.gz: 07eaaf3c64d95808a28b8dc10f413ea18c18429878a980e5456b3e6779f6969b44d41770fbf413bdd51b9b131bc30a3c4c537f18737fcd9f9e89efb469021b44
|
data/lib/immosquare-yaml.rb
CHANGED
@@ -523,7 +523,7 @@ module ImmosquareYaml
|
|
523
523
|
## In YAML "inblock" scenarios, there's no need to add quotes
|
524
524
|
## around values as it's inherently handled.
|
525
525
|
## ============================================================ ##
|
526
|
-
def clean_value(value, with_quotes_verif
|
526
|
+
def clean_value(value, with_quotes_verif = true)
|
527
527
|
##============================================================##
|
528
528
|
## Convert value to string to prevent issues in subsequent operations
|
529
529
|
##============================================================##
|