launchdarkly-server-sdk 7.0.1 → 7.0.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 75f53c22b8da0f6ef2ae0c387ec0e0fa7f421995a4325e984bbf45cb71d0104c
4
- data.tar.gz: 85341f03930799add9de607e744c04ad1553582bcd275aa0a78169ee7a8fc9fa
3
+ metadata.gz: 1e05b79a3532bc82bf8768c8179790c05f33a2a9fb8ac3efdb810d81174d3e3d
4
+ data.tar.gz: 0bdcc30cee7cb2095c00fc0cf2f0d0154ef5766d83b1614f0f19a82c89609bdb
5
5
  SHA512:
6
- metadata.gz: 147b8b4ca65428dda6dda31bf1a09da6a982087c6fddf16dcd31aa8ae35c289c4aa4e9b2366c3605b9b9f4642c3c0fde20bad4fa0a207d3a92eba8a72b420bbc
7
- data.tar.gz: b624f93ba0ada0244e3080713c99d7f45a78d3670d7a7b6c1fe5036aaf37396d3185e4286c7f6d739edef4b21ccfe503e91b65cce589963cb557cfd203ba9988
6
+ metadata.gz: b0134064ce4e118e7ca0744df9271845bb9591ed381a95401664da234154e83ce27459d87960afac786c7e3d9813c33fb582c645dd0d4b6e7fdeb94e3f831f4b
7
+ data.tar.gz: 106e2a13a3ae0f08d7ba838851a5c3147d529643afba67753b0c2284901385965ef536185d2011743751beb6e7206df1f10e30b56a2368a2d31d5cb754b589ee
@@ -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.2"
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.2
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-01-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-dynamodb
@@ -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.5
342
342
  signing_key:
343
343
  specification_version: 4
344
344
  summary: LaunchDarkly SDK for Ruby