manifest 0.0.6 → 0.0.7
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/manifest.rb +1 -1
- data/lib/manifest/version.rb +1 -1
- metadata +2 -2
data/lib/manifest.rb
CHANGED
@@ -42,7 +42,7 @@ module Manifest
|
|
42
42
|
array << att1
|
43
43
|
end
|
44
44
|
|
45
|
-
if (/.*"$/.match(att1))
|
45
|
+
if (/.*"$/.match(att1) || /.*";/.match(att1))
|
46
46
|
nestedList = false
|
47
47
|
elsif /"/.match(att1) # if a " is in the value, it means we entered a subentry. And since it is not at the
|
48
48
|
# end of the line, we can conclude we are in a nested list.
|
data/lib/manifest/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: manifest
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.7
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Antoine Toulme
|
@@ -9,7 +9,7 @@ autorequire:
|
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
11
|
|
12
|
-
date: 2009-09-
|
12
|
+
date: 2009-09-16 00:00:00 +02:00
|
13
13
|
default_executable:
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|