Skip to content

Commit 5b7c12c

Browse files
committed
Add funding link to gemspec
1 parent 69670e8 commit 5b7c12c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

lib/passkit/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module Passkit
4-
VERSION = "0.3.1"
4+
VERSION = "0.3.2"
55
end

passkit.gemspec

+1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ Gem::Specification.new do |spec|
1717
spec.metadata["homepage_uri"] = spec.homepage
1818
spec.metadata["source_code_uri"] = "https://github.com/coorasse/passkit"
1919
spec.metadata["changelog_uri"] = "https://github.com/coorasse/passkit/blob/master/CHANGELOG.md"
20+
spec.metadata["funding_uri"] = "https://github.com/sponsors/coorasse"
2021

2122
# Specify which files should be added to the gem when it is released.
2223
# The `git ls-files -z` loads the files in the RubyGem that have been added into git.

0 commit comments

Comments
 (0)