launchdarkly-server-sdk 7.0.1 → 7.0.3

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 75f53c22b8da0f6ef2ae0c387ec0e0fa7f421995a4325e984bbf45cb71d0104c
4
- data.tar.gz: 85341f03930799add9de607e744c04ad1553582bcd275aa0a78169ee7a8fc9fa
3
+ metadata.gz: 196e3ec78782e9929809473f79c82acbd38969ad6c24304cc6bcd88e3976ad27
4
+ data.tar.gz: '088b4f929f60fc54d87deb703d565dd750e5737470504ae93eff955689d57dd2'
5
5
  SHA512:
6
- metadata.gz: 147b8b4ca65428dda6dda31bf1a09da6a982087c6fddf16dcd31aa8ae35c289c4aa4e9b2366c3605b9b9f4642c3c0fde20bad4fa0a207d3a92eba8a72b420bbc
7
- data.tar.gz: b624f93ba0ada0244e3080713c99d7f45a78d3670d7a7b6c1fe5036aaf37396d3185e4286c7f6d739edef4b21ccfe503e91b65cce589963cb557cfd203ba9988
6
+ metadata.gz: a3709d4c9e8455f606463b1827b831035b088cfb4c110401d09aee178379a4ff26a874177b579a4e2127bce8ee91d3fb5927493af1e8a110549abeca62715f64
7
+ data.tar.gz: ca67d5d1f7b5711762313a5538556b4cafdb2f9745ed7b51cce5c0a22f056cdbf4d78c33c4d980b1d8ddb814e283c4f7d442660be6a324e5c321b42100281013
@@ -288,7 +288,7 @@ module LaunchDarkly
288
288
  # Same as {#as_json}, but converts the JSON structure into a string.
289
289
  # @return [String]
290
290
  def to_json(*a)
291
- as_json.to_json(a)
291
+ as_json.to_json(*a)
292
292
  end
293
293
 
294
294
  # Allows this object to be treated as a hash corresponding to its JSON representation. For
@@ -81,7 +81,7 @@ module LaunchDarkly
81
81
 
82
82
  # Same as as_json, but converts the JSON structure into a string.
83
83
  def to_json(*a)
84
- as_json.to_json(a)
84
+ as_json.to_json(*a)
85
85
  end
86
86
  end
87
87
  end
@@ -103,7 +103,7 @@ module LaunchDarkly
103
103
 
104
104
  # Same as as_json, but converts the JSON structure into a string.
105
105
  def to_json(*a)
106
- as_json.to_json(a)
106
+ as_json.to_json(*a)
107
107
  end
108
108
  end
109
109
 
@@ -84,7 +84,7 @@ module LaunchDarkly
84
84
 
85
85
  # Same as as_json, but converts the JSON structure into a string.
86
86
  def to_json(*a)
87
- as_json.to_json(a)
87
+ as_json.to_json(*a)
88
88
  end
89
89
  end
90
90
 
@@ -1,3 +1,3 @@
1
1
  module LaunchDarkly
2
- VERSION = "7.0.1"
2
+ VERSION = "7.0.3"
3
3
  end
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: 7.0.1
4
+ version: 7.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - LaunchDarkly
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-01-19 00:00:00.000000000 Z
11
+ date: 2023-03-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-dynamodb
@@ -212,14 +212,14 @@ dependencies:
212
212
  requirements:
213
213
  - - '='
214
214
  - !ruby/object:Gem::Version
215
- version: 2.2.1
215
+ version: 2.2.2
216
216
  type: :runtime
217
217
  prerelease: false
218
218
  version_requirements: !ruby/object:Gem::Requirement
219
219
  requirements:
220
220
  - - '='
221
221
  - !ruby/object:Gem::Version
222
- version: 2.2.1
222
+ version: 2.2.2
223
223
  - !ruby/object:Gem::Dependency
224
224
  name: json
225
225
  requirement: !ruby/object:Gem::Requirement
@@ -338,7 +338,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
338
338
  - !ruby/object:Gem::Version
339
339
  version: '0'
340
340
  requirements: []
341
- rubygems_version: 3.4.4
341
+ rubygems_version: 3.4.8
342
342
  signing_key:
343
343
  specification_version: 4
344
344
  summary: LaunchDarkly SDK for Ruby