3
I Use This!
Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 3 days ago.
Dec 04, 2024 — Dec 04, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Just use path if there's a file scheme. This leaves out a potential host, which isn't supported anyway. More... about 1 year ago
More file scheme URI normalization in Util::File.open_file. More... about 1 year ago
Remove fiddle dependency, as it breaks JRuby. It is a secondary dependency, so should be fixed in the source gem. More... about 1 year ago
Add more special handling for URI File scheme in general, and some windows-specific code to disambiguate the drive letter from a scheme. More... about 1 year ago
Don't use Time Zone from a native value in RDF::Literal::Date, as Time Zone is optional and not included in ISO8601. More... about 1 year ago
Add ostruct to dependencies More... about 1 year ago
More moves towards Triple Terms vs Quoted Triples. More... over 1 year ago
In URI#freeze, synchronize mutex before checking for frozen? This was a race condition. More... over 1 year ago
Don't parse quoted triples when validating. More... over 1 year ago
Make sure argument to URI.intern is a string. More... over 1 year ago
Finish 3.3.2 More... over 1 year ago
Finish 3.3.2 More... over 1 year ago
Version 3.3.2. More... over 1 year ago
Minor tweak to testing vocabulary imports expectations. More... over 1 year ago
Update dependencies. More... over 1 year ago
Update #start_with? to match String#start_with signature More... over 1 year ago
Add some tests for Literal#english? More... over 1 year ago
Implement `Literal#english?` to aid matching English literals. More... over 1 year ago
* Even though deprecated, when matching a quoted triple (`<< ... >>`) be sure it's not a triple term (`<<( ... )>>`). * Add `rdf:reifies` to the RDF vocabulary. More... over 1 year ago
Finish 3.3.1 More... over 1 year ago
Version 3.3.1. More... over 1 year ago
Test example for PN_LOCAL_ESC handling from #21. More... over 1 year ago
Add support for RDF 1.2 Triple Terms and deprecation notices for RDF-star quoted triples. More... almost 2 years ago
* CI on Ruby 3.3. * Reference release notes on GitHub. More... almost 2 years ago
Fix emergent PNAME unescaping issue. More... almost 2 years ago
More dependencies. More... almost 2 years ago
Properly unescaep PN_LOCAL_ESC. More... almost 2 years ago
Fix some IRI regular expressions. More... almost 2 years ago
Add expllicit dependencies on base64 and bigdecimal gems. More... almost 2 years ago
- Reference GitHub Release Notes from README. - CI on Ruby 3.3. More... almost 2 years ago