Skip to content

Commit

Permalink
Finish 3.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
gkellogg committed Sep 11, 2023
2 parents fa05795 + 00ebd2b commit 2b31abd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
3.3.0
3.3.1
2 changes: 1 addition & 1 deletion lib/rdf/mixin/mutable.rb
Expand Up @@ -41,7 +41,7 @@ def immutable?
def load(url, graph_name: nil, **options)
raise TypeError.new("#{self} is immutable") if immutable?

Reader.open(url, **options.merge(base_uri: url)) do |reader|
Reader.open(url, base_uri: url, **options) do |reader|
if graph_name
statements = []
reader.each_statement do |statement|
Expand Down

0 comments on commit 2b31abd

Please sign in to comment.