Fix typo in gemspec homepage URL

This commit is contained in:
Vidur Murali 2018-01-02 16:20:52 +05:30
parent e40bd38384
commit 84748a8d85
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ Gem::Specification.new do |s|
s.authors = ['Yorick Peterse']
s.email = 'yorickpeterse@gmail.com'
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.license = 'MPL-2.0'