Skip to content

Commit

Permalink
Expand gemspec exclusions to invlude travis, dependabot and sonar
Browse files Browse the repository at this point in the history
  • Loading branch information
emmas-yoti committed Jan 15, 2020
1 parent 79619da commit ad18e8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion yoti.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Gem::Specification.new do |spec|
spec.homepage = 'https://github.com/getyoti/yoti-ruby-sdk'
spec.license = 'MIT'

spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features|examples)/}) }
spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features|examples)/|^sonar-project.properties$|^.dependabot/config.yml$|^.travis.yml$}) }
spec.require_paths = ['lib']

spec.required_ruby_version = '>= 2.4'
Expand Down

0 comments on commit ad18e8c

Please sign in to comment.