cakemail 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/cakemail.rb +3 -0
  3. metadata +43 -0
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: e89dedbc75c65a24ba2219375f104c4f0be06ed5e39ad16296670196efb1fb99
4
+ data.tar.gz: 2ba01ac2f6c2b41592b2d5b22071911172986c85fc5f1ea080df68a44c1d76d1
5
+ SHA512:
6
+ metadata.gz: 60c9495a087a3a075eb1f4421a6a70e5ac80d63220c7e915a283f824df0dca442b2a4849d3e7068be1d5b38a9060696e666f16484e9ecc49b4b851acd2d73e11
7
+ data.tar.gz: cdca97455c5c86ca025526e9263c1ea1596d17e5c843f5e2c17b1bd282a906b96ebe2827b5953dad9f4c38e69cc20108882179317fe8372177cba110b8ee4c74
data/lib/cakemail.rb ADDED
@@ -0,0 +1,3 @@
1
+ class Cakemail
2
+ VERSION = '0.0.1'
3
+ end
metadata ADDED
@@ -0,0 +1,43 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: cakemail
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.1
5
+ platform: ruby
6
+ authors:
7
+ - Pedro Padron
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2022-02-15 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: This gem is still a work-in-progress.
14
+ email: pedro@cakemail.com
15
+ executables: []
16
+ extensions: []
17
+ extra_rdoc_files: []
18
+ files:
19
+ - lib/cakemail.rb
20
+ homepage: https://cakemail.dev
21
+ licenses:
22
+ - MIT
23
+ metadata: {}
24
+ post_install_message:
25
+ rdoc_options: []
26
+ require_paths:
27
+ - lib
28
+ required_ruby_version: !ruby/object:Gem::Requirement
29
+ requirements:
30
+ - - ">="
31
+ - !ruby/object:Gem::Version
32
+ version: '0'
33
+ required_rubygems_version: !ruby/object:Gem::Requirement
34
+ requirements:
35
+ - - ">="
36
+ - !ruby/object:Gem::Version
37
+ version: '0'
38
+ requirements: []
39
+ rubygems_version: 3.2.3
40
+ signing_key:
41
+ specification_version: 4
42
+ summary: Ruby client to Cakemail's Next-gen API.
43
+ test_files: []