yegor256 / jekyll-chatgpt-translate

Automated translating of Jekyll pages via ChatGPT: all you need is just an OpenAI API key
https://rubygems.org/gems/jekyll-chatgpt-translate
MIT License
15 stars 1 forks source link

can't modify frozen String #47

Closed yegor256 closed 1 year ago

yegor256 commented 1 year ago
jekyll-chatgpt-translate-0.0.34/lib/jekyll-chatgpt-translate/chatgpt.rb:56:in `strip!': can't modify frozen String: "```text\\nHere is my code:\\n\\na := 7 a := a + 5 - 3 a := a / 3 print a\\n\\nIt doesn't work as expected. It prints 4, but it should print 3. ```" (FrozenError)
yegor256 commented 1 year ago

@rultor release, tag is 0.0.35

rultor commented 1 year ago

@rultor release, tag is 0.0.35

@yegor256 OK, I will release it now. Please check the progress here

rultor commented 1 year ago

@rultor release, tag is 0.0.35

@yegor256 Done! FYI, the full log is here (took me 2min)