Skip to content

Commit

Permalink
Add codeowner update gemspec (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
joshbranham authored Nov 22, 2021
1 parent 36c63db commit 97db2c5
Show file tree
Hide file tree
Showing 2 changed files with 8 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 @@
* @jturkel @will89
7 changes: 7 additions & 0 deletions delayed_job_groups.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,13 @@ Gem::Specification.new do |spec|
spec.homepage = 'https://github.com/salsify/delayed_job_groups_plugin'
spec.license = 'MIT'

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 set allowed_push_host.'
end

spec.files = `git ls-files`.split($INPUT_RECORD_SEPARATOR)
spec.test_files = Dir.glob('spec/**/*')
spec.require_paths = ['lib']
Expand Down

0 comments on commit 97db2c5

Please sign in to comment.