evercatch 0.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.
Files changed (3) hide show
  1. checksums.yaml +7 -0
  2. data/lib/evercatch.rb +7 -0
  3. metadata +44 -0
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: 2f6a8d94d3e638ad8ef774008d20e9e2ec134d4172cfe453859e9f7568fecdf6
4
+ data.tar.gz: fffdc0368ba2c5442f9826e9e59fe4eaebdd7109ab0ef551a13f0e316c076b7c
5
+ SHA512:
6
+ metadata.gz: 9979a45b95db9585c78343014514077b52928dcdd3230036865137c49f0bafef729311bcd289d3d1c4286f17221e64d67d1c84d943b23674a6ec5fcb4e22a89c
7
+ data.tar.gz: cd95e7903f15abf8d881c472ff333a4bc0196bc097cf7b51f690b04e3142813d1e7e82cbc9cc83f04f2db196e93e7cb7eceec36a6c00b9f86174f3dbfc979530
data/lib/evercatch.rb ADDED
@@ -0,0 +1,7 @@
1
+ # Evercatch Ruby SDK
2
+ # Coming Soon - Q2 2026
3
+ # Visit https://evercatch.dev
4
+
5
+ module Evercatch
6
+ VERSION = "0.0.1"
7
+ end
metadata ADDED
@@ -0,0 +1,44 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: evercatch
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.1
5
+ platform: ruby
6
+ authors:
7
+ - Evercatch
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2026-02-19 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: Official Ruby SDK for Evercatch webhook platform
14
+ email: support@evercatch.dev
15
+ executables: []
16
+ extensions: []
17
+ extra_rdoc_files: []
18
+ files:
19
+ - lib/evercatch.rb
20
+ homepage: https://git.psmattas.com/evercatch/evercatch-ruby
21
+ licenses:
22
+ - MIT
23
+ metadata:
24
+ source_code_uri: https://git.psmattas.com/evercatch/evercatch-ruby
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: '0'
34
+ required_rubygems_version: !ruby/object:Gem::Requirement
35
+ requirements:
36
+ - - ">="
37
+ - !ruby/object:Gem::Version
38
+ version: '0'
39
+ requirements: []
40
+ rubygems_version: 3.4.20
41
+ signing_key:
42
+ specification_version: 4
43
+ summary: Evercatch SDK for Ruby (Coming Soon)
44
+ test_files: []