Skip to content

Commit

Permalink
update URL in gemspec
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
ktdreyer committed Jun 11, 2014
1 parent 47489ab commit 174e654
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docile.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 174e654

Please sign in to comment.