Skip to content

Release 2.1.0

Compare
Choose a tag to compare
@gkellogg gkellogg released this 31 Dec 21:52
· 322 commits to develop since this release
  • Update miniumum ruby version to 2.2.2.
  • Fix terminal matching of various terminals that include whitespace, including "INSERT DATA". Fixes #24.
  • Use Solution#to_h in favor of the deprecated Solution#to_hash (For RDF.rb 2.2).
  • When calling RDF::Query.new with a Solution, append a hash for options, to work around a problem with implicit hash conversion of the solution because of Statement#to_hash. This can be removed when that goes away (For RDF.rb 2.2).