Skip to content

Commit

Permalink
Don't ship console and setup executables (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
xjunior authored Jul 8, 2022
1 parent 1c45465 commit eb1d5e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion omniauth-nitro-id.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit eb1d5e9

Please sign in to comment.