rack-protection 4.1.1 → 4.2.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: 98553e74b3c41ed1630ad332c07ac4be4d2cf7f9f7d42c4ea383ed10b36cfda8
4
- data.tar.gz: d1af8ebd50af6447a3879ae531de1dd5e664cb7493919f2af94c4d2a5d0036d4
3
+ metadata.gz: 127cb2d5f6bf0c9efee234cdf611e9f8760bd97a7933436f0df194ac6d46773e
4
+ data.tar.gz: ee71fb517c167af11a5d53ead6acb59a4a488b53baa11178b336ff584c8de65c
5
5
  SHA512:
6
- metadata.gz: 7c38bcefaa24abe73b6d19562e3ac028aa857458ba9a60230e94b383c94b5493e1e0488ec08f4afdd6d09fd4a6cf088662be0f48e21da55cbadf45eaf1599f47
7
- data.tar.gz: ddaf456e0d4d72f433f1d08f7dcf0c12280b228f43aaca4119ed60201170bcf57ba3cb9383be0b86e179ac664b568bb7fa37dbb5695d6f2a8583e8edc8b706c7
6
+ metadata.gz: 689e749c54382ad1b574a1feb6cccb0944e86136869809670a346534088ccfe1d2322ac835cd036d1a0747f4e6bfc8d2b245cb99cc9963971393f9bb0495fde2
7
+ data.tar.gz: b22f5e1659e9271e0b159a7de8f6dd3744befff2a4a06c1f20567ab63fe5c73e953077de77f86a66ce76ba867d62d629abf3c24d8031405a78215a01676b0c30
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Rack
4
4
  module Protection
5
- VERSION = '4.1.1'
5
+ VERSION = '4.2.1'
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rack-protection
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.1.1
4
+ version: 4.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - https://github.com/sinatra/sinatra/graphs/contributors
8
- autorequire:
9
8
  bindir: bin
10
9
  cert_chain: []
11
- date: 2024-11-20 00:00:00.000000000 Z
10
+ date: 1980-01-02 00:00:00.000000000 Z
12
11
  dependencies:
13
12
  - !ruby/object:Gem::Dependency
14
13
  name: base64
@@ -100,7 +99,6 @@ metadata:
100
99
  homepage_uri: http://sinatrarb.com/protection/
101
100
  documentation_uri: https://www.rubydoc.info/gems/rack-protection
102
101
  rubygems_mfa_required: 'true'
103
- post_install_message:
104
102
  rdoc_options: []
105
103
  require_paths:
106
104
  - lib
@@ -115,8 +113,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
115
113
  - !ruby/object:Gem::Version
116
114
  version: '0'
117
115
  requirements: []
118
- rubygems_version: 3.5.22
119
- signing_key:
116
+ rubygems_version: 3.6.9
120
117
  specification_version: 4
121
118
  summary: Protect against typical web attacks, works with all Rack apps, including
122
119
  Rails.