Closed rjharmon closed 13 years ago
I kept the old method name add_base64_encoded_attachments_to_issue_with_key (with its working implementation) but added a deprecation message.
Any cause you can see for providing any back-compatibility for the AttachmentMetadata class name? Seems to me clients of this library never needed to refer to that old class name, so I didn't do anything about it.
Looks good. Method deprecation is good. I think it is safe to change the class name, but it is also trivial to make it backwards compatible; so could you just create a constant alias?
Other than that i will merge when I get later. Thanks for working on this patch.
Hold the phone, that attribute reader deprecation breaks it.
Darn, I missed that as well. I guess it is time to make the test suite public...this pull request is going to have to wait a day or two until I finish auditing the test suite.
Ok, I got enough the test suite audited and merged to have something usable. I'll merge this in tonight (hopefully) and make a release soon.
Applied. Thanks again for the patches!
This provides a more rubyish interface for file uploads.
The prior add_base64_encoded_attachments_to_issue_with_key method is retained but deprecated