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 27b43de commit 2ba4a21Copy full SHA for 2ba4a21
rubocop-rails-accessibility.gemspec
@@ -5,11 +5,11 @@ require_relative "lib/rubocop/cop/version"
5
Gem::Specification.new do |spec|
6
spec.name = "rubocop-rails-accessibility"
7
spec.version = RubocopRailsAccessibility::VERSION
8
- spec.authors = ["dummy"]
9
- spec.email = ["dummy@example.com"]
+ spec.authors = ["GitHub Accessibility Team"]
+ spec.email = ["accessibility@github.com"]
10
11
spec.summary = "Custom extension for RuboCop."
12
- spec.homepage = "https://github.com/dummy/rubocop-rails-accessibility"
+ spec.homepage = "https://github.com/github/rubocop-rails-accessibility"
13
spec.license = "MIT"
14
spec.required_ruby_version = ">= 2.7.0"
15
0 commit comments