Skip to content
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

Don't warn about missing rubyntlm gem if it is optional #123

Merged
merged 2 commits into from
Jul 9, 2014

Conversation

PChambino
Copy link
Contributor

And raise NotSupportedError when trying to authenticate with NTLM and the gem is missing.

If you removed/commented the rubyntlm gem from the gemspec the test about the missing gem would fail which is strange, like this only the one that actually needs the gem fails. This makes a lot more sense to me.

@tjarratt
Copy link
Contributor

tjarratt commented Jul 9, 2014

This seems eminently reasonable; there's been some well natured grumbling about the debug log, which I think is understandable. After all, only a tiny fraction of users will ever care about NTLM.

tjarratt added a commit that referenced this pull request Jul 9, 2014
Don't warn about missing rubyntlm gem if it is optional
@tjarratt tjarratt merged commit 1d60751 into savonrb:master Jul 9, 2014
@tjarratt
Copy link
Contributor

tjarratt commented Jul 9, 2014

Thanks @PChambino!

@andys
Copy link

andys commented Jul 16, 2014

@tjarratt any chance we could get a new minor release for this? :)

@rogerleite
Copy link
Member

Sorry for the late, the new version is finally released! Thanks everybody!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

6 participants