meerkat-agents 0.3.0 → 0.3.3

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 (5) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +22 -0
  3. data/README.md +1 -1
  4. data/lib/meerkat/version.rb +1 -1
  5. metadata +47 -11
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 213d0e423b999d008649ef0444e8a62c2fecec3e32c358880c29bfbcf4ef58a8
4
- data.tar.gz: c25bc69145c01e8883e631b54cfd0860d273a99dcfe669961ade678bd65692db
3
+ metadata.gz: d69f3b3772488de57f012e12e29e32f8209ce9c532619f8dcfb146d43add60da
4
+ data.tar.gz: 8b2bbc944bc77e9f1cf501ae1ec3e7db6236fdab8d716e365b4b062579cb42af
5
5
  SHA512:
6
- metadata.gz: e7b350287c1334b9c8b98060167dd04e43c035f5dd5811ed9a225a2eac7a0fdcc54a5a249e0475c707b42591b6608607a9b94a57e216dffe7a8ff25882e70b13
7
- data.tar.gz: 0c51e167cd6e19170b59f705b33f45ab79819ee63792d7cd6aefca948ad6c94b29b831e287429631e78f30b108d632dc98327dde53f31f0226fb904a07591541
6
+ metadata.gz: d28e8b50dd3a34b09c86003bb82bd0310a0c9f7cf46ee9159e793dd9a745417a180e717d3b32dd02f03cedc51844796009f9398c07bdc51066192fb8d8f80f19
7
+ data.tar.gz: 12f60491acc48b1aeac99c935632421308f02e1f8f050bb5a04b95bc726c78715135984b93ea1ef04ddd8fe1ea4c83ab3c559d6eca43bc80f2389982f61cfea7
data/CHANGELOG.md CHANGED
@@ -5,6 +5,25 @@ 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.3] - 2026-07-17
9
+
10
+ ### Changed
11
+
12
+ - RubyGems description expanded for Change Intelligence across websites, APIs, databases, SaaS, and other connected systems
13
+
14
+ ## [0.3.2] - 2026-07-17
15
+
16
+ ### Changed
17
+
18
+ - RubyGems description copy refined for clarity (problem, cloud monitoring loop, Sidekiq/queue contrast, use cases)
19
+
20
+ ## [0.3.1] - 2026-07-17
21
+
22
+ ### Changed
23
+
24
+ - RubyGems summary/description rewritten around the problem, use cases, and how Meerkat differs from Sidekiq / Active Job / queue gems (no pricing copy)
25
+ - Homepage and documentation URIs point to https://cloud.meerkatagents.com/docs/introduction
26
+
8
27
  ## [0.3.0] - 2026-07-16
9
28
 
10
29
  ### Added
@@ -44,6 +63,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
44
63
  - Webhook HMAC-SHA256 verification helpers
45
64
  - Optional Rails railtie and webhook verification concern
46
65
 
66
+ [0.3.3]: https://github.com/Tiny-Bubble-Company/meerkat-ruby/releases/tag/v0.3.3
67
+ [0.3.2]: https://github.com/Tiny-Bubble-Company/meerkat-ruby/releases/tag/v0.3.2
68
+ [0.3.1]: https://github.com/Tiny-Bubble-Company/meerkat-ruby/releases/tag/v0.3.1
47
69
  [0.3.0]: https://github.com/Tiny-Bubble-Company/meerkat-ruby/releases/tag/v0.3.0
48
70
  [0.2.0]: https://github.com/Tiny-Bubble-Company/meerkat-ruby/releases/tag/v0.2.0
49
71
  [0.1.1]: https://github.com/Tiny-Bubble-Company/meerkat-ruby/releases/tag/v0.1.1
data/README.md CHANGED
@@ -92,4 +92,4 @@ Limit hit → `Meerkat::SubscriptionRequiredError`.
92
92
 
93
93
  ## Docs
94
94
 
95
- https://cloud.meerkatagents.com/docs
95
+ https://cloud.meerkatagents.com/docs/introduction
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Meerkat
4
- VERSION = "0.3.0"
4
+ VERSION = "0.3.3"
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: meerkat-agents
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.0
4
+ version: 0.3.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tiny Bubble Company
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2026-07-16 00:00:00.000000000 Z
11
+ date: 2026-07-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday
@@ -31,10 +31,46 @@ dependencies:
31
31
  - !ruby/object:Gem::Version
