mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-02-19 09:04:41 +04:00
Make the dummy gem valid by giving it a summary
This commit is contained in:
parent
3bc12b14e9
commit
aa72fe5d3f
1 changed files with 1 additions and 0 deletions
|
|
@ -1,5 +1,6 @@
|
||||||
Gem::Specification.new do |s|
|
Gem::Specification.new do |s|
|
||||||
s.name = 'pre_commit_dummy_package'
|
s.name = 'pre_commit_dummy_package'
|
||||||
s.version = '0.0.0'
|
s.version = '0.0.0'
|
||||||
|
s.summary = 'dummy gem for pre-commit hooks'
|
||||||
s.authors = ['Anthony Sottile']
|
s.authors = ['Anthony Sottile']
|
||||||
end
|
end
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue