summaryrefslogtreecommitdiff
path: root/gnu/packages/patches/ruby-safe-yaml-add-require-time.patch
Commit message (Expand)AuthorAgeFilesLines
* gnu: ruby-safe-yaml: Update to 1.0.5.•••* gnu/packages/ruby.scm(ruby-save-yaml): Update to 1.0.5. * gnu/packages/patches/ruby-safe-yaml-add-require-time.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it. Björn Höfling2019-12-091-19/+0
* gnu: ruby-safe-yaml: Add missing require 'time'.•••Patch ruby-safe-yaml to fix an issue that would lead to an error like this: uninitialized constant SafeYAML::Parse::Date::DateTime It's been reported upstream [1], and this patch was taken from the upstream Git repository. 1: https://github.com/dtao/safe_yaml/issues/80 * gnu/packages/ruby.scm (ruby-safe-yaml)[source]: Switch to the Git repository so that applying patches works and add a patch. [arguments]: Enable tests and add a phase to set the TZ environment variable, as one of the tests depends on a certian timezone. * gnu/packages/patches/ruby-safe-yaml-add-require-time.patch: New file. * gnu/local.mk (dist_patch_DATA): Add new patch file. Christopher Baines2019-02-141-0/+19