libddwaf 1.24.1.0.0 → 1.24.1.0.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 +4 -4
- data/lib/datadog/appsec/waf/version.rb +1 -1
- metadata +6 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 3fa5ca42541e2da2891fc5f35c5cb335b24509bb74ad85cdf0327bdf812fe63d
|
4
|
+
data.tar.gz: 202564cefa5cce60dfdf408d9b096c6f79b930913dce4a644add8a06fb567741
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: cd8d227ff6b379a1873324f4e8b356dcf8a3812f7cd281f48fc05525a0906693a61f294c79fe65d4da29885a00b6cb10477dc82247a397e28872e7b384269e5b
|
7
|
+
data.tar.gz: f3cdc00560dbb27968ac4803f2189b9e27f68b7931a17231381653d3bb1f483a4bf52d6f9f52c543c416292149decc4fb20427cdd1814fa35568044ccbc11b69
|
@@ -5,7 +5,7 @@ module Datadog
|
|
5
5
|
BASE_STRING = "1.24.1"
|
6
6
|
# NOTE: Every change to the `BASE_STRING` should be accompanied
|
7
7
|
# by a reset of the patch version in the `STRING` below.
|
8
|
-
STRING = "#{BASE_STRING}.0.
|
8
|
+
STRING = "#{BASE_STRING}.0.1"
|
9
9
|
MINIMUM_RUBY_VERSION = "2.5"
|
10
10
|
end
|
11
11
|
end
|
metadata
CHANGED
@@ -1,13 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: libddwaf
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.24.1.0.
|
4
|
+
version: 1.24.1.0.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Datadog, Inc.
|
8
|
+
autorequire:
|
8
9
|
bindir: bin
|
9
10
|
cert_chain: []
|
10
|
-
date: 2025-
|
11
|
+
date: 2025-07-21 00:00:00.000000000 Z
|
11
12
|
dependencies:
|
12
13
|
- !ruby/object:Gem::Dependency
|
13
14
|
name: ffi
|
@@ -83,6 +84,7 @@ licenses:
|
|
83
84
|
- BSD-3-Clause
|
84
85
|
metadata:
|
85
86
|
allowed_push_host: https://rubygems.org
|
87
|
+
post_install_message:
|
86
88
|
rdoc_options: []
|
87
89
|
require_paths:
|
88
90
|
- lib
|
@@ -97,7 +99,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
97
99
|
- !ruby/object:Gem::Version
|
98
100
|
version: 2.0.0
|
99
101
|
requirements: []
|
100
|
-
rubygems_version: 3.
|
102
|
+
rubygems_version: 3.5.21
|
103
|
+
signing_key:
|
101
104
|
specification_version: 4
|
102
105
|
summary: Datadog WAF
|
103
106
|
test_files: []
|