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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 39e98ad05cdaa6ead3d81003f273cfdea222889ee63be8ef6503c31b29cfe055
4
- data.tar.gz: 331b7c7e03b98ee862a21e41f33c05c97b25a12a45676ebb3a560f30c968b136
3
+ metadata.gz: 6e965004438aae664e6f6be5804b3acd7d323dd89f783ee2653cc5430cf61bf0
4
+ data.tar.gz: e3f025872529d46fcffa7125e9db3558865de3f845fa8420c33bd2fed99726e6
5
5
  SHA512:
6
- metadata.gz: 1cf2bb2295389d228b4718e9cb19bfa0699373ac65d3072f2bfe511557005e8128936269a6de657f959a3edd2001645574688e319a515c8eb1fb289c397f5cdd
7
- data.tar.gz: 8d68383d8af3a2b93ed050b7fe77bcb5b3a32fcd7a33573b4cfaeddc13ee495b7bdebb8eb8609cb77fe0b04bd6a05a249cfefb0a3f8313c11b2fcd51376530ef
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).
@@ -1,3 +1,3 @@
1
1
  module SnitchReporting
2
- VERSION = '1.0.0'
2
+ VERSION = '1.0.1'
3
3
  end
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.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.2.3
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.2.3
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 a middle man and provides an interface in order to
70
- interact and view the errors.
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: []