-
-
Notifications
You must be signed in to change notification settings - Fork 621
Fix error encoding #271
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
Fix error encoding #271
Conversation
b7c0084 to
05e0df3
Compare
- also re-validate in a test that encoding errors do not cause issues
05e0df3 to
1280951
Compare
- drop rubocop from ruby 1.9.x builds as bundler doesn't allow the expresiveness needed for specifying different versions based on the platform. (see rubygems/bundler#751)
1280951 to
3f1f129
Compare
|
@sferik I fixed the rubycop issues in this.. I also tweaks the Gmefile and .travis.yml as ruby 1.8.7 no longer tests correctly, and 1.9.3 requires restricting gem versions to pass. If you could please review this and provide feedback, that would be awesome, as this has caused significant issues in our production environments. |
|
👍 Would be great to get this out, causing significant issues for us as well. |
|
@sferik: Just pinging again, would love to see this on master. |
|
Is there anything holding this up? We're using this gem with Office365 which returns non-ascii in some cases and our integration is currently failing for some of our customers. Would appreciate this making it into a release 👍 |
|
Anything we can do to help get this merged? |
|
I think @sferik is the only admin, so just ping and hope it gets noticed I guess. |
|
Thanks for this fix! |
|
@sferik worth issuing a v1.2.1 release for this? Pretty bad bug |
Fix for #270
This makes two changes