webrick 1.4.1 → 1.6.1

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.

metadata CHANGED
@@ -1,16 +1,16 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: webrick
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.4.1
4
+ version: 1.6.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - TAKAHASHI Masayoshi
8
8
  - GOTOU YUUZOU
9
9
  - Eric Wong
10
- autorequire:
10
+ autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2017-12-18 00:00:00.000000000 Z
13
+ date: 2020-09-29 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: rake
@@ -29,13 +29,19 @@ dependencies:
29
29
  description: WEBrick is an HTTP server toolkit that can be configured as an HTTPS
30
30
  server, a proxy server, and a virtual-host server.
31
31
  email:
32
- -
33
- -
32
+ -
33
+ -
34
34
  - normal@ruby-lang.org
35
35
  executables: []
36
36
  extensions: []
37
37
  extra_rdoc_files: []
38
38
  files:
39
+ - Gemfile
40
+ - LICENSE.txt
41
+ - README.md
42
+ - Rakefile
43
+ - bin/console
44
+ - bin/setup
39
45
  - lib/webrick.rb
40
46
  - lib/webrick/accesslog.rb
41
47
  - lib/webrick/cgi.rb
@@ -71,14 +77,15 @@ files:
71
77
  - lib/webrick/ssl.rb
72
78
  - lib/webrick/utils.rb
73
79
  - lib/webrick/version.rb
80
+ - webrick.gemspec
74
81
  homepage: https://www.ruby-lang.org
75
82
  licenses:
76
83
  - BSD-2-Clause
77
84
  metadata:
78
85
  bug_tracker_uri: https://bugs.ruby-lang.org/projects/ruby-trunk/issues
79
86
  homepage_uri: https://www.ruby-lang.org
80
- source_code_uri: https://svn.ruby-lang.org/repos/ruby
81
- post_install_message:
87
+ source_code_uri: https://git.ruby-lang.org/ruby.git/
88
+ post_install_message:
82
89
  rdoc_options: []
83
90
  require_paths:
84
91
  - lib
@@ -93,9 +100,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
93
100
  - !ruby/object:Gem::Version
94
101
  version: '0'
95
102
  requirements: []
96
- rubyforge_project:
97
- rubygems_version: 2.7.3
98
- signing_key:
103
+ rubygems_version: 3.2.0.rc.1
104
+ signing_key:
99
105
  specification_version: 4
100
106
  summary: HTTP server toolkit
101
107
  test_files: []