Correct page title in the RDocs

This commit is contained in:
Janko Marohnić 2018-06-05 21:22:03 +00:00
parent 453f0c8c63
commit 3b3f8a70a5

View File

@ -20,7 +20,7 @@ task :"test:ci" => %i[test rubocop]
# Doc
rdoc_opts = ["--line-numbers", "--inline-source", "--title", "Roda: Routing tree web toolkit"]
rdoc_opts = ["--line-numbers", "--inline-source", "--title", "HTTPX: An HTTP client library for ruby"]
begin
gem "hanna-nouveau"