summaryrefslogtreecommitdiffstats
path: root/_build/data
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2019-07-18 09:59:28 +0200
committerLoïc Hoguin <[email protected]>2019-07-18 10:08:46 +0200
commit136d443b5c38bee96f5d995dfea3629ef07564c3 (patch)
tree1d31540baebc43ca0b2dceeda212c44f5da7e7a8 /_build/data
parente031713c0e8bd871248dbbbbdec1ea28609f4431 (diff)
downloadninenines.eu-136d443b5c38bee96f5d995dfea3629ef07564c3.tar.gz
ninenines.eu-136d443b5c38bee96f5d995dfea3629ef07564c3.tar.bz2
ninenines.eu-136d443b5c38bee96f5d995dfea3629ef07564c3.zip
Announce Ranch 2.0.0-rc.1
Adds Ranch 2.0 documentation and removes documentation for very old Cowboy and Ranch, along with Erlang.mk documentation which is available on its own website.
Diffstat (limited to '_build/data')
-rw-r--r--_build/data/projects/cowboy.toml4
-rw-r--r--_build/data/projects/erlang.mk.toml4
-rw-r--r--_build/data/projects/ranch.toml4
3 files changed, 6 insertions, 6 deletions
diff --git a/_build/data/projects/cowboy.toml b/_build/data/projects/cowboy.toml
index 50370ad3..72cdeb30 100644
--- a/_build/data/projects/cowboy.toml
+++ b/_build/data/projects/cowboy.toml
@@ -3,8 +3,8 @@ catchphrase = "Small, fast, modern HTTP server."
description = "Cowboy is the ultimate server for the modern Web with support for Websocket, HTTP/2 and REST."
name = "cowboy"
repository = "https://github.com/ninenines/cowboy"
-versions = ["2.6", "2.5", "2.4", "2.3", "2.2", "2.1", "2.0", "1.0"]
-branches = ["master", "2.5.0", "2.4.0", "2.3.0", "2.2.2", "32d9d494c70f1f48a9194fce8eb550cd3f88df54", "2.0.0", "1.0.x"]
+versions = ["2.6", "2.5", "2.4", "2.3", "2.2"]
+branches = ["master", "2.5.0", "2.4.0", "2.3.0", "2.2.2"]
has_source = true
has_guide = true
has_manual = true
diff --git a/_build/data/projects/erlang.mk.toml b/_build/data/projects/erlang.mk.toml
index c18d1dbb..ef75c053 100644
--- a/_build/data/projects/erlang.mk.toml
+++ b/_build/data/projects/erlang.mk.toml
@@ -3,7 +3,7 @@ catchphrase = "A build tool that just works."
description = "Embrace the power and simplicity of Makefiles."
name = "erlang.mk"
repository = "https://github.com/ninenines/erlang.mk"
-versions = ["1"]
-branches = ["master"]
+versions = []
+branches = []
has_source = true
external_site = "http://erlang.mk"
diff --git a/_build/data/projects/ranch.toml b/_build/data/projects/ranch.toml
index 5415e854..ab1fe4ea 100644
--- a/_build/data/projects/ranch.toml
+++ b/_build/data/projects/ranch.toml
@@ -3,8 +3,8 @@ catchphrase = "The holy cow of servers."
description = "Ranch is a socket acceptor pool for building awesome TCP and TLS servers."
name = "ranch"
repository = "https://github.com/ninenines/ranch"
-versions = ["1.7", "1.6", "1.5", "1.4", "1.3", "1.2"]
-branches = ["1.7.1", "1.6.2", "1.5.0", "1.4.0", "1.3.2", "1.2.1"]
+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"]
has_source = true
has_guide = true
has_manual = true