From 9cbdfc77641f89074934a7b6639e8d8b2d5eb933 Mon Sep 17 00:00:00 2001 From: Unbit Date: Wed, 8 May 2013 17:48:41 +0200 Subject: [PATCH] updated gemspec for 1.9.9 --- uwsgi.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uwsgi.gemspec b/uwsgi.gemspec index fe00ff4d..d85bf3dd 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-04-23' + s.date = '2013-05-08' s.summary = "uWSGI" s.description = "The uWSGI server for Ruby/Rack" s.authors = ["Unbit"]