lib/licensee/license_file.rb in licensee-4.7.2 vs lib/licensee/license_file.rb in licensee-4.7.3
- old
+ new
@@ -15,10 +15,10 @@
end
# Raw file contents
def content
@contents ||= begin
- blob.content
+ blob.content.force_encoding("UTF-8")
end
end
alias_method :to_s, :content
alias_method :contents, :content