rubygem-prawn/prawn-fix-test-errors.patch
wangchong1995924 38e8caaadf package init
2020-08-22 10:30:00 +08:00

12 lines
305 B
Diff

--- lib/prawn/font.rb.orig 2018-11-08 20:45:32.309671191 +0000
+++ lib/prawn/font.rb 2018-11-08 20:46:17.537133702 +0000
@@ -384,7 +384,7 @@
end
def identifier_for(subset) #:nodoc:
- "#{@identifier}.#{subset}"
+ "#{@identifier}.#{subset}".to_sym
end
def inspect #:nodoc: