diff --git a/bmt.gemspec b/bmt.gemspec index b33a90e..af8e53e 100644 --- a/bmt.gemspec +++ b/bmt.gemspec @@ -12,7 +12,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.files = Dir['lib/**/*'] spec.require_paths = ['lib'] spec.required_ruby_version = '>= 3.1' diff --git a/lib/bmt/version.rb b/lib/bmt/version.rb index e9ac69d..bc94d6b 100644 --- a/lib/bmt/version.rb +++ b/lib/bmt/version.rb @@ -1,3 +1,3 @@ module Bmt - VERSION = '0.7.0'.freeze + VERSION = '0.7.1'.freeze end