cookiejar
cookiejar copied to clipboard
Manage client-side HTTP cookies in Ruby
Hello, I am wondering if this project is no longer being maintained. There are a number of pull requests that have valid reasons to be merged, but it appears to...
It looks like when adb79c0 was merged, the gem version was not bumped and the changes were not pushed to RubyGems. Is there a plan to release a new version...
Hi @dwaite , There hasn't been a release for this project in quite a while. Are you looking for other maintainers to help keep this project going? Best, Michael
There were warnings on RSpec 3.11 about the block syntax --- ``` Deprecation Warnings: The implicit block expectation syntax is deprecated, you should pass a block rather than an argument...
This does not really really add to readability while one less dependency is beneficial.
Closes #25
Monkey patch for this issue: https://github.com/dwaite/cookiejar/issues/19
This PR updates Travis configuration to: - Drop the no-longer-used Travis setting `sudo: false`. See [more at the Travis blog](https://blog.travis-ci.com/2018-11-19-required-linux-infrastructure-migration). - Use latest Rubinius - Pick a jdk supported by...
Please consider creating git tags for existing releases. This will make it easier to navigate the history and will make it also easy to determine which changes have been made...
The commit https://github.com/dwaite/cookiejar/commit/adb79c0a14c2b347c5289e79379a1acfe34bf388 has as its message "add support for samesite cookie". It actually only makes the validator recognize the samesite attribute, but does not expose the value via the...