rdfobjects 0.6.5 → 0.6.6

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/rdf_objects/rdf_resource.rb +1 -1
  2. metadata +1 -1
@@ -78,7 +78,7 @@ module RDFObject
78
78
  local_collection = Parser.parse(rdf)
79
79
  local_collection[self.uri].assertions.each do | predicate, object |
80
80
  [*object].each do | obj |
81
- self.assert(predicate, object) unless self.assertion_exists?(predicate, object)
81
+ self.assert(predicate, obj) unless self.assertion_exists?(predicate, obj)
82
82
  end
83
83
  end
84
84
  end
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.6.5
4
+ version: 0.6.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ross Singer