Skip to content

Commit

Permalink
Add CODEOWNERS (#139)
Browse files Browse the repository at this point in the history
  • Loading branch information
joshbranham authored Nov 22, 2021
1 parent c0ed997 commit 20a495e
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 @kphelps @tjwp
7 changes: 7 additions & 0 deletions avromatic.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,13 @@ Gem::Specification.new do |spec|
spec.homepage = 'https://github.com/salsify/avromatic.git'
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 -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
spec.bindir = 'exe'
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
Expand Down

0 comments on commit 20a495e

Please sign in to comment.