Package: ruby-safe-yaml / 1.0.3-1~bpo70+1
Metadata
Package | Version | Patches format |
---|---|---|
ruby-safe-yaml | 1.0.3-1~bpo70+1 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
use_ruby indentation.patch | (download) |
spec/spec_helper.rb |
6 5 + 1 - 0 ! |
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 ! |
do not overload load path. There will be no .rb in a sister directory anyway |
fix compatibility with ruby1.8 | (download) |
lib/safe_yaml/libyaml_checker.rb |
4 4 + 0 - 0 ! |
require rubygems for the checker to work with ruby 1.8 |
fix compatibility with ruby1.9 | (download) |
lib/safe_yaml/load.rb |
13 4 + 9 - 0 ! |
fix compatibility with ruby 1.9.3.p194 Our version of Ruby in wheezy is currently affected by https://bugs.ruby-lang.org/issues/6849. We work our way around this by defaulting to the 1.9.2 behavior as specified by upstream. |
1