We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5dc611 commit c83942cCopy full SHA for c83942c
facets.gemspec
@@ -10,7 +10,7 @@ Gem::Specification.new do |s|
10
11
s.authors = ['Thomas Sawyer']
12
s.email = ['transfire@gmail.com']
13
- s.homepage = 'https://github.com/rubyworks/facets'
+ s.homepage = 'https://rubyworks.github.io/facets'
14
s.license = 'BSD-2-Clause'
15
16
s.required_ruby_version = '>= 3.1'
@@ -26,7 +26,6 @@ Gem::Specification.new do |s|
26
s.require_paths = ['lib/core', 'lib/standard']
27
28
s.metadata = {
29
- 'homepage_uri' => s.homepage,
30
'source_code_uri' => 'https://github.com/rubyworks/facets',
31
'changelog_uri' => 'https://github.com/rubyworks/facets/blob/main/HISTORY.md'
32
}
0 commit comments