kwatch 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/kwatch.rb +0 -0
  3. metadata +46 -0
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: 5e9286f2c19ed7f54856c35915063b22d628a8d3037645e2fc33ac0ac8ade89a
4
+ data.tar.gz: 12e977eba22b82290b90c74b792b31c868dc9bea20f9d0e969b03b39e2b64fbb
5
+ SHA512:
6
+ metadata.gz: 12281df1a1a292477e64ae42d1ba30f63517d9d95187afbc86014b92e350fe829a143ddda9808158535d2ca3cde7cd31d4c6b05a1999e1e13f8e3ed0607c9b63
7
+ data.tar.gz: 615d66452a88c0d7ae6f6fd37c9c7ca2a2ee973d175e78941137290b8e9ce9081a2be845c404f10a1cccf79bce261822572eced3dbc3f2ef95ecc5f5ef79df2c
data/lib/kwatch.rb ADDED
File without changes
metadata ADDED
@@ -0,0 +1,46 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: kwatch
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.1
5
+ platform: ruby
6
+ authors:
7
+ - Arthur Delerue
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2024-02-08 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: 'KWatch.io allows you to receive instants alerts when specific keywords
14
+ appear on social media like Reddit, Twitter, and Hacker News. This package allows
15
+ you to interact with the KWatch.io webhooks.\n\nPlatform: https://kwatch.io'
16
+ email: arthur@kwatch.io
17
+ executables: []
18
+ extensions: []
19
+ extra_rdoc_files: []
20
+ files:
21
+ - lib/kwatch.rb
22
+ homepage: https://kwatch.io
23
+ licenses:
24
+ - MIT
25
+ metadata:
26
+ homepage_uri: https://nlpcloud.com
27
+ post_install_message:
28
+ rdoc_options: []
29
+ require_paths:
30
+ - lib
31
+ required_ruby_version: !ruby/object:Gem::Requirement
32
+ requirements:
33
+ - - ">="
34
+ - !ruby/object:Gem::Version
35
+ version: '0'
36
+ required_rubygems_version: !ruby/object:Gem::Requirement
37
+ requirements:
38
+ - - ">="
39
+ - !ruby/object:Gem::Version
40
+ version: '0'
41
+ requirements: []
42
+ rubygems_version: 3.0.3.1
43
+ signing_key:
44
+ specification_version: 4
45
+ summary: Ruby client for the KWatch.io webhooks
46
+ test_files: []