webrick 1.4.0.beta1 → 1.4.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of webrick might be problematic. Click here for more details.

@@ -14,5 +14,5 @@ module WEBrick
14
14
  ##
15
15
  # The WEBrick version
16
16
 
17
- VERSION = "1.4.0.beta1"
17
+ VERSION = "1.4.4"
18
18
  end
metadata CHANGED
@@ -1,15 +1,16 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: webrick
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.4.0.beta1
4
+ version: 1.4.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - TAKAHASHI Masayoshi
8
8
  - GOTOU YUUZOU
9
- autorequire:
9
+ - Eric Wong
10
+ autorequire:
10
11
  bindir: bin
11
12
  cert_chain: []
12
- date: 2017-05-01 00:00:00.000000000 Z
13
+ date: 2020-09-29 00:00:00.000000000 Z
13
14
  dependencies:
14
15
  - !ruby/object:Gem::Dependency
15
16
  name: rake
@@ -28,8 +29,9 @@ dependencies:
28
29
  description: WEBrick is an HTTP server toolkit that can be configured as an HTTPS
29
30
  server, a proxy server, and a virtual-host server.
30
31
  email:
31
- -
32
- -
32
+ -
33
+ -
34
+ - normal@ruby-lang.org
33
35
  executables: []
34
36
  extensions: []
35
37
  extra_rdoc_files: []
@@ -72,8 +74,11 @@ files:
72
74
  homepage: https://www.ruby-lang.org
73
75
  licenses:
74
76
  - BSD-2-Clause
75
- metadata: {}
76
- post_install_message:
77
+ metadata:
78
+ bug_tracker_uri: https://bugs.ruby-lang.org/projects/ruby-trunk/issues
79
+ homepage_uri: https://www.ruby-lang.org
80
+ source_code_uri: https://svn.ruby-lang.org/repos/ruby
81
+ post_install_message:
77
82
  rdoc_options: []
78
83
  require_paths:
79
84
  - lib
@@ -81,16 +86,15 @@ required_ruby_version: !ruby/object:Gem::Requirement
81
86
  requirements:
82
87
  - - ">="
83
88
  - !ruby/object:Gem::Version
84
- version: 2.5.0dev
89
+ version: 2.3.0
85
90
  required_rubygems_version: !ruby/object:Gem::Requirement
86
91
  requirements:
87
- - - ">"
92
+ - - ">="
88
93
  - !ruby/object:Gem::Version
89
- version: 1.3.1
94
+ version: '0'
90
95
  requirements: []
91
- rubyforge_project:
92
- rubygems_version: 2.6.11
93
- signing_key:
96
+ rubygems_version: 3.2.0.rc.1
97
+ signing_key:
94
98
  specification_version: 4
95
99
  summary: HTTP server toolkit
96
100
  test_files: []