launchdarkly-server-sdk 8.10.1 → 8.10.2
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/README.md +1 -1
- data/lib/ldclient-rb/integrations/test_data/flag_builder.rb +1 -1
- data/lib/ldclient-rb/version.rb +1 -1
- metadata +6 -6
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a997ea769f00a058e79a185c3f41aa4d6e6ab05a45e09214678619e088430f53
|
4
|
+
data.tar.gz: 5b2f8e637dcbf4d85f3db656a4cf02fcd665f78933447f8e0182b71faa151d97
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: caddd7ba23f0ac71f12416a63e22b9238fd8d0f2ac080aa264637850bfbc9ac5c761b406befd68e5bc47605e2e9e6c0aeff84a66ada0f241bdd11593ca2eb2a7
|
7
|
+
data.tar.gz: c152fb05a1ea42e75870377295d377abe77b9946545029d59828cdd342b0454a4420eb4dfd20484e57ecd6b13f2e80a0bc5837f2900aed35ae541107e758a7f2
|
data/README.md
CHANGED
@@ -16,7 +16,7 @@ LaunchDarkly overview
|
|
16
16
|
Supported Ruby versions
|
17
17
|
-----------------------
|
18
18
|
|
19
|
-
This version of the LaunchDarkly SDK has a minimum Ruby version of 3.
|
19
|
+
This version of the LaunchDarkly SDK has a minimum Ruby version of 3.1.0.
|
20
20
|
|
21
21
|
Getting started
|
22
22
|
-----------
|
@@ -487,7 +487,7 @@ module LaunchDarkly
|
|
487
487
|
#
|
488
488
|
class FlagRuleBuilder
|
489
489
|
# @private
|
490
|
-
FlagRuleClause = Struct.new(:contextKind, :attribute, :op, :values, :negate, keyword_init: true)
|
490
|
+
FlagRuleClause = Struct.new(:contextKind, :attribute, :op, :values, :negate, keyword_init: true) # rubocop:disable Naming/MethodName:
|
491
491
|
|
492
492
|
# @private
|
493
493
|
def initialize(flag_builder)
|
data/lib/ldclient-rb/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: launchdarkly-server-sdk
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 8.10.
|
4
|
+
version: 8.10.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- LaunchDarkly
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2025-
|
11
|
+
date: 2025-07-14 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-dynamodb
|
@@ -258,14 +258,14 @@ dependencies:
|
|
258
258
|
requirements:
|
259
259
|
- - '='
|
260
260
|
- !ruby/object:Gem::Version
|
261
|
-
version: 2.2.
|
261
|
+
version: 2.2.5
|
262
262
|
type: :runtime
|
263
263
|
prerelease: false
|
264
264
|
version_requirements: !ruby/object:Gem::Requirement
|
265
265
|
requirements:
|
266
266
|
- - '='
|
267
267
|
- !ruby/object:Gem::Version
|
268
|
-
version: 2.2.
|
268
|
+
version: 2.2.5
|
269
269
|
- !ruby/object:Gem::Dependency
|
270
270
|
name: observer
|
271
271
|
requirement: !ruby/object:Gem::Requirement
|
@@ -429,14 +429,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
429
429
|
requirements:
|
430
430
|
- - ">="
|
431
431
|
- !ruby/object:Gem::Version
|
432
|
-
version: 3.
|
432
|
+
version: 3.1.0
|
433
433
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
434
434
|
requirements:
|
435
435
|
- - ">="
|
436
436
|
- !ruby/object:Gem::Version
|
437
437
|
version: '0'
|
438
438
|
requirements: []
|
439
|
-
rubygems_version: 3.
|
439
|
+
rubygems_version: 3.4.19
|
440
440
|
signing_key:
|
441
441
|
specification_version: 4
|
442
442
|
summary: LaunchDarkly SDK for Ruby
|