Skip to content

Release 3.2.3

Compare
Choose a tag to compare
@gkellogg gkellogg released this 17 Jan 02:16
· 107 commits to develop since this release
  • Improve documentation of URI#pname and URI#qname when using the prefixes keyword argument. (Fixes #73).
  • Add RDF::Vocabulary.__prefix__= to set the prefix to use for a given vocabulary. (fixes #431).
  • In URI#pname, escape any reserved characters in the suffix.
  • In Vocabulary.expand_pname, unescape reserved characters in the suffix.