From bc996b6e0cdf7b371d853f9aa304a8c19f30ac75 Mon Sep 17 00:00:00 2001 From: Adarsha K S Date: Wed, 20 Aug 2025 20:06:32 +0530 Subject: [PATCH] Include data files as part of packaging --- bmt.gemspec | 2 +- lib/bmt/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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