uWSGI 2.0.10

This commit is contained in:
Roberto De Ioris
2015-03-17 08:34:34 +01:00
parent 4da7564c3b
commit c63d94cb6e
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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-12-30'
s.date = '2015-03-17'
s.summary = "uWSGI"
s.description = "The uWSGI server for Ruby/Rack"
s.authors = ["Unbit"]
+1 -1
View File
@@ -1,6 +1,6 @@
# uWSGI build system
uwsgi_version = '2.0.9'
uwsgi_version = '2.0.10'
import os
import re