immosquare-yaml 0.1.17 → 0.1.18
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 +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b76d6ea766d9bc5d5f3ea9a5ace5b5b1a53f7b033e336bb81271e8d65cacf0e3
|
4
|
+
data.tar.gz: c69c1c1485d02964fe9ea740a3ab7b04328574507c6088fab28a15f288162177
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 86ce45abad8b0d94402ca4fd2e4b3bc82db7ba3f3d409faf20aa00d19a97de125104584d4d58ec98e51102053a0cf3183221acb40b444c785be762ae8b3b4ccd
|
7
|
+
data.tar.gz: ba68b248e1880b476ea6bcf3c0703e1ffb45ec7c731f39adc670f17cea287148d47049ac0d6fb61bc1f40ed4aa953d4b40172b9b5e8a09f170983437233e3c75
|
data/lib/immosquare-yaml.rb
CHANGED
@@ -727,7 +727,7 @@ module ImmosquareYaml
|
|
727
727
|
##============================================================##
|
728
728
|
## inlist Enter
|
729
729
|
##============================================================##
|
730
|
-
if inlist.nil? && !blank_line && line.strip.start_with?("-")
|
730
|
+
if inlist.nil? && !blank_line && line.strip.start_with?("-") && inblock.nil?
|
731
731
|
inlist = indent_level
|
732
732
|
inlist_data = []
|
733
733
|
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: immosquare-yaml
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.18
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- IMMO SQUARE
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2023-10-
|
11
|
+
date: 2023-10-10 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: httparty
|