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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/Automaton Analyzer.rb +1 -1
  3. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 94ba67ad75789288a225e8b89466d815a950dce6
4
- data.tar.gz: bb0924bb0a964161e33b896f969257a0743f269c
3
+ metadata.gz: 8d0dad401f28b12798ba4bd9928238f7230545e8
4
+ data.tar.gz: 426ceba8f44237c0c809f49572efa4d0dfb01f33
5
5
  SHA512:
6
- metadata.gz: 78cc5b4d51b02414851fde8729df271a2f87259f8d7be482a018b05cecd3f79076cbb821e0c0536566e2622f6027960d2ee8132a401723e52d39a771847291b7
7
- data.tar.gz: 84b26c7ee515328524b3849a693a8bc65d9144883527096d2954b7db56776ab877a0b15b4fe4f7ecf423c790dcb09dccd9915808d75c216e3bb97c90f84c2e6b
6
+ metadata.gz: '087580aa83a33decde46ee9a3cfa62494ad241668cdd9585c31a2d978214e8d4a7e90be56fad1a855f53dd95da6a6e21e4fb8eb497a6a9fc6d227d604cd575c7'
7
+ data.tar.gz: ab63514d43c7028e489952eb56a5dbf8ce4eecf9cd19ac1c5e8d9ef4960f4a86292275bcba1dd05ef3966b97ec839f4d0bd45a3b395f9882f209628bbb642fdb
@@ -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\"?><!--Created with JFLAP 6.4.--><structure>"
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
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: SEATC
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.20
4
+ version: 0.2.21
5
5
  platform: ruby
6
6
  authors:
7
7
  - Salvador Guerra Delgado