Skip to content

Commit 8e27daf

Browse files
authored
1 parent eab3019 commit 8e27daf

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

cancancan.gemspec

+4-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,10 @@ Gem::Specification.new do |s|
1010
s.authors = ['Alessandro Rodi (Renuo AG)', 'Bryan Rite', 'Ryan Bates', 'Richard Wilson']
1111
s.email = 'alessandro.rodi@renuo.ch'
1212
s.homepage = 'https://github.com/CanCanCommunity/cancancan'
13-
s.metadata = { 'funding_uri' => 'https://github.com/sponsors/coorasse' }
13+
s.metadata = {
14+
'funding_uri' => 'https://github.com/sponsors/coorasse',
15+
'changelog_uri' => 'https://github.com/CanCanCommunity/cancancan/blob/develop/CHANGELOG.md'
16+
}
1417
s.summary = 'Simple authorization solution for Rails.'
1518
s.description = 'Simple authorization solution for Rails. All permissions are stored in a single location.'
1619
s.platform = Gem::Platform::RUBY

0 commit comments

Comments
 (0)