32
32
  version: '3'
33
33
  description: |
34
- Official Ruby client for Meerkat Cloud (Change Intelligence API). Install meerkat-agents,
35
- sign up at cloud.meerkatagents.com, add your LLM key, and create monitoring tasks that POST
36
- structured change events to your Rails webhook. Free: 1 task and 1 run. Then $20 for 5 tasks
37
- and 50 runs. Docs: https://cloud.meerkatagents.com/docs/sdk-ruby
34
+ Meerkat Agents
35
+
36
+ The official Ruby client for Meerkat Cloud Change Intelligence.
37
+
38
+ Rails applications often need to detect meaningful changes across the systems they depend on—websites, APIs, databases, internal services, SaaS tools, inventory systems, shipment providers, or other connected data sources.
39
+
40
+ Building these monitoring loops yourself usually means maintaining polling jobs, cron schedules, background workers, state comparisons, retries, LLM orchestration, and webhook infrastructure.
41
+
42
+ Meerkat runs the monitoring loop in the cloud and sends structured change events back to your Rails application.
43
+
44
+ How it works
45
+
46
+ 1. Create a monitoring task from Ruby.
47
+ 2. Describe what to monitor in plain English.
48
+ 3. Provide the relevant URLs, data, or connected system inputs.
49
+ 4. Define how often the task should run.
50
+ 5. Meerkat checks the source repeatedly, compares the latest result with previous state, and identifies meaningful changes using your own LLM key.
51
+ 6. When something changes, Meerkat POSTs a signed JSON event to your webhook, with automatic delivery retries.
52
+
53
+ How it differs from Sidekiq, Active Job, Good Job, Solid Queue, Delayed Job, and Resque
54
+
55
+ These libraries are excellent for running your Ruby jobs on your workers.
56
+
57
+ Meerkat is not a background-job queue. It is managed infrastructure for continuously monitoring connected systems and reporting meaningful changes.
58
+
59
+ Instead of building polling jobs, comparison logic, schedulers, scraping code, LLM workflows, and webhook delivery pipelines, you describe what should be monitored and let Meerkat operate the watch loop.
60
+
61
+ Common use cases
62
+
63
+ - Website and page-change monitoring
64
+ - API response monitoring
65
+ - Database and application-data monitoring
66
+ - SaaS and third-party system monitoring
67
+ - Competitor pricing and plan tracking
68
+ - Package and shipment tracking
69
+ - Stock and inventory availability alerts
70
+ - Recurring data checks with structured findings
71
+ - Change-detection webhooks for Rails and API backends
72
+
73
+ Documentation: https://cloud.meerkatagents.com/docs/introduction
38
74
  email:
39
75
  - hello@meerkatagents.com
40
76
  executables: []
@@ -59,12 +95,12 @@ files:
59
95
  - lib/meerkat/resources/tasks.rb
60
96
  - lib/meerkat/version.rb
61
97
  - lib/meerkat/webhooks.rb
62
- homepage: https://cloud.meerkatagents.com/docs/sdk-ruby
98
+ homepage: https://cloud.meerkatagents.com/docs/introduction
63
99
  licenses:
64
100
  - MIT
65
101
  metadata:
66
- homepage_uri: https://cloud.meerkatagents.com/docs/sdk-ruby
67
- documentation_uri: https://cloud.meerkatagents.com/docs/sdk-ruby
102
+ homepage_uri: https://cloud.meerkatagents.com/docs/introduction
103
+ documentation_uri: https://cloud.meerkatagents.com/docs/introduction
68
104
  source_code_uri: https://github.com/Tiny-Bubble-Company/meerkat-ruby
69
105
  changelog_uri: https://github.com/Tiny-Bubble-Company/meerkat-ruby/blob/main/CHANGELOG.md
70
106
  bug_tracker_uri: https://github.com/Tiny-Bubble-Company/meerkat-ruby/issues
@@ -87,6 +123,6 @@ requirements: []
87
123
  rubygems_version: 3.4.1
88
124
  signing_key:
89
125
  specification_version: 4
90
- summary: Change Intelligence API for Ruby — monitor URLs, detect meaningful change,
91
- get webhooks.
126
+ summary: Meerkat Cloud Change Intelligence — monitor websites, APIs, and systems;
127
+ get webhooks (not Sidekiq).
92
128
  test_files: []