We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c87f34 commit cd3cac8Copy full SHA for cd3cac8
1 file changed
entitlements-app.gemspec
@@ -3,7 +3,7 @@
3
require_relative "lib/version"
4
5
Gem::Specification.new do |s|
6
- s.name = ENV["GEM_NAME"] ? ENV["GEM_NAME"] : "entitlements-app"
+ s.name = ENV["GEM_NAME"] || "entitlements-app"
7
s.version = Entitlements::Version::VERSION
8
s.summary = "git-managed LDAP group configurations"
9
s.description = "The Ruby Gem that Powers Entitlements - GitHub's Identity and Access Management System"
0 commit comments