integromat 0.1.0 → 1.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 +4 -4
- data/README.md +2 -2
- data/lib/integromat/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: c7ad4184abe5c76aea490e4d62411c859a97b519848a89ce63e800e423aaa82a
|
|
4
|
+
data.tar.gz: 69750e433e511291754d3170c262833ae9bc6c568adca9fa31a842409bd2178e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 7920126e7e4b0e9b1d1e1694d38344b668c3512b3727a343cd02eae36d58cab6b84ceae3d03653a065c9c27baa34d0f86996d7ef4e931304b536ff47695300f3
|
|
7
|
+
data.tar.gz: a347f8b32ae9ea262a3812af937e5613c143c36d6eb38dab5a1ef59a13666b1cff623165fbcb0c34765e78af3dd9e645c4d94bed3dfcf938153e61d2d32f7b5e
|
data/README.md
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
# Integromat (Make) Ruby
|
|
2
2
|
|
|
3
|
-
<span>[](https://rubygems.org/gems/integromat)</span> <span>
|
|
4
4
|
[](https://github.com/andrewdsilva/integromat-ruby)</span> <span>
|
|
5
5
|
</span> <span>
|
|
6
6
|
[](http://opensource.org/licenses/MIT)</span> <span>
|
|
7
|
-
</span>
|
|
8
8
|
|
|
9
9
|
Integromat is a powerful automation platform that enables you to connect and automate various applications and services. One of the key features of Integromat is the ability to utilize webhooks, which allow you to send data to Integromat over HTTP. Webhooks act as instant triggers, allowing you to execute scenarios immediately upon receiving a request at the webhook URL.
|
|
10
10
|
|
data/lib/integromat/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: integromat
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version:
|
|
4
|
+
version: 1.0.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Nathan Lopez
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2023-
|
|
11
|
+
date: 2023-07-22 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: faraday
|
|
@@ -82,7 +82,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
82
82
|
- !ruby/object:Gem::Version
|
|
83
83
|
version: '0'
|
|
84
84
|
requirements: []
|
|
85
|
-
rubygems_version: 3.
|
|
85
|
+
rubygems_version: 3.0.3.1
|
|
86
86
|
signing_key:
|
|
87
87
|
specification_version: 4
|
|
88
88
|
summary: A simple solution for integrating Integromat (Make) webhooks into your Ruby
|