misarblog 5.0.0 → 5.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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +21 -0
  3. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: c8085dfc4b323a9b12d169e1e5a5f28a45bd28511c239f1a7d318bdb8c1d0db0
4
- data.tar.gz: 17064b11fcb64cb83755c8d13fd5475b21edad5680da643b50f6c9e41c3a0dee
3
+ metadata.gz: 939899ab0f89af35ed4015ed9357c402ec5a24f898047795e201d5c0531948b9
4
+ data.tar.gz: ae0b45e54615d1705333d46a69afd9488e5205093458b912760c9a7f4ca2f69d
5
5
  SHA512:
6
- metadata.gz: e586d6906800b2fd4917ee3468d3e8187d4f7e991d8e57af09a7f5f30d076439acddffa1df8ef9eb0075c2a59389164c09afedecc3a74d4320c688c4bc8c9445
7
- data.tar.gz: 8934679336eafb88534627b17d73760f8f6d2f8c2fc33766366b57d0d8ffb5ca6eec44679eba5acdc74907df5aa060a68ede2f839f0d451bf9bec31dd02cd891
6
+ metadata.gz: 8e5e81f032f2975417b61bed79b5b82965ebc3f2dc451fdaf3f27666d60b7a5b756ec391c0088f2281232bf870b8b8e54f8158ee3b65ce683ea96ea6e45819a8
7
+ data.tar.gz: afc796d7e9256b3d97d99c14ece61fd65c0e537a86066f423a4f31d2cb9cae07ca70480df4382e81cb5aebc5d0dc23a137393a22cc54750c62d0a96ae5b9af14
data/CHANGELOG.md CHANGED
@@ -3,6 +3,27 @@
3
3
  All notable changes to this SDK are documented here. Versions follow
4
4
  [semantic versioning](https://semver.org/).
5
5
 
6
+ ## 5.0.2 — 2026-08-19
7
+
8
+ Republished so that every SDK, including the tag-versioned ones, ships through the same automated release pipeline. No API changes.
9
+
10
+ ## 5.0.1 — 2026-08-19
11
+
12
+ Republished so that every SDK, including the tag-versioned ones, ships through the same automated release pipeline. No API changes.
13
+
14
+ ## 5.0.0 — 2026-08-19
15
+
16
+ One version across every SDK in every Misar product, replacing the drift between separately-numbered clients.
17
+
18
+ ### Documentation
19
+
20
+ - Rewritten README: every resource and method is listed with the endpoint it calls, the examples are verified against the API contract, and package links are consistent across all SDKs.
21
+ - Manifest metadata filled in — homepage, repository, issue tracker, documentation and author.
22
+
23
+ ### Fixed
24
+
25
+ - An error response with an empty body was reported as success. A bare 401, or any response stripped by a proxy, came back as an empty result instead of raising, so callers could not tell "no results" from "not authorised".
26
+
6
27
  ## 1.1.0 — 2026-08-16
7
28
 
8
29
  ### Added
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: misarblog
3
3
  version: !ruby/object:Gem::Version
4
- version: 5.0.0
4
+ version: 5.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Misar AI