intrinsic-sdk 0.0.3

Sign up to get free protection for your applications and to get access to all the features.
metadata ADDED
@@ -0,0 +1,148 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: intrinsic-sdk
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.3
5
+ platform: ruby
6
+ authors:
7
+ - ''
8
+ autorequire:
9
+ bindir: exe
10
+ cert_chain: []
11
+ date: 2024-02-24 00:00:00.000000000 Z
12
+ dependencies:
13
+ - !ruby/object:Gem::Dependency
14
+ name: async-http-faraday
15
+ requirement: !ruby/object:Gem::Requirement
16
+ requirements:
17
+ - - ">="
18
+ - !ruby/object:Gem::Version
19
+ version: '0.0'
20
+ - - "<"
21
+ - !ruby/object:Gem::Version
22
+ version: '1.0'
23
+ type: :runtime
24
+ prerelease: false
25
+ version_requirements: !ruby/object:Gem::Requirement
26
+ requirements:
27
+ - - ">="
28
+ - !ruby/object:Gem::Version
29
+ version: '0.0'
30
+ - - "<"
31
+ - !ruby/object:Gem::Version
32
+ version: '1.0'
33
+ - !ruby/object:Gem::Dependency
34
+ name: faraday
35
+ requirement: !ruby/object:Gem::Requirement
36
+ requirements:
37
+ - - ">="
38
+ - !ruby/object:Gem::Version
39
+ version: '1.10'
40
+ - - "<"
41
+ - !ruby/object:Gem::Version
42
+ version: '3.0'
43
+ type: :runtime
44
+ prerelease: false
45
+ version_requirements: !ruby/object:Gem::Requirement
46
+ requirements:
47
+ - - ">="
48
+ - !ruby/object:Gem::Version
49
+ version: '1.10'
50
+ - - "<"
51
+ - !ruby/object:Gem::Version
52
+ version: '3.0'
53
+ - !ruby/object:Gem::Dependency
54
+ name: faraday-net_http
55
+ requirement: !ruby/object:Gem::Requirement
56
+ requirements:
57
+ - - ">="
58
+ - !ruby/object:Gem::Version
59
+ version: '1.0'
60
+ - - "<"
61
+ - !ruby/object:Gem::Version
62
+ version: '4.0'
63
+ type: :runtime
64
+ prerelease: false
65
+ version_requirements: !ruby/object:Gem::Requirement
66
+ requirements:
67
+ - - ">="
68
+ - !ruby/object:Gem::Version
69
+ version: '1.0'
70
+ - - "<"
71
+ - !ruby/object:Gem::Version
72
+ version: '4.0'
73
+ - !ruby/object:Gem::Dependency
74
+ name: faraday-retry
75
+ requirement: !ruby/object:Gem::Requirement
76
+ requirements:
77
+ - - ">="
78
+ - !ruby/object:Gem::Version
79
+ version: '1.0'
80
+ - - "<"
81
+ - !ruby/object:Gem::Version
82
+ version: '3.0'
83
+ type: :runtime
84
+ prerelease: false
85
+ version_requirements: !ruby/object:Gem::Requirement
86
+ requirements:
87
+ - - ">="
88
+ - !ruby/object:Gem::Version
89
+ version: '1.0'
90
+ - - "<"
91
+ - !ruby/object:Gem::Version
92
+ version: '3.0'
93
+ description: ''
94
+ email: ''
95
+ executables: []
96
+ extensions: []
97
+ extra_rdoc_files: []
98
+ files:
99
+ - lib/environment.rb
100
+ - lib/gemconfig.rb
101
+ - lib/intrinsic.rb
102
+ - lib/intrinsic/detections/client.rb
103
+ - lib/intrinsic/event_types/client.rb
104
+ - lib/intrinsic/events/client.rb
105
+ - lib/intrinsic/types/create_event_async_request.rb
106
+ - lib/intrinsic/types/create_event_async_response.rb
107
+ - lib/intrinsic/types/create_event_sync_request.rb
108
+ - lib/intrinsic/types/create_event_sync_response.rb
109
+ - lib/intrinsic/types/detection_object.rb
110
+ - lib/intrinsic/types/detection_object_status.rb
111
+ - lib/intrinsic/types/error_schema.rb
112
+ - lib/intrinsic/types/error_schema_error.rb
113
+ - lib/intrinsic/types/error_schema_error_code.rb
114
+ - lib/intrinsic/types/error_schema_error_type.rb
115
+ - lib/intrinsic/types/event_type_field.rb
116
+ - lib/intrinsic/types/event_type_field_type.rb
117
+ - lib/intrinsic/types/event_type_object.rb
118
+ - lib/intrinsic/types/fired_rule_object.rb
119
+ - lib/intrinsic/types/list_event_types_response.rb
120
+ - lib/intrinsic/types/violated_policy_object.rb
121
+ - lib/requests.rb
122
+ - lib/types_export.rb
123
+ homepage: https://github.com/fern-demo/intrinsic-ruby
124
+ licenses: []
125
+ metadata:
126
+ homepage_uri: https://github.com/fern-demo/intrinsic-ruby
127
+ source_code_uri: https://github.com/fern-demo/intrinsic-ruby
128
+ changelog_uri: https://github.com/fern-demo/intrinsic-ruby/blob/master/CHANGELOG.md
129
+ post_install_message:
130
+ rdoc_options: []
131
+ require_paths:
132
+ - lib
133
+ required_ruby_version: !ruby/object:Gem::Requirement
134
+ requirements:
135
+ - - ">="
136
+ - !ruby/object:Gem::Version
137
+ version: 2.7.0
138
+ required_rubygems_version: !ruby/object:Gem::Requirement
139
+ requirements:
140
+ - - ">="
141
+ - !ruby/object:Gem::Version
142
+ version: '0'
143
+ requirements: []
144
+ rubygems_version: 3.5.6
145
+ signing_key:
146
+ specification_version: 4
147
+ summary: ''
148
+ test_files: []