Skip to content

Commit

Permalink
Add funding link to gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
coorasse committed Oct 2, 2022
1 parent 69670e8 commit 5b7c12c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion lib/passkit/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Passkit
VERSION = "0.3.1"
VERSION = "0.3.2"
end
1 change: 1 addition & 0 deletions passkit.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ Gem::Specification.new do |spec|
spec.metadata["homepage_uri"] = spec.homepage
spec.metadata["source_code_uri"] = "https://github.com/coorasse/passkit"
spec.metadata["changelog_uri"] = "https://github.com/coorasse/passkit/blob/master/CHANGELOG.md"
spec.metadata["funding_uri"] = "https://github.com/sponsors/coorasse"

# 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.
Expand Down

0 comments on commit 5b7c12c

Please sign in to comment.