1
0
Fork 0
mirror of https://github.com/ms-ati/docile synced 2023-03-27 23:21:52 -04:00

update URL in gemspec

GitHub now redirects all user pages to the github.io domain. Switch to
this newer domain name.

GitHub pages have HTTPS available. Switch to the HTTPS encrypted
version.
This commit is contained in:
Ken Dreyer 2014-06-11 17:16:55 -06:00
parent 47489ab34b
commit 174e654a07

View file

@ -6,7 +6,7 @@ Gem::Specification.new do |s|
s.version = Docile::VERSION
s.authors = ['Marc Siegel']
s.email = %w(msiegel@usainnov.com)
s.homepage = 'http://ms-ati.github.com/docile/'
s.homepage = 'https://ms-ati.github.io/docile/'
s.summary = 'Docile keeps your Ruby DSLs tame and well-behaved'
s.description = 'Docile turns any Ruby object into a DSL. Especially useful with the Builder pattern.'
s.license = 'MIT'