twilio-ruby.gemspec in twilio-ruby-5.50.0 vs twilio-ruby.gemspec in twilio-ruby-5.51.0
- old
+ new
@@ -14,10 +14,10 @@
'building TwiML, and generating Twilio JWT Capability Tokens'
spec.homepage = 'https://github.com/twilio/twilio-ruby'
spec.license = 'MIT'
spec.metadata = { 'yard.run' => 'yri' } # use "yard" to build full HTML docs
- spec.files = `git ls-files -z`.split("\x0")
+ spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match?(%r{^(spec)/}) }
spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
spec.require_paths = ['lib']
spec.required_ruby_version = '>= 2.0.0'
spec.extra_rdoc_files = ['README.md', 'LICENSE']