Fix typo in gemspec homepage URL
This commit is contained in:
parent
e40bd38384
commit
84748a8d85
|
@ -6,7 +6,7 @@ Gem::Specification.new do |s|
|
||||||
s.authors = ['Yorick Peterse']
|
s.authors = ['Yorick Peterse']
|
||||||
s.email = 'yorickpeterse@gmail.com'
|
s.email = 'yorickpeterse@gmail.com'
|
||||||
s.summary = 'Oga is an XML/HTML parser written in Ruby.'
|
s.summary = 'Oga is an XML/HTML parser written in Ruby.'
|
||||||
s.homepage = 'https://gitlab.com.com/yorickpeterse/oga/'
|
s.homepage = 'https://gitlab.com/yorickpeterse/oga/'
|
||||||
s.description = s.summary
|
s.description = s.summary
|
||||||
s.license = 'MPL-2.0'
|
s.license = 'MPL-2.0'
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue