Skip to content

Commit 7670e75

Browse files
Add CHANGELOG.md and update gemspec summary/description
- Introduced a CHANGELOG file to track changes and releases. - Updated gemspec summary and description for clarity.
1 parent df51191 commit 7670e75

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
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!

signed_params.gemspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)