Skip to content

Commit c83942c

Browse files
transclaude
andcommitted
Fix gemspec homepage URL; release 3.2.0
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent a5dc611 commit c83942c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

facets.gemspec

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Gem::Specification.new do |s|
1010

1111
s.authors = ['Thomas Sawyer']
1212
s.email = ['transfire@gmail.com']
13-
s.homepage = 'https://github.com/rubyworks/facets'
13+
s.homepage = 'https://rubyworks.github.io/facets'
1414
s.license = 'BSD-2-Clause'
1515

1616
s.required_ruby_version = '>= 3.1'
@@ -26,7 +26,6 @@ Gem::Specification.new do |s|
2626
s.require_paths = ['lib/core', 'lib/standard']
2727

2828
s.metadata = {
29-
'homepage_uri' => s.homepage,
3029
'source_code_uri' => 'https://github.com/rubyworks/facets',
3130
'changelog_uri' => 'https://github.com/rubyworks/facets/blob/main/HISTORY.md'
3231
}

0 commit comments

Comments
 (0)