rails-informant 0.0.1 → 0.0.2
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/Rakefile +1 -1
- data/VERSION +1 -1
- data/lib/generators/rails_informant/install_generator.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 13c493875c444ea37740d9bb81bc6fc7e4535039180472aa5e7e0c6a9e3f0c10
|
|
4
|
+
data.tar.gz: 36254d75f879dd5f59e17ebd3db7ab90019a78eed1246dda96ce6abc87c6200a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 9ed85016c9d22098c8e853b236e85c8ab62ae9bf614bbfaaf66cd8c759b03df3ae8cdd143057c1489435f18c92925ba268c5588630adf669d70ba0067164d435
|
|
7
|
+
data.tar.gz: 1aab78a54a9674bbcf85e766650c913004e89ca077c96e4fd766a15bbab087f9a8d0269ef4e67ff3bd8de694ff396c3542dc3c9cc929a53c46ff9cc220457e11
|
data/Rakefile
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.0.
|
|
1
|
+
0.0.2
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: rails-informant
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Daniel López Prat
|
|
@@ -171,7 +171,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
171
171
|
- !ruby/object:Gem::Version
|
|
172
172
|
version: '0'
|
|
173
173
|
requirements: []
|
|
174
|
-
rubygems_version: 4.0.
|
|
174
|
+
rubygems_version: 4.0.3
|
|
175
175
|
specification_version: 4
|
|
176
176
|
summary: Self-hosted error monitoring for Rails with MCP server for agentic workflows
|
|
177
177
|
test_files: []
|