Package: ruby-safe-yaml / 1.0.5-1

Metadata

Package Version Patches format
ruby-safe-yaml 1.0.5-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
use_ruby indentation.patch | (download)

spec/spec_helper.rb | 6 5 1 - 0 !
1 file changed, 5 insertions( ), 1 deletion(-)

 use 'indentation' gem instead of unpackaged 'heredoc_unindent'
 and provide an alias for the unindent method, called reset_indentation in
 indentation gem.
fix_bin_safe_yaml.patch | (download)

bin/safe_yaml | 2 0 2 - 0 !
1 file changed, 2 deletions(-)

 do not overload load path.
 There will be no .rb in a sister directory anyway
gmt_offset.patch | (download)

spec/transform/to_date_spec.rb | 2 1 1 - 0 !
1 file changed, 1 insertion( ), 1 deletion(-)

 deactivate comparison between specified timezone and local one
 cannot always work as it depend on the local time zone
 One could also set TZ environment variable in debian/rules...