Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 2b31abd

Browse files
committedSep 11, 2023
Finish 3.3.1
2 parents fa05795 + 00ebd2b commit 2b31abd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎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)
Please sign in to comment.