foobara-rack-connector 0.0.7 → 0.0.8
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/CHANGELOG.md +5 -1
- data/lib/foobara/command_connectors/http/puma_runner.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 4eabee68f36c2d26b26768e112457db8e621dcd5b1f3e3693e973ef829397f92
|
4
|
+
data.tar.gz: 92f3400c21d98e9cb4f542e505c8af5908889df641a43e9ed6d4a9bb7c98fcbc
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f1fd8cde714d34c8d9d94f832482d5aff4c16f4533affafa6f2a475eb72bb140fe570124d934d577b1b9f2e7245ee99bac5a6ef28e539bf76cacc36788328711
|
7
|
+
data.tar.gz: 17d0eb4ce05d2ac1adbd56605ccd3822dd992cb7c9e1f4e2df898a04051168180bfe0bbab678be4322f43ff2242829cf5704eae70d9dcc56d711d1f313a1d196
|
data/CHANGELOG.md
CHANGED
@@ -1,7 +1,11 @@
|
|
1
|
-
## [0.0.
|
1
|
+
## [0.0.8] - 2025-04-17
|
2
2
|
|
3
3
|
- Add a #run_puma convenience method for demos
|
4
4
|
|
5
|
+
## [0.0.6] - 2025-04-15
|
6
|
+
|
7
|
+
- Make headers a standard downcased form for now instead of mixed-casing
|
8
|
+
|
5
9
|
## [0.0.5] - 2025-03-29
|
6
10
|
|
7
11
|
- Store cookies on request as a hash
|