Skip to content

Commit

Permalink
Exclude data dir from gem pkg
Browse files Browse the repository at this point in the history
  • Loading branch information
atipugin committed Nov 24, 2024
1 parent 7910573 commit e72b2e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion telegram-bot-ruby.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Gem::Specification.new do |spec|
spec.summary = "Ruby wrapper for Telegram's Bot API"
spec.homepage = 'https://github.com/atipugin/telegram-bot'

spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features|data)/}) }
spec.bindir = 'exe'
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
spec.require_paths = ['lib']
Expand Down

0 comments on commit e72b2e5

Please sign in to comment.