strip_attributes 1.14.0 → 1.14.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d1206dbea590ab400c94c1ff883cf3152d974b8ce58ff6f7dfaac0b0f7ce3ce1
4
- data.tar.gz: 1b3a171cebeed352c7589f680314d26c1c2424c0333b68e8a7400731c39e6f69
3
+ metadata.gz: 9d901257abbca144b30becb86cd248e512f8f8b140a6f822d3965f1896356d7c
4
+ data.tar.gz: 798c083261f25f554767c216cfb399961e48e723a5d06355a12f82cb591eed45
5
5
  SHA512:
6
- metadata.gz: 1f11fc77e63c2e534600e10eb24fa6f2b4c1823ffe6169442cc20fac5aba9f0fc7eb4dafcac79e17f3cb6b3913a604e721f25cf88e9aa7061944df756234cbb7
7
- data.tar.gz: db16a98b6b74993e1badeffce9e8211e71c4eea82861078ec80f0dffb32f7eeabba01989f860692f4b26a22b86bed1301b8bd8534979e8308a0d77e17a441977
6
+ metadata.gz: 01a7956efa14fa00820e59171bbc1324d015a457db4224f1d5903d1c9ecce31b39d2cc9fb34c26a7e9ae2dcf868fc49034682d5d2f6a0bb532ab89c16898a938
7
+ data.tar.gz: 41ac5050c3810cd7de390efff4564a6cec3b025fc90455ce3b6c084444821a3deeb4873155b4ee00cc86f9dfaa426a31f88d1aeaca8195ee0965c606ea56d04b
@@ -1,3 +1,3 @@
1
1
  module StripAttributes
2
- VERSION = "1.14.0"
2
+ VERSION = "1.14.1"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: strip_attributes
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.14.0
4
+ version: 1.14.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ryan McGeary
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-11-10 00:00:00.000000000 Z
11
+ date: 2024-12-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activemodel
@@ -127,6 +127,7 @@ metadata:
127
127
  bug_tracker_uri: https://github.com/rmm5t/strip_attributes/issues
128
128
  changelog_uri: https://github.com/rmm5t/strip_attributes/blob/master/CHANGELOG.md
129
129
  source_code_uri: https://github.com/rmm5t/strip_attributes
130
+ funding_uri: https://github.com/sponsors/rmm5t
130
131
  post_install_message:
131
132
  rdoc_options: []
132
133
  require_paths:
@@ -142,7 +143,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
142
143
  - !ruby/object:Gem::Version
143
144
  version: '0'
144
145
  requirements: []
145
- rubygems_version: 3.5.22
146
+ rubygems_version: 3.5.23
146
147
  signing_key:
147
148
  specification_version: 4
148
149
  summary: Whitespace cleanup for ActiveModel attributes