M CHANGELOG.md => CHANGELOG.md +3 -0
@@ 8,6 8,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
## [0.2.1] - 2020-08-02
+### Changed
+- Update gemspec links to point to https://code.deeden.co.uk/
+
### Security
- Update rake from 12.3 to 13.0.1.
M README.md => README.md +2 -2
@@ 42,7 42,7 @@ If an author is identified then the output will be a hash containing the fields
## Contributing
-Bug reports and pull requests are welcome on GitHub at https://github.com/srushe/indieweb-authorship.
+Bug reports and patches are welcome at https://code.deeden.co.uk/indieweb-authorship.
## License
@@ 50,7 50,7 @@ The gem is available as open source under the terms of the [MIT License](https:/
## Code of Conduct
-Everyone interacting in the Indieweb::Authorship project’s codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/srushe/indieweb-authorship/blob/master/CODE_OF_CONDUCT.md).
+Everyone interacting in the Indieweb::Authorship project’s codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](CODE_OF_CONDUCT.md).
## Credits
M indieweb-authorship.gemspec => indieweb-authorship.gemspec +4 -4
@@ 10,13 10,13 @@ Gem::Specification.new do |spec|
spec.summary = 'Identify the author of an IndieWeb post'
spec.description = 'Identify the author of an IndieWeb post using the Authorship algorithm'
- spec.homepage = "https://github.com/srushe/indieweb-authorship"
+ spec.homepage = "https://code.deeden.co.uk/indieweb-authorship"
spec.license = "MIT"
spec.metadata = {
- 'bug_tracker_uri' => 'https://github.com/srushe/indieweb-authorship/issues',
- 'changelog_uri' => 'https://github.com/srushe/indieweb-authorship/blob/master/CHANGELOG.md',
- 'homepage_uri' => 'https://github.com/srushe/indieweb-authorship/'
+ 'bug_tracker_uri' => 'https://code.deeden.co.uk/indieweb-authorship/issues',
+ 'changelog_uri' => 'https://code.deeden.co.uk/indieweb-authorship/changelog',
+ 'homepage_uri' => 'https://code.deeden.co.uk/indieweb-authorship/'
}
# Specify which files should be added to the gem when it is released.