SEATC 0.2.20 → 0.2.21
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 +4 -4
- data/lib/Automaton Analyzer.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 8d0dad401f28b12798ba4bd9928238f7230545e8
|
4
|
+
data.tar.gz: 426ceba8f44237c0c809f49572efa4d0dfb01f33
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: '087580aa83a33decde46ee9a3cfa62494ad241668cdd9585c31a2d978214e8d4a7e90be56fad1a855f53dd95da6a6e21e4fb8eb497a6a9fc6d227d604cd575c7'
|
7
|
+
data.tar.gz: ab63514d43c7028e489952eb56a5dbf8ce4eecf9cd19ac1c5e8d9ef4960f4a86292275bcba1dd05ef3966b97ec839f4d0bd45a3b395f9882f209628bbb642fdb
|
data/lib/Automaton Analyzer.rb
CHANGED
@@ -116,7 +116,7 @@ class AutomatonAnalyzer
|
|
116
116
|
for lin in lines
|
117
117
|
counter = counter + 1
|
118
118
|
end
|
119
|
-
if !lines[0].include? "<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"no\"
|
119
|
+
if !lines[0].include? "<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"no\"?>"
|
120
120
|
@errno = 1
|
121
121
|
return false
|
122
122
|
end
|