We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d9c597 commit 72f268dCopy full SHA for 72f268d
bmt.gemspec
@@ -13,6 +13,7 @@ Gem::Specification.new do |spec|
13
spec.summary = 'Ruby wrapper for Bugcrowd\'s Methodology Taxonomy'
14
spec.homepage = 'https://github.com/bugcrowd/bmt-ruby'
15
spec.license = 'MIT'
16
+ spec.files = Dir['lib/**/*.{rb,json}']
17
spec.require_paths = ['lib']
18
spec.required_ruby_version = '>= 2.5'
19
0 commit comments