We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 188ab0a commit fdd7a42Copy full SHA for fdd7a42
.rubocop.yml
@@ -3,6 +3,7 @@ inherit_gem:
3
- config/default.yml
4
5
AllCops:
6
+ SuggestExtensions: false
7
DisplayCopNames: true
8
TargetRubyVersion: 3.1.2
9
Exclude:
entitlements-app.gemspec
@@ -3,7 +3,7 @@
require_relative "lib/version"
Gem::Specification.new do |s|
- s.name = ENV['GEM_NAME'] ? ENV['GEM_NAME'] : 'entitlements-app'
+ s.name = ENV["GEM_NAME"] ? ENV["GEM_NAME"] : "entitlements-app"
s.version = Entitlements::Version::VERSION
s.summary = "git-managed LDAP group configurations"
s.description = "The Ruby Gem that Powers Entitlements - GitHub's Identity and Access Management System"
0 commit comments