incident-io 0.0.0.pre.alpha

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. checksums.yaml +7 -0
  2. data/README.md +3 -0
  3. metadata +44 -0
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: 86f00d7548e819bd98c397ff6db9798b0ee80086dabe4a3af634d8cd278c118d
4
+ data.tar.gz: 8996f92e6d8e2ce09ca347a3df59064c62084dd8b743ab7ee130b3f9045fe501
5
+ SHA512:
6
+ metadata.gz: fa98abedeeb4077d46188093e71350edfdebf423611b336b1caec9f6bf9e71c50b9455daad6510cc5fe8a9b2bf3be63111594ba87db71648237a3d8d71115aeb
7
+ data.tar.gz: 0fe2d9527323947af742c9cd2f7a186b77008e6283e30b19070f48e46c6398db6b2f28b8311d2c18e944e8460ec195fc7b9e3abd4dc29b2ee929f35a9fe360c4
data/README.md ADDED
@@ -0,0 +1,3 @@
1
+ # incident-io
2
+
3
+ A Ruby client for the incident.io API.
metadata ADDED
@@ -0,0 +1,44 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: incident-io
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.0.pre.alpha
5
+ platform: ruby
6
+ authors:
7
+ - Sasha Gerrand
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2024-05-22 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: This is the Ruby API client for the incident.io API.
14
+ email:
15
+ - incident-io+rubygems@sgerrand.dev
16
+ executables: []
17
+ extensions: []
18
+ extra_rdoc_files: []
19
+ files:
20
+ - README.md
21
+ homepage: https://github.com/sgerrand/incident-io
22
+ licenses:
23
+ - MIT
24
+ metadata: {}
25
+ post_install_message:
26
+ rdoc_options: []
27
+ require_paths:
28
+ - lib
29
+ required_ruby_version: !ruby/object:Gem::Requirement
30
+ requirements:
31
+ - - ">="
32
+ - !ruby/object:Gem::Version
33
+ version: '1.9'
34
+ required_rubygems_version: !ruby/object:Gem::Requirement
35
+ requirements:
36
+ - - ">"
37
+ - !ruby/object:Gem::Version
38
+ version: 1.3.1
39
+ requirements: []
40
+ rubygems_version: 3.4.10
41
+ signing_key:
42
+ specification_version: 4
43
+ summary: incident.io Ruby API client
44
+ test_files: []