File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
44require "strip_attributes/version"
55
66Gem ::Specification . new do |spec |
7+ username = "rmm5t"
78 spec . name = "strip_attributes"
89 spec . version = StripAttributes ::VERSION
910 spec . authors = [ "Ryan McGeary" ]
@@ -18,9 +19,10 @@ Gem::Specification.new do |spec|
1819 spec . require_paths = [ "lib" ]
1920
2021 spec . metadata = {
21- "bug_tracker_uri" => "https://github.com/rmm5t/strip_attributes/issues" ,
22- "changelog_uri" => "https://github.com/rmm5t/strip_attributes/blob/master/CHANGELOG.md" ,
23- "source_code_uri" => "https://github.com/rmm5t/strip_attributes" ,
22+ "bug_tracker_uri" => "https://github.com/#{ username } /#{ spec . name } /issues" ,
23+ "changelog_uri" => "https://github.com/#{ username } /#{ spec . name } /blob/master/CHANGELOG.md" ,
24+ "source_code_uri" => "https://github.com/#{ username } /#{ spec . name } " ,
25+ "funding_uri" => "https://github.com/sponsors/#{ username } " ,
2426 }
2527
2628 spec . add_runtime_dependency "activemodel" , ">= 3.0" , "< 9.0"
You can’t perform that action at this time.
0 commit comments