snitch_reporting 1.0.0 → 1.0.1
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 +4 -4
- data/lib/snitch_reporting/version.rb +1 -1
- metadata +7 -7
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 6e965004438aae664e6f6be5804b3acd7d323dd89f783ee2653cc5430cf61bf0
|
|
4
|
+
data.tar.gz: e3f025872529d46fcffa7125e9db3558865de3f845fa8420c33bd2fed99726e6
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 77d1632dd5b318b2528453a3b61ad6a245f193a4e86f96c55f976d1221508b1540c3619e3520d720846ed53a22b9601bc02bd586762574fb6a6a42c77f8e4ae7
|
|
7
|
+
data.tar.gz: 17bc5ca841a7e858a6e2149160d8ceb83c5c3fa07b5406716063a9f828c88c050e118f3e1a7dc25d1893a4fdfad0b55483e1eccc7cf1e1ee167f7524c266cfbb
|
data/README.md
CHANGED
|
@@ -39,10 +39,10 @@ Rails.application.config.middleware.use SnitchReporting::Rack, ->(occurrence) {
|
|
|
39
39
|
Lots of things to do, and would love some PRs! Feel free to pull the code down and submit a PR with some changes.
|
|
40
40
|
A few things I'd like to do:
|
|
41
41
|
|
|
42
|
-
[] Track/display how many unique users are affected by the error
|
|
43
|
-
[] Visually graph history of the error
|
|
44
|
-
[] Add commenting capabilities
|
|
45
|
-
[] Track history of changes, whether they be marking as resolved, commenting, etc.
|
|
42
|
+
- [] Track/display how many unique users are affected by the error
|
|
43
|
+
- [] Visually graph history of the error
|
|
44
|
+
- [] Add commenting capabilities
|
|
45
|
+
- [] Track history of changes, whether they be marking as resolved, commenting, etc.
|
|
46
46
|
|
|
47
47
|
## License
|
|
48
48
|
The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: snitch_reporting
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Rocco Nicholls
|
|
@@ -14,16 +14,16 @@ dependencies:
|
|
|
14
14
|
name: rails
|
|
15
15
|
requirement: !ruby/object:Gem::Requirement
|
|
16
16
|
requirements:
|
|
17
|
-
- - "
|
|
17
|
+
- - ">="
|
|
18
18
|
- !ruby/object:Gem::Version
|
|
19
|
-
version: 5.
|
|
19
|
+
version: 5.0.0
|
|
20
20
|
type: :runtime
|
|
21
21
|
prerelease: false
|
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
|
23
23
|
requirements:
|
|
24
|
-
- - "
|
|
24
|
+
- - ">="
|
|
25
25
|
- !ruby/object:Gem::Version
|
|
26
|
-
version: 5.
|
|
26
|
+
version: 5.0.0
|
|
27
27
|
- !ruby/object:Gem::Dependency
|
|
28
28
|
name: kaminari
|
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -66,8 +66,8 @@ dependencies:
|
|
|
66
66
|
- - ">="
|
|
67
67
|
- !ruby/object:Gem::Version
|
|
68
68
|
version: '0'
|
|
69
|
-
description: Tracks errors using
|
|
70
|
-
|
|
69
|
+
description: Tracks errors using middleware and provides an interface in order to
|
|
70
|
+
view and track the errors.
|
|
71
71
|
email:
|
|
72
72
|
- support@ardesian.com
|
|
73
73
|
executables: []
|