millionsend 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 (5) hide show
  1. checksums.yaml +7 -0
  2. data/LICENSE +21 -0
  3. data/README.md +7 -0
  4. data/lib/millionsend.rb +6 -0
  5. metadata +49 -0
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: e7ba9ebe734ecd28255800fe99c06057c9eb51813801476000d730faf4a12791
4
+ data.tar.gz: 80b148cd3a5c73af573710ef4ceeb24f16e722f12b2ebe749661954916cbbf95
5
+ SHA512:
6
+ metadata.gz: 92f383b23f1c403b0cdb74d8325c7674e8e75ae82aa896cac1dded64a1eccc77e1e30d605096d3b186aa0c88c672c4cfd50ef947961c0dac98113d44acb701fc
7
+ data.tar.gz: 2274331c2c7bae47e1b7e8d574037367eb098d7b4876463966e61124c0a4f0ce5a4b9156bab3e88b1e0f50ab5f84ea415f37ba7e5d93fc5f2b1e969b538b8e77
data/LICENSE ADDED
@@ -0,0 +1,21 @@
1
+ MIT License
2
+
3
+ Copyright (c) 2026 MillionSend
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
data/README.md ADDED
@@ -0,0 +1,7 @@
1
+ # millionsend
2
+
3
+ Official Ruby SDK for [MillionSend](https://github.com/MillionSend) — the open-source,
4
+ self-hostable email platform.
5
+
6
+ **Status: under active development.** This release reserves the gem name; the first working
7
+ SDK will land here.
@@ -0,0 +1,6 @@
1
+ # MillionSend Ruby SDK — under active development.
2
+ # This placeholder release reserves the gem name.
3
+ # Follow https://github.com/MillionSend for the first working release.
4
+ module MillionSend
5
+ VERSION = "0.0.1"
6
+ end
metadata ADDED
@@ -0,0 +1,49 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: millionsend
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.1
5
+ platform: ruby
6
+ authors:
7
+ - MillionSend
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2026-08-13 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: Official Ruby SDK for MillionSend, the open-source, self-hostable email
14
+ platform. This placeholder release reserves the gem name; follow https://github.com/MillionSend
15
+ for the first working release.
16
+ email:
17
+ executables: []
18
+ extensions: []
19
+ extra_rdoc_files: []
20
+ files:
21
+ - LICENSE
22
+ - README.md
23
+ - lib/millionsend.rb
24
+ homepage: https://github.com/MillionSend/millionsend-ruby
25
+ licenses:
26
+ - MIT
27
+ metadata:
28
+ source_code_uri: https://github.com/MillionSend/millionsend-ruby
29
+ post_install_message:
30
+ rdoc_options: []
31
+ require_paths:
32
+ - lib
33
+ required_ruby_version: !ruby/object:Gem::Requirement
34
+ requirements:
35
+ - - ">="
36
+ - !ruby/object:Gem::Version
37
+ version: '3.0'
38
+ required_rubygems_version: !ruby/object:Gem::Requirement
39
+ requirements:
40
+ - - ">="
41
+ - !ruby/object:Gem::Version
42
+ version: '0'
43
+ requirements: []
44
+ rubygems_version: 3.0.3.1
45
+ signing_key:
46
+ specification_version: 4
47
+ summary: Official Ruby SDK for MillionSend — the open-source email platform. Under
48
+ active development.
49
+ test_files: []