Skip to content

Commit

Permalink
Bump version to 1.7.0 and update the canonical URL in gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
hsbt committed Dec 11, 2020
1 parent ea8bd2e commit 650289c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion lib/webrick/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ module WEBrick
##
# The WEBrick version

VERSION = "1.6.0"
VERSION = "1.7.0"
end
6 changes: 2 additions & 4 deletions webrick.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -61,14 +61,12 @@ Gem::Specification.new do |s|

s.authors = ["TAKAHASHI Masayoshi", "GOTOU YUUZOU", "Eric Wong"]
s.email = [nil, nil, 'normal@ruby-lang.org']
s.homepage = "https://www.ruby-lang.org"
s.homepage = "https://github.com/ruby/webrick"
s.licenses = ["Ruby", "BSD-2-Clause"]

if s.respond_to?(:metadata=)
s.metadata = {
"bug_tracker_uri" => "https://bugs.ruby-lang.org/projects/ruby-master/issues",
"homepage_uri" => "https://www.ruby-lang.org",
"source_code_uri" => "https://git.ruby-lang.org/ruby.git/"
"bug_tracker_uri" => "https://github.com/ruby/webrick/issues",
}
end

Expand Down

0 comments on commit 650289c

Please sign in to comment.