Package: ruby-bluecloth / 2.2.0-3

Metadata

Package Version Patches format
ruby-bluecloth 2.2.0-3 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
02_test_deactivate_BEGIN_headers.diff | (download)

spec/bluecloth/101_changes_spec.rb | 4 2 + 2 - 0 !
spec/bluecloth/autolinks_spec.rb | 4 2 + 2 - 0 !
spec/bluecloth/blockquotes_spec.rb | 4 2 + 2 - 0 !
spec/bluecloth/code_spans_spec.rb | 4 2 + 2 - 0 !
spec/bluecloth/emphasis_spec.rb | 4 2 + 2 - 0 !
spec/bluecloth/entities_spec.rb | 4 2 + 2 - 0 !
spec/bluecloth/hrules_spec.rb | 4 2 + 2 - 0 !
spec/bluecloth/images_spec.rb | 4 2 + 2 - 0 !
spec/bluecloth/inline_html_spec.rb | 4 2 + 2 - 0 !
spec/bluecloth/links_spec.rb | 2 1 + 1 - 0 !
spec/bluecloth/lists_spec.rb | 4 2 + 2 - 0 !
spec/bluecloth/paragraphs_spec.rb | 4 2 + 2 - 0 !
spec/bluecloth/titles_spec.rb | 4 2 + 2 - 0 !
spec/bluecloth_spec.rb | 4 2 + 2 - 0 !
spec/bugfix_spec.rb | 4 2 + 2 - 0 !
spec/contributions_spec.rb | 4 2 + 2 - 0 !
spec/discount_spec.rb | 4 2 + 2 - 0 !
spec/markdowntest_spec.rb | 4 2 + 2 - 0 !
18 files changed, 35 insertions(+), 35 deletions(-)

 deactivates $load_path modification
 Test files contain a header adding to the LOAD_PATH the 'lib' and 'ext'
 directories of the package. This is not needed since the needed files are
 installed somewhere else. It even causes segfaults since the ext directory
 may contain extensions compiled for another ruby version than the one against
 the tests are run.