Skip to content

Commit

Permalink
add SECURITY.md to gemspec (#42)
Browse files Browse the repository at this point in the history
  • Loading branch information
rdnewman committed Jul 9, 2023
1 parent 8ed0182 commit 2a14778
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion loba.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ Gem::Specification.new do |spec|
'LICENSE'.freeze,
'README.md'.freeze,
'CHANGELOG.md'.freeze,
'CODE_OF_CONDUCT.md'.freeze
'CODE_OF_CONDUCT.md'.freeze,
'SECURITY.md'.freeze
]

spec.bindir = 'exe'.freeze
Expand Down

0 comments on commit 2a14778

Please sign in to comment.