Skip to content

Commit 9e947b1

Browse files
authored
Merge pull request #42 from OneSignal/fixing_include_copying
Fixing gem spec stripping of include folders
2 parents fc1e5f4 + ada3f3e commit 9e947b1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

onesignal-cli.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Gem::Specification.new do |s|
1313
s.summary = "OneSignal's Ruby CLI"
1414
s.description = "Ruby Gem for OneSignal's Ruby Command Line Interface."
1515

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

1818
s.executables = %w{ onesignal }
1919
s.require_paths = %w{ lib }

0 commit comments

Comments
 (0)