rails-informant 0.0.3 → 0.0.4
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/README.md +1 -1
- data/VERSION +1 -1
- data/lib/generators/rails_informant/install_generator.rb +4 -0
- metadata +2 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 16faeb72c06814dabbadb69db4a5489542d483ebd70187766c6eaf1539be8b6f
|
|
4
|
+
data.tar.gz: 40878d54751a518f12efeaf1f96d05ba4cf4ac39dc8c8b7156b78c8cb8221db6
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 13bb079ed6848afcadebf02f4001accd99c1b3e3b6cd4489be63feffadabbb0d13e649aee397d23b7937fe709c15e89527d6328fc88273d61618d7f161be4d00
|
|
7
|
+
data.tar.gz: 1ba54693801646a38a22a504a90bf287172ca18403100f54492d114adaea06e49b0c3ff098b834833c9e69f00ef17bf906eedb77eda95d17a82fab42ae3af46a
|
data/README.md
CHANGED
|
@@ -50,7 +50,7 @@ bin/rails generate rails_informant:install
|
|
|
50
50
|
bin/rails db:migrate
|
|
51
51
|
```
|
|
52
52
|
|
|
53
|
-
This creates a migration for `informant_error_groups` and `informant_occurrences` tables
|
|
53
|
+
This creates a migration for `informant_error_groups` and `informant_occurrences` tables, an initializer at `config/initializers/rails_informant.rb`, and mounts the engine at `/informant`.
|
|
54
54
|
|
|
55
55
|
Optional generators for AI agent integration:
|
|
56
56
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.0.
|
|
1
|
+
0.0.4
|
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.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Daniel López Prat
|
|
@@ -156,6 +156,7 @@ licenses:
|
|
|
156
156
|
- MIT
|
|
157
157
|
metadata:
|
|
158
158
|
bug_tracker_uri: https://github.com/6temes/rails-informant/issues
|
|
159
|
+
changelog_uri: https://github.com/6temes/rails-informant/releases
|
|
159
160
|
rubygems_mfa_required: 'true'
|
|
160
161
|
source_code_uri: https://github.com/6temes/rails-informant
|
|
161
162
|
rdoc_options: []
|