manifest 0.0.6 → 0.0.7

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.
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.
@@ -13,7 +13,7 @@ module Manifest #:nodoc:
13
13
  module VERSION #:nodoc:
14
14
  MAJOR = 0
15
15
  MINOR = 0
16
- TINY = 6
16
+ TINY = 7
17
17
 
18
18
  STRING = [MAJOR, MINOR, TINY].join('.')
19
19
  end
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.6
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-11 00:00:00 +02:00
12
+ date: 2009-09-16 00:00:00 +02:00
13
13
  default_executable:
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency