Add metadata for RubyGems#5378
Conversation
carlosantoniodasilva
left a comment
There was a problem hiding this comment.
Hey, thanks, I've had that noted down somewhere to review at some point. I had a couple of comments, mainly the source code vs bug tracker URI (and we may need both?), let me know what you think.
| "changelog_uri" => "https://github.com/heartcombo/devise/blob/master/CHANGELOG.md", | ||
| "source_code_uri" => "https://github.com/heartcombo/devise/issues", | ||
| "wiki_uri" => "https://github.com/heartcombo/devise/wiki", | ||
| "mailing_list_uri" => "http://stackoverflow.com/questions/tagged/devise" |
There was a problem hiding this comment.
We actually have a mailing list under heartcombo: https://groups.google.com/g/heartcombo... I'm not sure I want to point people to there though as I have been thinking about killing it, but maybe it's a better option to start. I'm also not sure about pointing to stackoverflow here, but I guess that's where we point people from the readme anyway... just seems a little odd to have it here for some reason 😅
There was a problem hiding this comment.
Ah, yah I was just grabbing it from the readme but definitely up to the core contributors. I think the Google Groups mailing list must be private as it redirects me to https://groups.google.com/access-error?continue=https://groups.google.com/g/heartcombo. We could of course just remove it for now, I was just trying to enhance the metadata with what's available.
|
Btw, we might be able to add |
|
@carlosantoniodasilva I think we want both Thanks for making such a great gem for the community over all these years! |
|
Oh right, I think google groups now require you to be logged in to google or something... anyway let's not worry about it, like I said I'm probably gonna kill it at some point, maybe come up with something else instead. And no worries about the batch commit, if you can't squash everything I can do it when merging. I'll take another look later/tomorrow. Thanks again! |
|
|
|
Perfect, thank you! |
Add the various links to RubyGems so people can go directly to various places such as the changelog when upgrading.