Sinatra doesn’t know this ditty.

Try this:
# in main.rb
class GrapesRV
  get '/info:%D0%B7%D0%B0%D1%82%D0%BE%D1%87%D0%BA%D0%B8:start' do
    "Hello World"
  end
end