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 +4 -4
- data/CHANGELOG.md +8 -0
- data/README.md +3 -1
- data/lib/ez_logs_agent/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: e1155fac143bb0af7e99c95a8dde26764f1c3f2bfab758beec239adef8bfab06
|
|
4
|
+
data.tar.gz: d87b5b4cc03d73117e0b1759b26c149a73e8bd2c1aa670a8b79f5c0b4a0fe7de
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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/
|
|
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
|
|
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.
|
|
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://
|
|
146
|
+
homepage: https://ezlogs.io/
|
|
147
147
|
licenses:
|
|
148
148
|
- MIT
|
|
149
149
|
metadata:
|
|
150
|
-
homepage_uri: https://
|
|
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
|