ruby-rdf / shacl

Implementation of Shapes Constraint Language (SHACL) for RDF.rb
The Unlicense
8 stars 3 forks source link

gemspec has incorrect homepage link #2

Closed mjy closed 2 years ago

mjy commented 2 years ago

When I navigate to https://rubygems.org/gems/shacl, and I click 'Homepage', then I get a 404 not found.

The bad line is https://github.com/ruby-rdf/shacl/blob/develop/shacl.gemspec#L9

It should read: gem.homepage = 'https://github.com/shacl'

gkellogg commented 2 years ago

Thanks, I noted the problem elsewhere as well. This error seems to exist on other managed gems, as well.

It should actually read gem.homepage = 'https://github.com/ruby-rdf/shacl'.

gkellogg commented 2 years ago

Fixed in 0.2.1 release.