Skip to content

Commit

Permalink
Add codeowner and gemspec (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
joshbranham authored Nov 22, 2021
1 parent 37a8fba commit 35a6f48
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* @skarger @will89
1 change: 1 addition & 0 deletions delayed_job_chainable_hooks.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ Gem::Specification.new do |spec|
# Set 'allowed_push_post' to control where this gem can be published.
if spec.respond_to?(:metadata)
spec.metadata['allowed_push_host'] = 'https://rubygems.org'
spec.metadata['rubygems_mfa_required'] = 'true'

else
raise 'RubyGems 2.0 or newer is required to protect against public gem pushes.'
Expand Down

0 comments on commit 35a6f48

Please sign in to comment.