ld-eventsource 2.2.2 → 2.2.3
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 +2 -1
- data/lib/ld-eventsource/client.rb +1 -3
- data/lib/ld-eventsource/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: f4aa95953d325a67b03f0e740b9d1f898e7de4f7738e0449a6e3aaf2f7abe187
|
4
|
+
data.tar.gz: 0ae820e9665bd4c78bc801c09df14f6f6795057a7dc0048b698a4dd4b4d7106d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ceed9644f1d46f06b9def2675961215051aaf4059c94f2dd54142c6a37007becd987b459dd0eb9d640d29da08bba3aed9d567593b8594477202eef1b7042386f
|
7
|
+
data.tar.gz: e782c7a6baf52eba573aa2194c1f535b651bc2498dab036881a4b4226fcfe3f6830333d0a80dddfb32a6aeb5b4b85adf9fbc369c9638ec24dbcc78679804c7ea
|
data/README.md
CHANGED
@@ -1,7 +1,8 @@
|
|
1
1
|
LaunchDarkly SSE Client for Ruby
|
2
2
|
================================
|
3
3
|
|
4
|
-
[](http://badge.fury.io/rb/ld-eventsource)
|
4
|
+
[](http://badge.fury.io/rb/ld-eventsource)
|
5
|
+
[](https://github.com/launchdarkly/ruby-eventsource/actions/workflows/ci.yml)
|
5
6
|
|
6
7
|
A client for the [Server-Sent Events](https://www.w3.org/TR/eventsource/) protocol. This implementation runs on a worker thread, and uses the [`http`](https://rubygems.org/gems/http) gem to manage a persistent connection. Its primary purpose is to support the [LaunchDarkly SDK for Ruby](https://github.com/launchdarkly/ruby-client), but it can be used independently.
|
7
8
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: ld-eventsource
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.2.
|
4
|
+
version: 2.2.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- LaunchDarkly
|
8
|
-
autorequire:
|
8
|
+
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2025-03-10 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|
@@ -121,7 +121,7 @@ homepage: https://github.com/launchdarkly/ruby-eventsource
|
|
121
121
|
licenses:
|
122
122
|
- Apache-2.0
|
123
123
|
metadata: {}
|
124
|
-
post_install_message:
|
124
|
+
post_install_message:
|
125
125
|
rdoc_options: []
|
126
126
|
require_paths:
|
127
127
|
- lib
|
@@ -136,8 +136,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
136
136
|
- !ruby/object:Gem::Version
|
137
137
|
version: '0'
|
138
138
|
requirements: []
|
139
|
-
rubygems_version: 3.
|
140
|
-
signing_key:
|
139
|
+
rubygems_version: 3.2.33
|
140
|
+
signing_key:
|
141
141
|
specification_version: 4
|
142
142
|
summary: LaunchDarkly SSE client
|
143
143
|
test_files: []
|