Make the dummy gem valid by giving it a summary

This commit is contained in:
Anthony Sottile
2017-02-16 10:07:04 -08:00
parent 3bc12b14e9
commit aa72fe5d3f

View File

@@ -1,5 +1,6 @@
Gem::Specification.new do |s|
s.name = 'pre_commit_dummy_package'
s.version = '0.0.0'
s.summary = 'dummy gem for pre-commit hooks'
s.authors = ['Anthony Sottile']
end