turbo_boost-streams 0.0.6 → 0.0.7
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 +8 -1
- data/lib/turbo_boost/streams/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 87f0ab7c7044c066271bd73324bd0b425c61b99095d246697549089d366851a0
|
|
4
|
+
data.tar.gz: 30a9f438b91928bd29492728608c56a0ca207e3b95035fd94109654b849af3e4
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 2b720351420a9f91ddfa7284a5ba3cea4f63ac174d1e574bb6d07c5fe7bb2efb54884b26fe5e608a0deebef3a7b9dd49fef609374812a4c33e6a01c87d20dcb3
|
|
7
|
+
data.tar.gz: 212a0bfd7b0f1886910617279b7344743b26c00169b2a4ef48ea536211fc5faaa60824115a18fb8b87f0123efd78d28fc383f7a7487a3c1ca5a74388ddde071d
|
data/README.md
CHANGED
|
@@ -40,11 +40,18 @@
|
|
|
40
40
|
<a href="https://github.com/hopsoft/turbo_boost-streams/discussions" target="_blank">
|
|
41
41
|
<img alt="GitHub Discussions" src="https://img.shields.io/github/discussions/hopsoft/turbo_boost-streams?color=168AFE&logo=github">
|
|
42
42
|
</a>
|
|
43
|
+
<a href="https://discord.gg/stimulus-reflex">
|
|
44
|
+
<img alt="Discord Community" src="https://img.shields.io/discord/629472241427415060?color=8892F6&label=discord&logo=discord&logoColor=8892F6">
|
|
45
|
+
</a>
|
|
43
46
|
<a href="https://github.com/sponsors/hopsoft">
|
|
44
47
|
<img alt="Sponsors" src="https://img.shields.io/github/sponsors/hopsoft?color=eb4aaa&logo=GitHub%20Sponsors" />
|
|
45
48
|
</a>
|
|
49
|
+
<br>
|
|
50
|
+
<a href="https://ruby.social/@hopsoft">
|
|
51
|
+
<img alt="Ruby.Social Follow" src="https://img.shields.io/mastodon/follow/000008274?domain=https%3A%2F%2Fruby.social&label=%40hopsoft&style=social">
|
|
52
|
+
</a>
|
|
46
53
|
<a href="https://twitter.com/hopsoft">
|
|
47
|
-
<img alt="Twitter Follow" src="https://img.shields.io/twitter/
|
|
54
|
+
<img alt="Twitter Follow" src="https://img.shields.io/twitter/url?label=%40hopsoft&style=social&url=https%3A%2F%2Ftwitter.com%2Fhopsoft">
|
|
48
55
|
</a>
|
|
49
56
|
</p>
|
|
50
57
|
</p>
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: turbo_boost-streams
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.7
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Nate Hopkins (hopsoft)
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2023-01-
|
|
11
|
+
date: 2023-01-24 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rails
|
|
@@ -53,7 +53,7 @@ dependencies:
|
|
|
53
53
|
- !ruby/object:Gem::Version
|
|
54
54
|
version: '0'
|
|
55
55
|
- !ruby/object:Gem::Dependency
|
|
56
|
-
name:
|
|
56
|
+
name: capybara-playwright-driver
|
|
57
57
|
requirement: !ruby/object:Gem::Requirement
|
|
58
58
|
requirements:
|
|
59
59
|
- - ">="
|