error_tracking_open_api 0.0.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.
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: 98ceaeeec944d32976effaf20cfda2624b84ff3e53566d119b804aaa120ec011
4
+ data.tar.gz: 8052a1262d1183f79e675f087b0522cef3784bcdedd3c9b4ffc34cc8db8594fd
5
+ SHA512:
6
+ metadata.gz: ff16a689e0848768ac7cc15937d92ad952b2985171fd45ccb9d035f75914d970153ed17daf42161c0dc749a133c871eb670ecbeb8b3e68136cbc4b1781f33fb7
7
+ data.tar.gz: 1164945ce8e4a718644aa2f9fc5b0cbedc65c064e52fb24219d210499c7556098a8aa5c441d2e1e49bff70d4f187eb83859a0a7c3f3fda597f23472ed84746eb
@@ -0,0 +1,5 @@
1
+ # frozen_string_literal: true
2
+
3
+ module ErrorTrackingOpenApi
4
+ VERSION = "0.0.0"
5
+ end
@@ -0,0 +1,9 @@
1
+ # frozen_string_literal: true
2
+
3
+ require_relative "error_tracking_open_api/version"
4
+
5
+ module ErrorTrackingOpenApi
6
+ class Error < StandardError; end
7
+ end
8
+
9
+ raise "Reserved for GitLab"
metadata ADDED
@@ -0,0 +1,65 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: error_tracking_open_api
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.0
5
+ platform: ruby
6
+ authors:
7
+ - OpenAPI-Generator
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2023-08-03 00:00:00.000000000 Z
12
+ dependencies:
13
+ - !ruby/object:Gem::Dependency
14
+ name: typhoeus
15
+ requirement: !ruby/object:Gem::Requirement
16
+ requirements:
17
+ - - "~>"
18
+ - !ruby/object:Gem::Version
19
+ version: '1.0'
20
+ - - ">="
21
+ - !ruby/object:Gem::Version
22
+ version: 1.0.1
23
+ type: :runtime
24
+ prerelease: false
25
+ version_requirements: !ruby/object:Gem::Requirement
26
+ requirements:
27
+ - - "~>"
28
+ - !ruby/object:Gem::Version
29
+ version: '1.0'
30
+ - - ">="
31
+ - !ruby/object:Gem::Version
32
+ version: 1.0.1
33
+ description: This schema describes the API endpoints for the error tracking feature
34
+ email:
35
+ - ''
36
+ executables: []
37
+ extensions: []
38
+ extra_rdoc_files: []
39
+ files:
40
+ - lib/error_tracking_open_api.rb
41
+ - lib/error_tracking_open_api/version.rb
42
+ homepage: https://openapi-generator.tech
43
+ licenses:
44
+ - MIT
45
+ metadata: {}
46
+ post_install_message:
47
+ rdoc_options: []
48
+ require_paths:
49
+ - lib
50
+ required_ruby_version: !ruby/object:Gem::Requirement
51
+ requirements:
52
+ - - ">="
53
+ - !ruby/object:Gem::Version
54
+ version: '2.4'
55
+ required_rubygems_version: !ruby/object:Gem::Requirement
56
+ requirements:
57
+ - - ">="
58
+ - !ruby/object:Gem::Version
59
+ version: '0'
60
+ requirements: []
61
+ rubygems_version: 3.1.6
62
+ signing_key:
63
+ specification_version: 4
64
+ summary: Error Tracking REST API Ruby Gem
65
+ test_files: []