Skip to content

Commit 78fe912

Browse files
committed
add gemspec file
1 parent 183b9cf commit 78fe912

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

erblint-github.gemspec

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)