File tree Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -14,5 +14,5 @@ module WEBrick
14
14
##
15
15
# The WEBrick version
16
16
17
- VERSION = "1.6 .0"
17
+ VERSION = "1.7 .0"
18
18
end
Original file line number Diff line number Diff line change @@ -61,14 +61,12 @@ Gem::Specification.new do |s|
61
61
62
62
s . authors = [ "TAKAHASHI Masayoshi" , "GOTOU YUUZOU" , "Eric Wong" ]
63
63
s . email = [ nil , nil , 'normal@ruby-lang.org' ]
64
- s . homepage = "https://www. ruby-lang.org "
64
+ s . homepage = "https://github.com/ ruby/webrick "
65
65
s . licenses = [ "Ruby" , "BSD-2-Clause" ]
66
66
67
67
if s . respond_to? ( :metadata= )
68
68
s . metadata = {
69
- "bug_tracker_uri" => "https://bugs.ruby-lang.org/projects/ruby-master/issues" ,
70
- "homepage_uri" => "https://www.ruby-lang.org" ,
71
- "source_code_uri" => "https://git.ruby-lang.org/ruby.git/"
69
+ "bug_tracker_uri" => "https://github.com/ruby/webrick/issues" ,
72
70
}
73
71
end
74
72
You can’t perform that action at this time.
0 commit comments