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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 7f9cd7b7a43521def709a4b933cb35624880094c4bdeb2286da218d1e85ff7fc
4
- data.tar.gz: 85046b0df47ccb0722ab4c2c349ecc9703d9795d06b05bf80b908f2392d0cb15
3
+ metadata.gz: 51c1742a69bf1d250bf974f258828a7c578530a29b2dc85a481201b7933ad27c
4
+ data.tar.gz: eb5f00f6185d64ce228031f4749dacd76aa8554913ed8e643a706724778a539a
5
5
  SHA512:
6
- metadata.gz: cfaa1976b61ff53f87f5c5d0a5eb8c3294db21aa4cfecc7d3b7b91260db05c125189ffac2458eae9b3debb679cf76f903f26138201ac45e1eea0239b960b35e6
7
- data.tar.gz: 81bfa814d2d295cba877cf2420f8c9e78d23807c3238f26c5a2f3d819eeb4010a80d4e141084b0363925b1597c38a96f66f1931337ce61a135df6eecafffd547
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
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Meerkat
4
- VERSION = "0.3.4"
4
+ VERSION = "0.3.5"
5
5
  end
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
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://cloud.meerkatagents.com/docs/introduction
98
+ homepage: https://meerkatagents.com/
99
99
  licenses:
100
100
  - MIT
101
101
  metadata:
102
- homepage_uri: https://cloud.meerkatagents.com/docs/introduction
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