Sha256: 0ce5ad7527ae5b46fc78eace9693c7ede30d4efafd667b18ae87b0cfc5d7d7dd

Contents?: true

Size: 513 Bytes

Versions: 3

Compression:

Stored size: 513 Bytes

Contents

module GitHubPages
  module HealthCheck
    module Errors
      class DeprecatedIPError < GitHubPages::HealthCheck::Error
        DOCUMENTATION_PATH = "/articles/setting-up-a-custom-domain-with-github-pages/".freeze

        def message
          <<-MSG
            The custom domain for your GitHub Pages site is pointed at an outdated IP address.
            You must update your site's DNS records if you'd like it to be available via your custom domain.
           MSG
        end
      end
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
github-pages-health-check-1.3.0 lib/github-pages-health-check/errors/deprecated_ip_error.rb
github-pages-health-check-1.2.0 lib/github-pages-health-check/errors/deprecated_ip_error.rb
github-pages-health-check-1.1.2 lib/github-pages-health-check/errors/deprecated_ip_error.rb