diff --git a/bmt.gemspec b/bmt.gemspec index c49cc2a..b07bbce 100644 --- a/bmt.gemspec +++ b/bmt.gemspec @@ -13,6 +13,7 @@ Gem::Specification.new do |spec| spec.summary = 'Ruby wrapper for Bugcrowd\'s Methodology Taxonomy' spec.homepage = 'https://github.com/bugcrowd/bmt-ruby' spec.license = 'MIT' + spec.files = Dir['lib/**/*.{rb,json}'] spec.require_paths = ['lib'] spec.required_ruby_version = '>= 2.5'