This commit is contained in:
Joshua Peek 2016-12-09 22:41:28 -08:00
Родитель 3b172b18d9
Коммит f1cf5647de
1 изменённых файлов: 20 добавлений и 0 удалений

20
rubocop-github.gemspec Normal file
Просмотреть файл

@ -0,0 +1,20 @@
Gem::Specification.new do |s|
s.name = "rubocop-github"
s.version = "0.0.0"
s.summary = "RuboCop GitHub"
s.description = "Code style checking for GitHub Ruby repositories "
s.homepage = "https://github.com/github/rubocop-github"
s.license = "MIT"
s.files = Dir["README.md", "LICENSE", "lib/**/*.rb"]
s.add_dependency "rubocop", "~> 0.46"
s.add_development_dependency "minitest", "~> 5.10"
s.add_development_dependency "rake", "~> 12.0"
s.required_ruby_version = ">= 2.3.0"
s.email = "engineering@github.com"
s.authors = "GitHub"
end