Merge branch 'patch-1' into 'master'

Correct page title in the RDocs

See merge request honeyryderchuck/httpx!21
This commit is contained in:
HoneyryderChuck 2018-06-06 15:20:00 +00:00
commit 28a7721774

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"