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 5751486 commit bc996b6Copy full SHA for bc996b6
bmt.gemspec
@@ -12,7 +12,7 @@ Gem::Specification.new do |spec|
12
spec.summary = 'Ruby wrapper for Bugcrowd\'s Methodology Taxonomy'
13
spec.homepage = 'https://github.com/bugcrowd/bmt-ruby'
14
spec.license = 'MIT'
15
- spec.files = Dir['lib/**/*.{rb,json}']
+ spec.files = Dir['lib/**/*']
16
spec.require_paths = ['lib']
17
spec.required_ruby_version = '>= 3.1'
18
lib/bmt/version.rb
@@ -1,3 +1,3 @@
1
module Bmt
2
- VERSION = '0.7.0'.freeze
+ VERSION = '0.7.1'.freeze
3
end
0 commit comments