File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11Metadata-Version: 1.0
22Name: uWSGI
3- Version: 2.0.28
3+ Version: 2.0.29
44Summary: The uWSGI server
55Home-page: https://uwsgi-docs.readthedocs.io/en/latest/
66Author: Unbit
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ Gem::Specification.new do |s|
22 s . name = 'uwsgi'
33 s . license = 'GPL-2'
44 s . version = `python -c "import uwsgiconfig as uc; print uc.uwsgi_version"` . sub ( /-dev-.*/ , '' )
5- s . date = '2024-10-26 '
5+ s . date = '2025-04-11 '
66 s . summary = "uWSGI"
77 s . description = "The uWSGI server for Ruby/Rack"
88 s . authors = [ "Unbit" ]
Original file line number Diff line number Diff line change 11# uWSGI build system
22
3- uwsgi_version = '2.0.28 '
3+ uwsgi_version = '2.0.29 '
44
55import os
66import re
You can’t perform that action at this time.
0 commit comments