-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add option to specify custom TLDs #2
Conversation
This looks awesome! Great feature. Thanks for adding it/ One quick note - I can't merge the gemspec commit (ac01353). I build the gemspec from the Gemfile, and not vice-versa, so I need to keep the behavior the way it was. So I can either rebase without the gemspec bits, or you can open a new pull request. I'm kind of swamped at work so the soonest I can get to this would be some time next week. If you're not in a hurry, I'm happy to do it myself. Thanks again! Flip PS. I've never seen the Markdown link syntax you added to the README. What's the benefit to that instead of explicitly specifying the links inline? |
I'll revert the As for the Markdown formatting. Markdown was created for formatted text to be readable in environments where formatting is not available. As such, the style I use moves links into a separate footnotes part of the document, removing irrelevant text out of the different contexts. It's just something I've learned to do while reading up on the original idea behind Markdown, and writing lots of documentation in Markdown ever since. I can revert it if you want, it doesn't affect the end-result either way. |
I found Markdown to be more readable with the links inline (personally), but the 80 character wrapping is certainly welcome. |
This reverts commit ac01353.
I've made the requested changes. By the way, since the original creator of Markdown can explain it better than
|
@flipsasser any chance of this getting merged in? |
Oops, I forgot about this. Apologies, and absolutely. But it may be a few days - my wife just went into labor. Huh. This is a weird place to share that. Anyway! I'll merge it when we get back. On Jun 15, 2013, at 7:12 AM, Jean Mertz notifications@github.com wrote:
|
Weird place or not, best of luck to you and your wife! Let me be the first GitHubber to congratulate you two 👶 |
Okay, wow, so it turns out having a kid is cuh-razy time consuming. Merged and pushed to Rubygems. Thanks for contributing and being so patient! In hilarious news, I went ahead and used that implicit link formatting in the changelog with a link to this pull request. The more you know! Thanks again. Flip |
Awesome, thank you. And again, good luck with the future. May you experience many sleepless nights 😪 😆 |
This PR makes it possible to specify custom TLDs, which don't officially exist, but can be used in private environments.
One use case would be intranets with specific host files, allowing for company TLDs (like
intranet.disney
). In my case, the use-case would be a development environment where I use thedev
TLD locally.You can specify custom TLDs like so:
There was one unrelated spec failing (even on master). I left it untouched. The new specs all pass.
Failing spec is: