Skip to content

Commit 2b31abd

Browse files
committed
Finish 3.3.1
2 parents fa05795 + 00ebd2b commit 2b31abd

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.3.0
1+
3.3.1

lib/rdf/mixin/mutable.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ def immutable?
4141
def load(url, graph_name: nil, **options)
4242
raise TypeError.new("#{self} is immutable") if immutable?
4343

44-
Reader.open(url, **options.merge(base_uri: url)) do |reader|
44+
Reader.open(url, base_uri: url, **options) do |reader|
4545
if graph_name
4646
statements = []
4747
reader.each_statement do |statement|

0 commit comments

Comments
 (0)