We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fc1e5f4 + ada3f3e commit 9e947b1Copy full SHA for 9e947b1
1 file changed
onesignal-cli.gemspec
@@ -13,7 +13,7 @@ Gem::Specification.new do |s|
13
s.summary = "OneSignal's Ruby CLI"
14
s.description = "Ruby Gem for OneSignal's Ruby Command Line Interface."
15
16
- s.files = Dir["lib/**/*.rb"] + %w{ bin/onesignal } + Dir["include/**"]
+ s.files = Dir["lib/**/*.rb"] + %w{ bin/onesignal } + Dir["include/**/*"]
17
18
s.executables = %w{ onesignal }
19
s.require_paths = %w{ lib }
0 commit comments