meerkat-agents 0.3.4 → 0.3.5
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 +7 -0
- data/lib/meerkat/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: 51c1742a69bf1d250bf974f258828a7c578530a29b2dc85a481201b7933ad27c
|
|
4
|
+
data.tar.gz: eb5f00f6185d64ce228031f4749dacd76aa8554913ed8e643a706724778a539a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 956d4a8d7c51481b5acf4ae7410f32f403911f765e22465eff010d16b234a14cff8b1655b396ad1c5d3ada45bff6a748c346e197cf8d1397d25c0616d041644b
|
|
7
|
+
data.tar.gz: 02041b1e93bf95a5c5d5c9c6235184b8d2efcc6992e96c689337185494b8a5b10f3a6463d6e54b47ee16d7069375ddb64e11114d9db44390c2147792d92c8c8e
|
data/CHANGELOG.md
CHANGED
|
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
|
|
|
5
5
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
|
|
6
6
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
7
7
|
|
|
8
|
+
## [0.3.5] - 2026-07-17
|
|
9
|
+
|
|
10
|
+
### Changed
|
|
11
|
+
|
|
12
|
+
- RubyGems homepage / Home link points to https://meerkatagents.com/
|
|
13
|
+
|
|
8
14
|
## [0.3.4] - 2026-07-17
|
|
9
15
|
|
|
10
16
|
### Changed
|
|
@@ -69,6 +75,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
69
75
|
- Webhook HMAC-SHA256 verification helpers
|
|
70
76
|
- Optional Rails railtie and webhook verification concern
|
|
71
77
|
|
|
78
|
+
[0.3.5]: https://github.com/Tiny-Bubble-Company/meerkat-ruby/releases/tag/v0.3.5
|
|
72
79
|
[0.3.4]: https://github.com/Tiny-Bubble-Company/meerkat-ruby/releases/tag/v0.3.4
|
|
73
80
|
[0.3.3]: https://github.com/Tiny-Bubble-Company/meerkat-ruby/releases/tag/v0.3.3
|
|
74
81
|
[0.3.2]: https://github.com/Tiny-Bubble-Company/meerkat-ruby/releases/tag/v0.3.2
|
data/lib/meerkat/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: meerkat-agents
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.3.
|
|
4
|
+
version: 0.3.5
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Tiny Bubble Company
|
|
@@ -95,11 +95,11 @@ files:
|
|
|
95
95
|
- lib/meerkat/resources/tasks.rb
|
|
96
96
|
- lib/meerkat/version.rb
|
|
97
97
|
- lib/meerkat/webhooks.rb
|
|
98
|
-
homepage: https://
|
|
98
|
+
homepage: https://meerkatagents.com/
|
|
99
99
|
licenses:
|
|
100
100
|
- MIT
|
|
101
101
|
metadata:
|
|
102
|
-
homepage_uri: https://
|
|
102
|
+
homepage_uri: https://meerkatagents.com/
|
|
103
103
|
documentation_uri: https://cloud.meerkatagents.com/docs/introduction
|
|
104
104
|
source_code_uri: https://github.com/Tiny-Bubble-Company/meerkat-ruby
|
|
105
105
|
changelog_uri: https://github.com/Tiny-Bubble-Company/meerkat-ruby/blob/main/CHANGELOG.md
|