mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
webrick 1.4.1 release
* lib/webrick/version.rb: bump version * lib/webrick/webrick.gemspec: support Ruby 2.3+ [Bug #14189] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@61322 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
7d42b6fa0a
commit
74ceabb3b2
2 changed files with 3 additions and 3 deletions
|
@ -14,5 +14,5 @@ module WEBrick
|
|||
##
|
||||
# The WEBrick version
|
||||
|
||||
VERSION = "1.4.0"
|
||||
VERSION = "1.4.1"
|
||||
end
|
||||
|
|
|
@ -4,13 +4,13 @@ require_relative 'version'
|
|||
Gem::Specification.new do |s|
|
||||
s.name = "webrick"
|
||||
s.version = WEBrick::VERSION
|
||||
s.date = '2017-12-14'
|
||||
s.date = '2017-12-18'
|
||||
s.summary = "HTTP server toolkit"
|
||||
s.description = "WEBrick is an HTTP server toolkit that can be configured as an HTTPS server, a proxy server, and a virtual-host server."
|
||||
|
||||
s.require_path = %w{lib}
|
||||
s.files = ["lib/webrick.rb", "lib/webrick/accesslog.rb", "lib/webrick/cgi.rb", "lib/webrick/compat.rb", "lib/webrick/config.rb", "lib/webrick/cookie.rb", "lib/webrick/htmlutils.rb", "lib/webrick/httpauth.rb", "lib/webrick/httpauth/authenticator.rb", "lib/webrick/httpauth/basicauth.rb", "lib/webrick/httpauth/digestauth.rb", "lib/webrick/httpauth/htdigest.rb", "lib/webrick/httpauth/htgroup.rb", "lib/webrick/httpauth/htpasswd.rb", "lib/webrick/httpauth/userdb.rb", "lib/webrick/httpauth.rb", "lib/webrick/httpproxy.rb", "lib/webrick/httprequest.rb", "lib/webrick/httpresponse.rb", "lib/webrick/https.rb", "lib/webrick/httpserver.rb", "lib/webrick/httpservlet.rb", "lib/webrick/httpservlet/abstract.rb", "lib/webrick/httpservlet/cgi_runner.rb", "lib/webrick/httpservlet/cgihandler.rb", "lib/webrick/httpservlet/erbhandler.rb", "lib/webrick/httpservlet/filehandler.rb", "lib/webrick/httpservlet/prochandler.rb", "lib/webrick/httpservlet.rb", "lib/webrick/httpstatus.rb", "lib/webrick/httputils.rb", "lib/webrick/httpversion.rb", "lib/webrick/log.rb", "lib/webrick/server.rb", "lib/webrick/ssl.rb", "lib/webrick/utils.rb", "lib/webrick/version.rb"]
|
||||
s.required_ruby_version = ">= 2.5.0dev"
|
||||
s.required_ruby_version = ">= 2.3.0"
|
||||
|
||||
s.authors = ["TAKAHASHI Masayoshi", "GOTOU YUUZOU", "Eric Wong"]
|
||||
s.email = [nil, nil, 'normal@ruby-lang.org']
|
||||
|
|
Loading…
Reference in a new issue