Jim Kane
Jim Kane
In order to support use of the library in newer elixir projects (and use of dependent libraries such as `phoenix_oauth2_provider`, update library dependencies to the most recent available versions.
I recently started work on [ex-gpgme](https://github.com/fastjames/ex-gpgme) to bring it up to date for use in an application. While I have been able to update rustler to 0.25.0, I have encountered...
Update library dependencies, and update the CI version matrix for newer elixir/OTP versions.
When visiting travis-ci.org to view the current CI status for this project, the following message is displayed near the top of the page: > Since June 15th, 2021, the building...
In order to make the library usable in newer projects, update the stated dependency versions to allow more recent versions. Closes #269 .
Update the CI version matrix, adding v2.9 and removing the now EOL v2.4.
Sometimes a permission set class that's referred to in a role can go away (e.g. in Rails 2.8, the ReportDisplay class was extracted into a gem). In that case, we...
Increment the dependency on `pwned` to the 2.4 series. closes #45 closes #38
I would like to add a short document on how to run the test suite. Do you have anything like that already written down somewhere (even if it's rough)? I'm...
In order to remain compatible with newer (as of about 1.4.0) versions of HTTPoison, update override functions in Forcex.Api.Http and in Forcex.Bulk. These functions now treat headers as a keyword...