You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 14, 2021. It is now read-only.
👋 Hello there! Long time RubyGems user, first time contributor. 😸
My current problem is that, as a Ruby open source developer, I would like to ensure that my projects are receiving funding, so that I can continue to make them available.
I noticed that late last year, npm discouraged the use of asking for funding in a post-install message, in favor of adding a funding option.
I would like to propose adding a similar option here, and, if it sounds good, would be more than happy to open a PR to implement ASAP.
Format
I imagine this proposal to add a new key, funding, to the Gem specification:
As well, bundle info should also show this information:
$ bundle info commonmarker
* commonmarker (0.20.2)
Summary: CommonMark parser and renderer. Written in C, wrapped in Ruby.
Homepage: https://github.com/gjtorikian/commonmarker
Path: /Users/gjtorikian/Development/commonmarker
Funding: https://github.com/sponsors/gjtorikian/
(Of course, RubyGems.org should also prominently display this information, but that's a different PR for a different repo!)
👋 Hello there! Long time RubyGems user, first time contributor. 😸
My current problem is that, as a Ruby open source developer, I would like to ensure that my projects are receiving funding, so that I can continue to make them available.
I noticed that late last year, npm discouraged the use of asking for funding in a post-install message, in favor of adding a
funding
option.I would like to propose adding a similar option here, and, if it sounds good, would be more than happy to open a PR to implement ASAP.
Format
I imagine this proposal to add a new key,
funding
, to the Gem specification:funding
must be a URI, much likehomepage
.Usage
After
bundle update
orbundle install
(or really, whereverpost_install_message
is also shown), the following message should be printed:fund
would be a new command. When a user typesbundle fund
, the following information should be shown as a bulleted list.As well,
bundle info
should also show this information:(Of course, RubyGems.org should also prominently display this information, but that's a different PR for a different repo!)
What do you think?
I will abide by the code of conduct.
The text was updated successfully, but these errors were encountered: