summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--uwsgi.gemspec2
1 files changed, 1 insertions, 1 deletions
diff --git a/uwsgi.gemspec b/uwsgi.gemspec
index 878ec341..5eed9fa8 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 = '2015-03-17'
+ s.date = '2015-07-01'
s.summary = "uWSGI"
s.description = "The uWSGI server for Ruby/Rack"
s.authors = ["Unbit"]