-
-
Notifications
You must be signed in to change notification settings - Fork 638
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
2 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
45bf553
There was a problem hiding this comment.
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.
45bf553
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, sure! 👍