File tree Expand file tree Collapse file tree 2 files changed +11
-2
lines changed
Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 1+ # Changelog
2+
3+ ### Unreleased
4+
5+ - feature: Exposed ` params.signed ` and ` params.sign ` - #2 [ BREAKING CHANGE]
6+
7+ ### 0.1.0
8+
9+ - The initial release!
Original file line number Diff line number Diff line change @@ -6,8 +6,8 @@ Gem::Specification.new do |spec|
66 spec . authors = [ "Elvinas Predkelis" ]
77 spec . email = [ "elvinas@primevise.com" ]
88 spec . homepage = "https://github.com/elvinaspredkelis/signed_params"
9- spec . summary = "A Rails concern that provides automatic encoding/decoding of signed parameters to prevent tampering "
10- spec . description = "A Rails concern that provides automatic encoding/decoding of signed parameters to prevent tampering "
9+ spec . summary = "A lightweight library for encoding/decoding Rails request parameters. "
10+ spec . description = "A lightweight library for encoding/decoding Rails request parameters. "
1111 spec . license = "MIT"
1212 spec . required_ruby_version = ">= 3.0.0"
1313
You can’t perform that action at this time.
0 commit comments