summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUnbit <info@unbit.it>2014-07-01 09:04:40 +0200
committerUnbit <info@unbit.it>2014-07-01 09:04:40 +0200
commitb1669d18876d501d1fa43cce7019f99cd72152e3 (patch)
tree555ea962303e40f44c057a303157e56fb6827d43
parent095bd60f77e29d8f1068c5d4b764c74f4a708f7f (diff)
downloaduwsgi-2.0.6.tar.gz
2.0.6 is ready2.0.6
-rw-r--r--uwsgi.gemspec2
1 files changed, 1 insertions, 1 deletions
diff --git a/uwsgi.gemspec b/uwsgi.gemspec
index aca819b2..1dd6be6a 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 = '2014-06-02'
+ s.date = '2014-07-01'
s.summary = "uWSGI"
s.description = "The uWSGI server for Ruby/Rack"
s.authors = ["Unbit"]