jekyll-compose
jekyll-compose copied to clipboard
Fix tests and warning when running publish/unpublish with date in frontmatter
This PR does two things:
- Fixes several failing unit tests due to trailing whitespace being removed in generated frontmatter
- Fixes #125 . This warning was due to the fact that
Psych.safe_loaddoes not deserializeDateorTime. This PR adds those two classes as permitted for deserialization.