mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05: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
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue