integromat 0.1.0 → 1.0.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: e0ca9bab3704f514b3c816a6cc35028464cda5bb8507d57a7712c7c1ea7ba13e
4
- data.tar.gz: 64d6dd910bc9af12ccc9008206e8616a820a8e29a0de1d4af6591a6ea8df074a
3
+ metadata.gz: c7ad4184abe5c76aea490e4d62411c859a97b519848a89ce63e800e423aaa82a
4
+ data.tar.gz: 69750e433e511291754d3170c262833ae9bc6c568adca9fa31a842409bd2178e
5
5
  SHA512:
6
- metadata.gz: 8f02bc00aa7f294f029ad97637d01c9572e40443c10db403c52351a668bac7bb566c2eae8279b8703c8218a07a0dbf1201257e94472190b0b6743d6346c850bf
7
- data.tar.gz: 348d398cb82ef41e15db7fcba68b46f4f3ca94029fe89c025c8e74e7a98493ef14f73994f95ce4cbadd887daecce44e720356c31247e51b235b99bf77641e33e
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>[![Gem Version](https://img.shields.io/gem/v/integromat-ruby.svg?label=integromat-ruby&colorA=D30001&colorB=DF3B3C)](https://rubygems.org/gems/integromat-ruby)</span> <span>
3
+ <span>[![Gem Version](https://img.shields.io/gem/v/integromat.svg?label=integromat&colorA=D30001&colorB=DF3B3C)](https://rubygems.org/gems/integromat)</span> <span>
4
4
  [![ruby](https://img.shields.io/badge/ruby-2.6+%20*-ruby.svg?colorA=D30001&colorB=DF3B3C)](https://github.com/andrewdsilva/integromat-ruby)</span> <span>
5
5
  ![Rubocop Status](https://img.shields.io/badge/rubocop-passing-rubocop.svg?colorA=1f7a1f&colorB=2aa22a)</span> <span>
6
6
  [![MIT license](https://img.shields.io/badge/license-MIT-mit.svg?colorA=1f7a1f&colorB=2aa22a)](http://opensource.org/licenses/MIT)</span> <span>
7
- ![Downloads](https://img.shields.io/gem/dt/integromat-ruby.svg?colorA=004d99&colorB=0073e6)</span>
7
+ ![Downloads](https://img.shields.io/gem/dt/integromat.svg?colorA=004d99&colorB=0073e6)</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
 
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Integromat
4
- VERSION = "0.1.0"
4
+ VERSION = "1.0.0"
5
5
  end
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: 0.1.0
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-06-25 00:00:00.000000000 Z
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.4.14
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