Package: ruby-gruff / 0.3.6-6

Metadata

Package Version Patches format
ruby-gruff 0.3.6-6 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
drop_require_rubygems | (download)

Rakefile | 1 0 + 1 - 0 !
lib/gruff/base.rb | 1 0 + 1 - 0 !
2 files changed, 2 deletions(-)

---
remove_obsolete_call_from_test_line | (download)

test/test_line.rb | 1 0 + 1 - 0 !
1 file changed, 1 deletion(-)

 test_line test case invokes a nonexisting method - remove it
 This patch removes only one line. This method's name is not found
 anywhere in the source tree, and it seems to me it's just a leftover
 dropped from the API.

sort_needed_for_test_scene | (download)

lib/gruff/scene.rb | 2 1 + 1 - 0 !
test/test_scene.rb | 2 1 + 1 - 0 !
2 files changed, 2 insertions(+), 2 deletions(-)

 two methods in gruff's scene/layers handling need sorting filenames
 The methods rely on the directory listing to be sorted
 alphabetically. This is not always the case - This patch fixes it.

fix_division_by_0 | (download)

lib/gruff/base.rb | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 fix division by zero errors with ruby1.9