We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fa05795 + 00ebd2b commit 2b31abdCopy full SHA for 2b31abd
2 files changed
VERSION
@@ -1 +1 @@
1
-3.3.0
+3.3.1
lib/rdf/mixin/mutable.rb
@@ -41,7 +41,7 @@ def immutable?
41
def load(url, graph_name: nil, **options)
42
raise TypeError.new("#{self} is immutable") if immutable?
43
44
- Reader.open(url, **options.merge(base_uri: url)) do |reader|
+ Reader.open(url, base_uri: url, **options) do |reader|
45
if graph_name
46
statements = []
47
reader.each_statement do |statement|
0 commit comments