summaryrefslogtreecommitdiffstats
path: root/_build/data/projects
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2020-11-16 16:12:55 +0100
committerLoïc Hoguin <[email protected]>2020-11-16 16:12:55 +0100
commit7d61b485e47e247d7ecac500c83a902ab934f569 (patch)
treee704c44ee5ede186ade88d36b742fb0854805e1c /_build/data/projects
parent90e4885d7ca8e9d4a5e18f898fc172da900015c5 (diff)
downloadninenines.eu-7d61b485e47e247d7ecac500c83a902ab934f569.tar.gz
ninenines.eu-7d61b485e47e247d7ecac500c83a902ab934f569.tar.bz2
ninenines.eu-7d61b485e47e247d7ecac500c83a902ab934f569.zip
Update documentation
Diffstat (limited to '_build/data/projects')
-rw-r--r--_build/data/projects/cowlib.toml4
-rw-r--r--_build/data/projects/ranch.toml2
2 files changed, 3 insertions, 3 deletions
diff --git a/_build/data/projects/cowlib.toml b/_build/data/projects/cowlib.toml
index a28a4569..43a8a012 100644
--- a/_build/data/projects/cowlib.toml
+++ b/_build/data/projects/cowlib.toml
@@ -3,7 +3,7 @@ catchphrase = "Support library for the Web."
description = "The Web toolbox for HTTP/1.1, HTTP/2, Websocket, Multipart, Cookies, URL encoding..."
name = "cowlib"
repository = "https://github.com/ninenines/cowlib"
-versions = ["2.9", "2.8"]
-branches = ["2.9.0", "2.8.0"]
+versions = ["2.10", "2.9", "2.8"]
+branches = ["master", "2.9.1", "2.8.0"]
has_source = true
has_manual = true
diff --git a/_build/data/projects/ranch.toml b/_build/data/projects/ranch.toml
index ab1fe4ea..8523bf32 100644
--- a/_build/data/projects/ranch.toml
+++ b/_build/data/projects/ranch.toml
@@ -4,7 +4,7 @@ description = "Ranch is a socket acceptor pool for building awesome TCP and TLS
name = "ranch"
repository = "https://github.com/ninenines/ranch"
versions = ["2.0", "1.7", "1.6", "1.5", "1.4"]
-branches = ["master", "1.7.1", "1.6.2", "1.5.0", "1.4.0"]
+branches = ["2.0.0", "1.7.1", "1.6.2", "1.5.0", "1.4.0"]
has_source = true
has_guide = true
has_manual = true