Skip to content

Commit

Permalink
fixing gem spec stripping of include folders
Browse files Browse the repository at this point in the history
This fixes copying of files in the include directory
  • Loading branch information
emawby committed Jul 18, 2022
1 parent fc1e5f4 commit ada3f3e
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 } + Dir["include/**"]
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 ada3f3e

Please sign in to comment.