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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: a8963a13cff5ee72126174ebf8f832b106cc8c9a682d69c75e62d6c89cb4754f
4
- data.tar.gz: efb93716e26b3f8bf1d6463f64aec7a7222319a536b2f93c8f9de4e87aba12e1
3
+ metadata.gz: 16faeb72c06814dabbadb69db4a5489542d483ebd70187766c6eaf1539be8b6f
4
+ data.tar.gz: 40878d54751a518f12efeaf1f96d05ba4cf4ac39dc8c8b7156b78c8cb8221db6
5
5
  SHA512:
6
- metadata.gz: 265a42b6d7e33c1e5e1b35a10d2b7eecd9be5c6640c0fbef8e2cf1abbf8e70e01149528df1414e0692800be72f10a8f62df410f37c149a6bcc01497b7337a1c4
7
- data.tar.gz: 9fb6199b7823ce1d8b8b0ea45ce952b56c5a79210b0ae7e407448e6d27bf3b5ba479184981da796782f28515d23f68b0d62e61800d900f48635347af75dc43ff
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 and an initializer at `config/initializers/rails_informant.rb`.
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.3
1
+ 0.0.4
@@ -16,5 +16,9 @@ module RailsInformant
16
16
  template "initializer.rb.erb",
17
17
  "config/initializers/rails_informant.rb"
18
18
  end
19
+
20
+ def mount_engine
21
+ route "mount RailsInformant::Engine => '/informant'"
22
+ end
19
23
  end
20
24
  end
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.3
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: []