Skip to content

Commit bc996b6

Browse files
committed
Include data files as part of packaging
1 parent 5751486 commit bc996b6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

bmt.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Gem::Specification.new do |spec|
1212
spec.summary = 'Ruby wrapper for Bugcrowd\'s Methodology Taxonomy'
1313
spec.homepage = 'https://github.com/bugcrowd/bmt-ruby'
1414
spec.license = 'MIT'
15-
spec.files = Dir['lib/**/*.{rb,json}']
15+
spec.files = Dir['lib/**/*']
1616
spec.require_paths = ['lib']
1717
spec.required_ruby_version = '>= 3.1'
1818

lib/bmt/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Bmt
2-
VERSION = '0.7.0'.freeze
2+
VERSION = '0.7.1'.freeze
33
end

0 commit comments

Comments
 (0)