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:
parent
47489ab34b
commit
174e654a07
1 changed files with 1 additions and 1 deletions
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue