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

fixed: "NameError: uninitialized constant SOAP::HTTPStreamHandler::Versi... #18

Merged
merged 1 commit into from
Feb 21, 2014

Conversation

ashumkin
Copy link
Contributor

...on" error

In 09981ab (extract version, 2013-12-26) SOAP::Version was replaced by
Soap::Version. But Ruby is case sensitive language and now reference to
SOAP::Version gives an error "NameError: uninitialized constant".

A simple method to reproduce the error is to run test_streamhandler test.

…rsion" error

In 09981ab (extract version, 2013-12-26) SOAP::Version was replaced by
Soap::Version. But Ruby is case sensitive language and now reference to
SOAP::Version gives an error "NameError: uninitialized constant".

A simple method to reproduce the error is to run test_streamhandler test.
tjarratt added a commit that referenced this pull request Feb 21, 2014
fixed: "NameError: uninitialized constant SOAP::HTTPStreamHandler::Versi...
@tjarratt tjarratt merged commit 2cb45ef into felipec:master Feb 21, 2014
@tjarratt
Copy link
Collaborator

Thanks for the pull request, @ashumkin

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

Successfully merging this pull request may close these issues.

2 participants