You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,8 @@ This is a pure-Ruby library for working with [Resource Description Framework
29
29
not modify any of Ruby's core classes or standard library.
30
30
* Based entirely on Ruby's autoloading, meaning that you can generally make
31
31
use of any one part of the library without needing to load up the rest.
32
-
* Compatible with Ruby Ruby >= 2.2.2, Rubinius and JRuby 9.0+.
32
+
* Compatible with Ruby Ruby >= 2.4, Rubinius and JRuby 9.0+.
33
+
* Note, changes in mapping hashes to keyword arguments for Ruby 2.7+ may require that arguments be passed more explicitly, especially when the first argument is a Hash and there are optional keyword arguments. In this case, Hash argument may need to be explicitly included within `{}` and the optional keyword arguments may need to be specified using `**{}` if there are no keyword arguments.
33
34
* Performs auto-detection of input to select appropriate Reader class if one
34
35
cannot be determined from file characteristics.
35
36
@@ -189,7 +190,7 @@ Note that no prefixes are loaded automatically, however they can be provided as
0 commit comments