ez_logs_agent 0.1.6 → 0.1.7

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: 452e5fb397336daeaccc2f5738be03545e5bd318243f30755d5e5205d1c9d2f6
4
- data.tar.gz: 22b04cd9a432fef3006ffb33c4322c188e0d9bb4914fb07487f1a135ada3877c
3
+ metadata.gz: e1155fac143bb0af7e99c95a8dde26764f1c3f2bfab758beec239adef8bfab06
4
+ data.tar.gz: d87b5b4cc03d73117e0b1759b26c149a73e8bd2c1aa670a8b79f5c0b4a0fe7de
5
5
  SHA512:
6
- metadata.gz: 345f3c6929cf6b88bb6d909c6ada301907ccb2aee852957f8da0b278852033978d5116f6ecd67358b33c50921c4fd82e0c65d2cfa1ebb7304d4b9387f8138617
7
- data.tar.gz: b412f7a99fbc624541062f0fc8ab148576f48350fc0c72636938360d7cc6c17974382b6bcb47800224e315666bd91f992fdb6b4d4218f54efb16c06b2140f08a
6
+ metadata.gz: 2b91f112497b1443ffe044215819e0fb9a26748026bd43859ed2b239eacb53920cb6ae27c455f34693b46e56cc62ff1775a6177b1e76805f603f2402737a5cf3
7
+ data.tar.gz: dd0ae94996e329e795da19f2017a165cbf3e81e81aa8ee493e1a1d086abc02dd1f01bd61ac12fc5c8d08192863877bd83420903e113ada489788465e7f4fcac8
data/CHANGELOG.md CHANGED
@@ -2,6 +2,14 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file.
4
4
 
5
+ ## [0.1.7] — 2026-05-28
6
+
7
+ ### Changed
8
+ - Gem `homepage` now points at the product site (`https://ezlogs.io/`)
9
+ instead of the GitHub mirror, so the RubyGems "Homepage" link sends
10
+ installers to the product. `source_code_uri` still points at the
11
+ mirror. Metadata-only release; no code or wire change.
12
+
5
13
  ## [0.1.6] — 2026-05-24
6
14
 
7
15
  ### Added
data/README.md CHANGED
@@ -1,10 +1,12 @@
1
1
  # EZLogs Agent
2
2
 
3
+ [Website](https://ezlogs.io/) · [Documentation](https://ezlogs.io/rails/) · [Next.js sister agent](https://github.com/dezsirazvan/ez_logs_agent_nextjs)
4
+
3
5
  **Drop-in activity logging for Rails applications.**
4
6
 
5
7
  EZLogs Agent captures what happens in your Rails app — HTTP requests, background jobs, database changes — and sends them to the EZLogs server, where they're transformed into human-readable stories that anyone on your team can understand.
6
8
 
7
- Wire-format identical to the [Next.js sister agent](https://github.com/dezsirazvan/ez_logs/tree/master/ez_logs_agent_nextjs) (`@ezlogs/nextjs`). Same server ingests both. Use Rails on the back end and Next.js on the front end? You see one unified Action timeline.
9
+ Wire-format identical to the [Next.js sister agent](https://github.com/dezsirazvan/ez_logs_agent_nextjs) (`ezlogs-nextjs` on npm). Same server ingests both. Use Rails on the back end and Next.js on the front end? You see one unified Action timeline.
8
10
 
9
11
  ---
10
12
 
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module EzLogsAgent
4
- VERSION = "0.1.6"
4
+ VERSION = "0.1.7"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ez_logs_agent
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.6
4
+ version: 0.1.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - dezsirazvan
@@ -143,11 +143,11 @@ files:
143
143
  - lib/generators/ez_logs_agent/install/install_generator.rb
144
144
  - lib/generators/ez_logs_agent/install/templates/ez_logs_agent.rb.tt
145
145
  - lib/tasks/ez_logs_agent.rake
146
- homepage: https://github.com/dezsirazvan/ez_logs_agent
146
+ homepage: https://ezlogs.io/
147
147
  licenses:
148
148
  - MIT
149
149
  metadata:
150
- homepage_uri: https://github.com/dezsirazvan/ez_logs_agent
150
+ homepage_uri: https://ezlogs.io/
151
151
  source_code_uri: https://github.com/dezsirazvan/ez_logs_agent
152
152
  changelog_uri: https://github.com/dezsirazvan/ez_logs_agent/blob/master/CHANGELOG.md
153
153
  bug_tracker_uri: https://github.com/dezsirazvan/ez_logs_agent/issues