mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Merge gemspec from ruby/webrick.
* Bump version to 1.4.0.beta1. Because https://rubygems.org/gems/webrick is already reserved old version of webrick. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@58529 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
cec0668209
commit
abb8b33011
2 changed files with 6 additions and 3 deletions
|
@ -14,5 +14,5 @@ module WEBrick
|
||||||
##
|
##
|
||||||
# The WEBrick version
|
# The WEBrick version
|
||||||
|
|
||||||
VERSION = "1.3.1"
|
VERSION = "1.4.0.beta1"
|
||||||
end
|
end
|
||||||
|
|
|
@ -1,7 +1,10 @@
|
||||||
|
$LOAD_PATH.unshift File.expand_path('../lib', __FILE__)
|
||||||
|
require 'webrick/version'
|
||||||
|
|
||||||
Gem::Specification.new do |s|
|
Gem::Specification.new do |s|
|
||||||
s.name = "webrick"
|
s.name = "webrick"
|
||||||
s.version = '0.0.1'
|
s.version = WEBrick::VERSION
|
||||||
s.date = '2017-01-30'
|
s.date = '2017-05-01'
|
||||||
s.summary = "HTTP server toolkit"
|
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.description = "WEBrick is an HTTP server toolkit that can be configured as an HTTPS server, a proxy server, and a virtual-host server."
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue