Skip to content

Commit 62f8b6f

Browse files
authored
Fix metadata for Hoe (#255)
* Add homepage for Hoe * Specify homepage in Hoe config * Remove link from .md and fix parsing * Add README back to Rakefile
1 parent 344bc7a commit 62f8b6f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Rakefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ HOE = Class.new(Hoe) do
1919
end
2020
end.spec 'neo4j-ruby-driver' do
2121
developer 'Heinrich Klobuczek', 'heinrich@mail.com'
22+
self.urls = { 'home' => 'https://github.com/neo4jrb/neo4j-ruby-driver' }
2223

2324
active_support_version = ENV['ACTIVE_SUPPORT_VERSION']
2425
dependency 'activesupport', active_support_version&.length&.positive? ? "~> #{active_support_version}" : '>= 7.1'

0 commit comments

Comments
 (0)