Recent Releases of https://github.com/sparklemotion/http-cookie
https://github.com/sparklemotion/http-cookie - v1.1.6
What's Changed
- Bump actions/checkout from 4 to 6 in the github-actions group across 1 directory by @dependabot[bot] in https://github.com/sparklemotion/http-cookie/pull/64
Full Changelog: https://github.com/sparklemotion/http-cookie/compare/v1.1.5...v1.1.6
- Ruby
Published by github-actions[bot] 11 days ago
https://github.com/sparklemotion/http-cookie - v1.1.5
Full Changelog: https://github.com/sparklemotion/http-cookie/compare/v1.1.4...v1.1.5
- Ruby
Published by github-actions[bot] 12 days ago
https://github.com/sparklemotion/http-cookie - 1.1.3
1.1.3 (2026-04-06)
- Restore compatibility with Ruby 2.6.
Full Changelog: https://github.com/sparklemotion/http-cookie/compare/v1.1.2...v1.1.3
- Ruby
Published by knu 24 days ago
https://github.com/sparklemotion/http-cookie - 1.1.2
What's Changed
- Stop requiring sqlite3 at load time by @knu in https://github.com/sparklemotion/http-cookie/pull/59
Full Changelog: https://github.com/sparklemotion/http-cookie/compare/v1.1.1...v1.1.2
- Ruby
Published by knu 24 days ago
https://github.com/sparklemotion/http-cookie - 1.1.1
What's Changed
- fix: replace
require 'cgi'withrequire 'cgi/escape'to suppress Ruby 4.0 warning by @dominion525 in https://github.com/sparklemotion/http-cookie/pull/56 - Remove thread-unsafe runtime requires (updated) by @knu in https://github.com/sparklemotion/http-cookie/pull/57 based on https://github.com/sparklemotion/http-cookie/pull/43 by @brasic
New Contributors
- @brasic made their first contribution in https://github.com/sparklemotion/http-cookie/pull/43
- @dominion525 made their first contribution in https://github.com/sparklemotion/http-cookie/pull/56
Full Changelog: https://github.com/sparklemotion/http-cookie/compare/v1.1.0...v1.1.1
- Ruby
Published by knu 24 days ago
https://github.com/sparklemotion/http-cookie - 1.1.0
1.1.0 (2025-09-26)
- Implement
Cookie#to_h. (#55) @luke-hill @flavorjones - Reduce gem size by excluding test files (#54) @yuri-zubov
- Ruby
Published by flavorjones 7 months ago
https://github.com/sparklemotion/http-cookie - 1.0.8 (2024-12-05)
1.0.8 (2024-12-05)
Cookie#expires=acceptsDateTimeobjects. (#52) @luke-hill @flavorjones
New Contributors
- @luke-hill made their first contribution in https://github.com/sparklemotion/http-cookie/pull/52
Full Changelog: https://github.com/sparklemotion/http-cookie/compare/v1.0.7...v1.0.8
- Ruby
Published by flavorjones over 1 year ago
https://github.com/sparklemotion/http-cookie - 1.0.7 (2024-06-06)
1.0.7 (2024-06-06)
- Explicitly require "cgi" to avoid
NameErrorin some applications. (#50 by @flavorjones)
- Ruby
Published by flavorjones almost 2 years ago
https://github.com/sparklemotion/http-cookie - 1.0.6 (2024-06-01)
1.0.6 (2024-06-01)
- Fix error formatting bug in HTTP::CookieJar::AbstractStore (#42 by @andrelaszlo)
- Allow non-RFC 3986-compliant URLs (#45 by @c960657)
- Add coverage for Ruby 3.2 and 3.3 (#46 by @flavorjones)
- Quash ruby 3.4 warnings (#47 by @flavorjones)
Full Changelog: https://github.com/sparklemotion/http-cookie/compare/v1.0.5...v1.0.6
- Ruby
Published by flavorjones almost 2 years ago