Skip to content

Commit 0facc68

Browse files
author
dcs3spp
committed
fix(gemspec): add summary attribute
1 parent 2e96555 commit 0facc68

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

validate-gitlab-ci.gemspec

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
Gem::Specification.new do |s|
22
s.name = 'validate-gitlab-ci'
33
s.version = '0.0.1'
4+
s.summary = 'Call GitLab API to validate CI yaml file'
45
s.description = 'Call GitLab API to validate CI yaml file'
56
s.executables << 'validate-gitlab-ci'
67
end

0 commit comments

Comments
 (0)