- From: Gregg Kellogg <gregg@greggkellogg.net>
- Date: Sat, 2 Sep 2023 12:56:59 -0700
- To: W3C Ruby RDF mailing list <public-rdf-ruby@w3.org>
Release 3.3.0 of the linkeddata gem [1] has been pushed to RubyGems. Generally, all of the RDF and SPARQL gems which were previously on 3.2 have been updated to 3.3. The main reason for this is that effective in 3.3.0, support for versions of Ruby less than 3.0 has been dropped. It’s become increasingly difficult to support dependencies as support for earlier versions of Ruby is dropped. If you depend on an earlier version of Ruby, peg your gem versions using something like ‘>= 3.2.0’, ‘< 3.3’. No real feature updates driving this, and the gems are very mature now. Exceptions are for updates for RDF-star/RDF 1.2 [2], which work is ongoing at the W3C. Typically, these features require explicitly setting an “rdfstar” option to support. The main features available in Turtle, SPARQL, and the core RDF.rb are support for directional language-tagged strings, and quoted triples. Release notes are available in the GitHub repository of each gem. Documentation [3] is available on the Distiller [4]. Gregg Kellogg gregg@greggkellogg.net [1] https://rubygems.org/gems/linkeddata [2] https://www.w3.org/2022/08/rdf-star-wg-charter/ [3[ http://rdf.greggkellogg.net/yard/index.html [4] http://rdf.greggkellogg.net/
Received on Saturday, 2 September 2023 19:57:18 UTC