This repository has been archived by the owner on Sep 29, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
33f3d71
commit 2115f48
Showing
7 changed files
with
113 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ require 'codeowners/checker/version' | |
Gem::Specification.new do |spec| | ||
spec.name = 'codeowners-checker' | ||
spec.version = Codeowners::Checker::VERSION | ||
spec.authors = ['Jônatas Davi Paganini', 'Eva Kadlecova', 'Michal Papis'] | ||
spec.authors = ['Jônatas Davi Paganini', 'Eva Kadlecová', 'Michal Papis'] | ||
spec.email = ['[email protected]'] | ||
|
||
spec.summary = 'Check consistency of Github CODEOWNERS and git changes.' | ||
|
@@ -24,11 +24,11 @@ Gem::Specification.new do |spec| | |
spec.add_dependency 'git', '~> 1.5' | ||
spec.add_dependency 'thor', '~> 0.20.3' | ||
spec.add_development_dependency 'bundler', '~> 1.16' | ||
spec.add_development_dependency 'simplecov' | ||
spec.add_development_dependency 'pry', '~> 0.12.2' | ||
spec.add_development_dependency 'rake', '~> 10.0' | ||
spec.add_development_dependency 'rb-readline', '~> 0.5.5' | ||
spec.add_development_dependency 'rspec', '~> 3.0' | ||
spec.add_development_dependency 'rubocop', '~> 0.61.1' | ||
spec.add_development_dependency 'rubocop-rspec', '~> 1.30' | ||
spec.add_development_dependency 'pry', '~> 0.12.2' | ||
spec.add_development_dependency 'rb-readline', '~> 0.5.5' | ||
spec.add_development_dependency 'simplecov', '~> 0.16.1' | ||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters