Commit d27597d
authored
Fix a typo in gemspec (#361)
According to the document, `funding_uri` is a correct key, not `funding_url`.
* https://bundler.io/blog/2020/12/09/bundler-v2-2.html#find-out-about-gems-you-depend-on-that-need-funding
* https://guides.rubygems.org/specification-reference/#metadata1 parent d4079a6 commit d27597d
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| |||
0 commit comments