rdfobjects 0.10.0 → 0.10.1

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 (2) hide show
  1. data/lib/rdf_objects/collection.rb +2 -2
  2. metadata +2 -2
@@ -54,8 +54,8 @@ module RDFObject
54
54
  self.delete(resource.uri)
55
55
  end
56
56
 
57
- def parse(data, format=nil)
58
- parser = Parser.init_parser(data, format)
57
+ def parse(data, options={})
58
+ parser = Parser.init_parser(data, options)
59
59
  parser.collection = self
60
60
  parser.parse
61
61
  nil
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rdfobjects
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.10.0
4
+ version: 0.10.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ross Singer
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2010-02-10 00:00:00 -05:00
12
+ date: 2010-02-15 00:00:00 -05:00
13
13
  default_executable:
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency