From aa8f2c3295cbf7e1b8e134e70b135e07c35f88e9 Mon Sep 17 00:00:00 2001 From: Andrei Belov Date: Mon, 2 Apr 2018 15:48:33 +0300 Subject: Added Ruby packaging support. --- docs/Makefile | 3 ++- docs/changes.xml | 13 +++++++++++++ 2 files changed, 15 insertions(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/Makefile b/docs/Makefile index 5bc503b9..189fd95c 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -10,7 +10,8 @@ PACKAGES= unit \ unit-python unit-python2.7 unit-python3.4 \ unit-python3.5 unit-python3.6 \ unit-go unit-go1.7 unit-go1.8 unit-go1.9 \ - unit-perl + unit-perl \ + unit-ruby all: changes changelogs diff --git a/docs/changes.xml b/docs/changes.xml index 8a2135e0..5381f446 100644 --- a/docs/changes.xml +++ b/docs/changes.xml @@ -23,6 +23,19 @@ NGINX Unit updated to 0.7. + + + + +Initial release of Ruby module for NGINX Unit. + + + + + + -- cgit