From fe8ee7c7b33986f6155edb3e16a89cd656a6f667 Mon Sep 17 00:00:00 2001 From: Unbit Date: Sat, 30 Mar 2013 16:29:51 +0100 Subject: [PATCH] uWSGI 1.9.4 --- uwsgi.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uwsgi.gemspec b/uwsgi.gemspec index aac18f5e..66fc4236 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 = '2013-03-28' + s.date = '2013-03-30' s.summary = "uWSGI" s.description = "The uWSGI server for Ruby/Rack" s.authors = ["Unbit"]