mirror of
https://github.com/ruby/ruby.git
synced 2026-01-27 04:24:23 +00:00
get rid of an encode noncompatible error
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@64339 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
efd5a57481
commit
5bf3db3efb
@ -375,6 +375,7 @@ commands = {
|
||||
end
|
||||
id = "##{i["id"]}".color(*PRIORITIES[i["priority"]["name"]])
|
||||
sio = StringIO.new
|
||||
sio.set_encoding("utf-8")
|
||||
sio.puts <<eom
|
||||
#{i["subject"].color(bold: true, underscore: true)}
|
||||
#{i["project"]["name"]} [#{i["tracker"]["name"]} #{id}] #{i["status"]["name"]} (#{i["created_on"]})
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user