orend-sax-machine 0.0.14 → 0.0.15

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/lib/sax-machine/sax_handler.rb +2 -1
  2. metadata +4 -4
@@ -20,6 +20,7 @@ module SAXMachine
20
20
  return unless object.class.respond_to?(:sax_config)
21
21
 
22
22
  sax_config = object.class.sax_config
23
+ attrs.flatten!
23
24
 
24
25
  if collection_config = sax_config.collection_config(name, attrs)
25
26
  stack.push [object = collection_config.data_class.new, collection_config, ""]
@@ -60,4 +61,4 @@ module SAXMachine
60
61
  @parsed_configs[[object.object_id, element_config.object_id]]
61
62
  end
62
63
  end
63
- end
64
+ end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: orend-sax-machine
3
3
  version: !ruby/object:Gem::Version
4
- hash: 3
4
+ hash: 1
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 14
10
- version: 0.0.14
9
+ - 15
10
+ version: 0.0.15
11
11
  platform: ruby
12
12
  authors:
13
13
  - Paul Dix
@@ -16,7 +16,7 @@ autorequire:
16
16
  bindir: bin
17
17
  cert_chain: []
18
18
 
19
- date: 2009-01-13 00:00:00 -05:00
19
+ date: 2010-12-29 00:00:00 -05:00
20
20
  default_executable:
21
21
  dependencies:
22
22
  - !ruby/object:Gem::Dependency