summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUnbit <info@unbit.it>2018-02-26 19:24:21 +0100
committerUnbit <info@unbit.it>2018-02-26 19:24:21 +0100
commite2a0cd27426c3fb367b5e4a775257eb361d4e86e (patch)
tree61d2c3089aa6e6218b117e618144222d24670d02
parentd7c8c8de5d75138b72a4fb0c07a81b062958981d (diff)
downloaduwsgi-e2a0cd27426c3fb367b5e4a775257eb361d4e86e.tar.gz
updated gemspec
-rw-r--r--uwsgi.gemspec2
1 files changed, 1 insertions, 1 deletions
diff --git a/uwsgi.gemspec b/uwsgi.gemspec
index 92da3051..6ea3ebca 100644
--- a/uwsgi.gemspec
+++ b/uwsgi.gemspec
@@ -2,7 +2,7 @@ Gem::Specification.new do |s|
s.name = 'uwsgi'
s.license = 'GPL-2'
s.version = `python -c "import uwsgiconfig as uc; print uc.uwsgi_version"`.sub(/-dev-.*/,'')
- s.date = '2018-02-10'
+ s.date = '2018-02-26'
s.summary = "uWSGI"
s.description = "The uWSGI server for Ruby/Rack"
s.authors = ["Unbit"]