Skip to content

Release 3.0.5

Compare
Choose a tag to compare
@gkellogg gkellogg released this 05 Nov 17:35
· 397 commits to develop since this release
  • Verify that vocabulary terms defined in snake_case are not automatically converted to camelCase.
  • Remove the ability to set the external encoding when writing N-Triples, as N-Triples requires UTF-8.

    The content encoding of N-Triples is always UTF-8

  • "Fix" syntax in vocabulary.rb that Ruby versions < 2.2.5 don't parse properly. Set Travis to test on 2.2.2, not just 2.2, which defaulted to 2.2.7 at the time of this fix.