We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0facc68 commit bc708c4Copy full SHA for bc708c4
validate-gitlab-ci.gemspec
@@ -1,7 +1,9 @@
1
Gem::Specification.new do |s|
2
s.name = 'validate-gitlab-ci'
3
s.version = '0.0.1'
4
+ s.authors = [ 'spears' ]
5
s.summary = 'Call GitLab API to validate CI yaml file'
6
s.description = 'Call GitLab API to validate CI yaml file'
7
+ s.homepage = 'https://gitlab.com/groups/sppears_grp/-/shared'
8
s.executables << 'validate-gitlab-ci'
9
end
0 commit comments