about summary refs log tree commit homepage
path: root/yahns.gemspec
diff options
context:
space:
mode:
authorEric Wong <e@yhbt.net>2021-10-09 08:29:18 +0000
committerEric Wong <e@yhbt.net>2021-10-09 08:29:18 +0000
commit0c50befc22ca04fa6465139bafb611d02686bd60 (patch)
tree4af4a23fee7ef375e8006165af7c10bccbd62033 /yahns.gemspec
parent8ff8d98e53d9f60a67c5f59aa8f57030581aeff3 (diff)
downloadyahns-1.18.0.tar.gz
8 changes since 1.17.0 (2019-04-22):

      worker: workaround old F_SETPIPE_SZ bug
      doc: favor File.read over IO.read to ease review
      proxy_pass: document as a public API
      doc: include Yahns/ directory on website
      extras/try_gzip_static: set "Vary: Accept-Encoding" on gzip
      do not sleep if signals are pending
      server: workaround Linux v5.5..v5.13 epoll bug
      gemspec: allow unicorn 6.x
Diffstat (limited to 'yahns.gemspec')
-rw-r--r--yahns.gemspec4
1 files changed, 2 insertions, 2 deletions
diff --git a/yahns.gemspec b/yahns.gemspec
index 3808061..8eb9a3d 100644
--- a/yahns.gemspec
+++ b/yahns.gemspec
@@ -1,5 +1,5 @@
-# Copyright (C) 2013-2016 all contributors <yahns-public@yhbt.net>
-# License: GPL-3.0+ (https://www.gnu.org/licenses/gpl-3.0.txt)
+# Copyright (C) all contributors <yahns-public@yhbt.net>
+# License: GPL-3.0+ <https://www.gnu.org/licenses/gpl-3.0.txt>
 Gem::Specification.new do |s|
   manifest = File.read('.gem-manifest').split(/\n/)
   s.name = %q{yahns}