errordeck 0.1.0

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.
metadata ADDED
@@ -0,0 +1,79 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: errordeck
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.1.0
5
+ platform: ruby
6
+ authors:
7
+ - Håkan Nylén
8
+ autorequire:
9
+ bindir: exe
10
+ cert_chain: []
11
+ date: 2023-03-18 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description:
14
+ email:
15
+ - hakan@dun.se
16
+ executables: []
17
+ extensions: []
18
+ extra_rdoc_files: []
19
+ files:
20
+ - ".rspec"
21
+ - ".rubocop.yml"
22
+ - CHANGELOG.md
23
+ - CODE_OF_CONDUCT.md
24
+ - Gemfile
25
+ - Gemfile.lock
26
+ - LICENSE.txt
27
+ - README.md
28
+ - Rakefile
29
+ - bin/console
30
+ - bin/setup
31
+ - errordeck-ruby.gemspec
32
+ - lib/errordeck.rb
33
+ - lib/errordeck/configuration.rb
34
+ - lib/errordeck/errordeck/backtrace.rb
35
+ - lib/errordeck/errordeck/context.rb
36
+ - lib/errordeck/errordeck/issue/event.rb
37
+ - lib/errordeck/errordeck/issue/exception.rb
38
+ - lib/errordeck/errordeck/issue/request.rb
39
+ - lib/errordeck/errordeck/issue/stacktrace.rb
40
+ - lib/errordeck/middleware/rack.rb
41
+ - lib/errordeck/middleware/rails.rb
42
+ - lib/errordeck/plugin_require.rb
43
+ - lib/errordeck/request_handler.rb
44
+ - lib/errordeck/scrubber/base.rb
45
+ - lib/errordeck/scrubber/cookie.rb
46
+ - lib/errordeck/scrubber/header.rb
47
+ - lib/errordeck/scrubber/query_param.rb
48
+ - lib/errordeck/scrubber/scrubber.rb
49
+ - lib/errordeck/scrubber/url.rb
50
+ - lib/errordeck/version.rb
51
+ - lib/errordeck/wrapper.rb
52
+ homepage: https://www.errordeck.com
53
+ licenses:
54
+ - MIT
55
+ metadata:
56
+ homepage_uri: https://www.errordeck.com
57
+ source_code_uri: https://www.github.com/errordeck/errordeck-ruby
58
+ changelog_uri: https://www.github.com/errordeck/errordeck-ruby/blob/main/changelog.md
59
+ rubygems_mfa_required: 'true'
60
+ post_install_message:
61
+ rdoc_options: []
62
+ require_paths:
63
+ - lib
64
+ required_ruby_version: !ruby/object:Gem::Requirement
65
+ requirements:
66
+ - - ">="
67
+ - !ruby/object:Gem::Version
68
+ version: 2.7.0
69
+ required_rubygems_version: !ruby/object:Gem::Requirement
70
+ requirements:
71
+ - - ">="
72
+ - !ruby/object:Gem::Version
73
+ version: '0'
74
+ requirements: []
75
+ rubygems_version: 3.1.2
76
+ signing_key:
77
+ specification_version: 4
78
+ summary: An errordeck client for ruby
79
+ test_files: []