rdfobjects 0.10.0 → 0.10.1
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/rdf_objects/collection.rb +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,
|
58
|
-
parser = Parser.init_parser(data,
|
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.
|
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-
|
12
|
+
date: 2010-02-15 00:00:00 -05:00
|
13
13
|
default_executable:
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|