From b6e048455d6220b85498e2627e969347038fce41 Mon Sep 17 00:00:00 2001 From: Michael Bumann Date: Sat, 9 May 2020 14:57:47 +0200 Subject: [PATCH] Add funding metadata to gemspec --- lnrpc.gemspec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lnrpc.gemspec b/lnrpc.gemspec index f310bbf..f39698f 100644 --- a/lnrpc.gemspec +++ b/lnrpc.gemspec @@ -14,6 +14,8 @@ Gem::Specification.new do |spec| spec.homepage = "https://github.com/bumi/lnrpc" spec.license = "MIT" + spec.metadata['funding'] = 'lightning:02ad33d99d0bb3bf3bb8ec8e089cbefa8fd7de23a13cfa59aec9af9730816be76f' + # Specify which files should be added to the gem when it is released. # The `git ls-files -z` loads the files in the RubyGem that have been added into git. spec.files = Dir.chdir(File.expand_path('..', __FILE__)) do