AArch64 | |
ppc64le | |
s390x | |
x86-64 |
- updated to version 1.0.4, no changelog
- adapt to new rubygem packaging style
- updated to version 1.0.3 - added warning when using Psych + an older version of libyaml
- updated to version 1.0.1 - fixed handling for strings that look like (invalid) dates
- updated to version 1.0.0 - updated date parsing to use local timezone - **now requiring "safe_yaml/load" provides `SafeYAML.load` without clobbering `YAML`** - fixed handling of empty files - fixed some (edge case) integer parsing bugs - fixed some JRuby-specific issues
- updated to version 0.9.7 - made handling of document frontmatter more robust - added more descriptive message to the warning for omitting the :safe option - fixed handling of files with trailing content (after closing `---`)
- updated to version 0.9.5 - fixed permissions AGAIN
- updated to version 0.9.4 - corrected handling of symbols - fixed permissions :(
- updated to version 0.9.3
- updated to version 0.9.2 - fixed error w/ parsing "!" when whitelisting tags - fixed parsing of the number 0 (d'oh!)
- initial package