We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 183b9cf commit 78fe912Copy full SHA for 78fe912
1 file changed
erblint-github.gemspec
@@ -0,0 +1,17 @@
1
+# frozen_string_literal: true
2
+
3
+Gem::Specification.new do |s|
4
+ s.name = "erblint-github"
5
+ s.version = "0.0.1"
6
+ s.summary = "erblint GitHub"
7
+ s.description = "Code style checking for GitHub Ruby repositories"
8
+ s.homepage = "https://github.com/github/erblint-github"
9
+ s.license = "MIT"
10
11
+ s.files = Dir["README.md", "LICENSE"]
12
13
+ s.required_ruby_version = ">= 2.5.0"
14
15
+ s.email = ["opensource+erblint-github@github.com"]
16
+ s.authors = ["GitHub Open Source"]
17
+ end
0 commit comments