Skip to content
This repository has been archived by the owner on Jan 24, 2022. It is now read-only.

Commit

Permalink
Add ./data to gem requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Claudius committed Mar 24, 2017
1 parent df78ace commit 8ceefc4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ssh_scan.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ Gem::Specification.new do |s|
s.files = Dir.glob("lib/**/*") +
Dir.glob("bin/**/*") +
Dir.glob("config/**/*") +
Dir.glob("data/**/*") +
Dir.glob("policies/**/*") +
[".gitignore",
".rspec",
Expand Down

0 comments on commit 8ceefc4

Please sign in to comment.