Skip to content

Commit

Permalink
Merge pull request #42 from OneSignal/fixing_include_copying
Browse files Browse the repository at this point in the history
Fixing gem spec stripping of include folders
  • Loading branch information
emawby authored Jul 18, 2022
2 parents fc1e5f4 + ada3f3e commit 9e947b1
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 9e947b1

Please sign in to comment.