Skip to content

Commit

Permalink
Merge pull request #41 from OneSignal/fix_gemspec_-include
Browse files Browse the repository at this point in the history
Add all files in the include directory to gem files
  • Loading branch information
jmadler authored Jul 18, 2022
2 parents a42d660 + ff12482 commit 319c2de
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 319c2de

Please sign in to comment.