From eb1d5e97b307590ef26ed43df992cdfe1ea04ad2 Mon Sep 17 00:00:00 2001 From: Carlos Palhares Date: Fri, 8 Jul 2022 16:41:09 -0300 Subject: [PATCH] Don't ship console and setup executables (#5) --- omniauth-nitro-id.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/omniauth-nitro-id.gemspec b/omniauth-nitro-id.gemspec index 9f08d05..7ca92ca 100644 --- a/omniauth-nitro-id.gemspec +++ b/omniauth-nitro-id.gemspec @@ -14,7 +14,7 @@ Gem::Specification.new do |spec| spec.required_ruby_version = ">= 2.7.0" spec.files = `git ls-files`.split("\n") - spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) } + spec.executables = [] spec.require_paths = ["lib"] spec.add_dependency "omniauth_openid_connect", "~> 0.4.0"