-
Notifications
You must be signed in to change notification settings - Fork 15
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
Undefined method '+' for :Hash #4
Comments
Danny currently project have some issues and tests fail. I will try to help you in a day, check it tomorrow? |
Thanks - if you haven't got the time to work on this, could you point me to the failing tests and I can fork and fix. |
This is still not fixed in the gem. |
@shiftux I never bumped the version number in #5. You could bump it yourself and ask @IvanShamatov to merge and push a new release to RubyGems. |
@shiftux sure, I can do that. |
The last commit on here is when you merged #5 back in 2014. The latest version on rubygems is from Dec 2013. More than happy to bump the version number and push a new release to rubygems if you transfer it to me on both, but I can't really commit to maintaining it properly since I don't know much about SOAP! @IvanShamatov let me know what you want to do. |
@dannysmith just make a pull request, I will push it to rubygems, if it works |
@dannysmith And thanks for help. |
Cool. I'll raise a PR for the version number tomorrow, which will also close #6. @IvanShamatov Do you want me to include this commit (which is unrelated)? |
thanks to both of you @dannysmith, @IvanShamatov |
I've just tried to use this on a project (with a view to saving me the massive ball-ache of building a SOAP service!) and encountered this error:
A clean project with this:
yields the same error. All the tests seem to pass, and I haven't got time to dig any deeper right now.
What's
formats[:in] + formats[:out]
supposed to do to the hashes? I'm afraid I'm not very well versed in builder's DSL.The text was updated successfully, but these errors were encountered: