Skip to content

Commit

Permalink
Add funding URL to gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
coorasse committed May 27, 2021
1 parent b6012b1 commit 45bf553
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions cancancan.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ Gem::Specification.new do |s|
s.authors = ['Alessandro Rodi (Renuo AG)', 'Bryan Rite', 'Ryan Bates', 'Richard Wilson']
s.email = '[email protected]'
s.homepage = 'https://github.com/CanCanCommunity/cancancan'
s.metadata = { 'funding_uri' => 'https://github.com/sponsors/coorasse' }
s.summary = 'Simple authorization solution for Rails.'
s.description = 'Simple authorization solution for Rails. All permissions are stored in a single location.'
s.platform = Gem::Platform::RUBY
Expand Down
2 changes: 1 addition & 1 deletion lib/cancan/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module CanCan
VERSION = '3.2.1'.freeze
VERSION = '3.2.2'.freeze
end

2 comments on commit 45bf553

@mvz
Copy link

@mvz mvz commented on 45bf553 May 27, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @coorasse can you please tag version 3.2.2 and update the changelog? I had a very hard time finding the difference between 3.2.1 and 3.2.2 just now.

@coorasse
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, sure! 👍

Please sign in to comment.