summaryrefslogtreecommitdiff
path: root/Gemfile.lock
diff options
context:
space:
mode:
authorAzul <azul@riseup.net>2017-08-03 16:41:13 +0200
committerAzul <azul@riseup.net>2017-08-03 16:41:18 +0200
commit4a9ac60d97b02680ea7197ddb9c00c261b9a33f3 (patch)
tree31b408c16629c90baf2bce88d945c4a0695546c1 /Gemfile.lock
parente44f2f1801725f4f6a236fe5e588ac73bd31706c (diff)
Version 0.10.00.10.0
This is a maintainance release - bugfixes and upgrades of dependencies. This release fixes a major issue with leaking file descriptors. Please upgrade as soon as possible. Ruby 2.1 is required - no other upgrade issues are known. bugfixes: * #3 handle domains without A-record * filedescriptor leak from http_adapters * send empty json object on 404 rather than nil * remote nicknym is on port 6425 * use user:password@ prefix in http basic auth upgrades: * require at least ruby 2.1 * upgrade bundled gems to latest available tests: * more meaningful error messages in case of failures * test bundle is up to date * regression test for nonexisting domain integration: * Add systemd service unit file * Restart nickserver automatically from systemd * gitignore: bundle dir cleanup: * old empty adapters and tests
Diffstat (limited to 'Gemfile.lock')
-rw-r--r--Gemfile.lock2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile.lock b/Gemfile.lock
index 4e934ac..22848f4 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
- nickserver (0.9.0)
+ nickserver (0.10.0)
http
nio4r (~> 1.2)
reel