Skip to content

Commit 650289c

Browse files
committed
Bump version to 1.7.0 and update the canonical URL in gemspec
1 parent ea8bd2e commit 650289c

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

lib/webrick/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@ module WEBrick
1414
##
1515
# The WEBrick version
1616

17-
VERSION = "1.6.0"
17+
VERSION = "1.7.0"
1818
end

webrick.gemspec

+2-4
Original file line numberDiff line numberDiff line change
@@ -61,14 +61,12 @@ Gem::Specification.new do |s|
6161

6262
s.authors = ["TAKAHASHI Masayoshi", "GOTOU YUUZOU", "Eric Wong"]
6363
s.email = [nil, nil, '[email protected]']
64-
s.homepage = "https://www.ruby-lang.org"
64+
s.homepage = "https://github.com/ruby/webrick"
6565
s.licenses = ["Ruby", "BSD-2-Clause"]
6666

6767
if s.respond_to?(:metadata=)
6868
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",
7270
}
7371
end
7472

0 commit comments

Comments
 (0)