Skip to content

Commit

Permalink
add all files in the include directory
Browse files Browse the repository at this point in the history
  • Loading branch information
emawby committed Jul 18, 2022
1 parent a42d660 commit ff12482
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion onesignal-cli.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Gem::Specification.new do |s|
s.summary = "OneSignal's Ruby CLI"
s.description = "Ruby Gem for OneSignal's Ruby Command Line Interface."

s.files = Dir["lib/**/*.rb"] + %w{ bin/onesignal }
s.files = Dir["lib/**/*.rb"] + %w{ bin/onesignal } + Dir["include/**"]

s.executables = %w{ onesignal }
s.require_paths = %w{ lib }
Expand Down

0 comments on commit ff12482

Please sign in to comment.