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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 10d8d57e5c46bce6df51fd1b551831c8d4421144837498ce916c093c0b255b8e
4
- data.tar.gz: d8fd00d07b23de9ff1af3be34b0344f0a1404db5da66e219e312a75d8d191942
3
+ metadata.gz: 3fa5ca42541e2da2891fc5f35c5cb335b24509bb74ad85cdf0327bdf812fe63d
4
+ data.tar.gz: 202564cefa5cce60dfdf408d9b096c6f79b930913dce4a644add8a06fb567741
5
5
  SHA512:
6
- metadata.gz: 20d4c8ae3986514d5bf69d830a75468973e3688e971fe03068cd3451d58ddb0bf3a9e0ad86303b04c7e42cbef85dc9bf1e61e23e3db77a57374d30422c54b9c2
7
- data.tar.gz: bd3c2665b3b5ab606ad59dc48e4eac7cd8f5568c38141d3cee0cddcbb2ba5681186174bbe1804657c47441a204297a1313a86fb3cf25274e398b857732382c77
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.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.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-05-20 00:00:00.000000000 Z
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.6.2
102
+ rubygems_version: 3.5.21
103
+ signing_key:
101
104
  specification_version: 4
102
105
  summary: Datadog WAF
103
106
  test_files: []