activeintegration 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 (2) hide show
  1. checksums.yaml +7 -0
  2. metadata +41 -0
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: 10e40f0cb7d658f3fc4db883c13e3501b00162537ad893b6270b0d793cd4a475
4
+ data.tar.gz: 374c737db6d879a2c679a817f9c395708a231c741542d6b47f10b7c458b34ac8
5
+ SHA512:
6
+ metadata.gz: ab62a20717d90a8ba1bc05df65afd5370fd4ce9ce734c7f1c89bcf4341b733c9d82a277ba64432094b860dab5f2f749dcf314f25e2b07e8d6fe81db95960bf5e
7
+ data.tar.gz: 4d23b1cd9a7ff4be26931e8f12af72106310461305ea8a552b7283f0ae881944455e7d86cdec04bfb1b1b6306dcda21323874f93549bc6c2bbf4902dcf547fbe
metadata ADDED
@@ -0,0 +1,41 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: activeintegration
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.1
5
+ platform: ruby
6
+ authors:
7
+ - Felipe Batista da Silva
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2023-02-20 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description:
14
+ email:
15
+ executables: []
16
+ extensions: []
17
+ extra_rdoc_files: []
18
+ files: []
19
+ homepage:
20
+ licenses: []
21
+ metadata: {}
22
+ post_install_message:
23
+ rdoc_options: []
24
+ require_paths:
25
+ - lib
26
+ required_ruby_version: !ruby/object:Gem::Requirement
27
+ requirements:
28
+ - - ">="
29
+ - !ruby/object:Gem::Version
30
+ version: 2.3.0
31
+ required_rubygems_version: !ruby/object:Gem::Requirement
32
+ requirements:
33
+ - - ">="
34
+ - !ruby/object:Gem::Version
35
+ version: '0'
36
+ requirements: []
37
+ rubygems_version: 3.3.7
38
+ signing_key:
39
+ specification_version: 4
40
+ summary: Build API SDKs that work using Rails-like syntax
41
+ test_files: []