unitpost 0.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 +7 -0
- data/README.md +4 -0
- data/lib/unitpost/version.rb +3 -0
- data/lib/unitpost.rb +6 -0
- metadata +47 -0
checksums.yaml
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
---
|
|
2
|
+
SHA256:
|
|
3
|
+
metadata.gz: 258d8d544bae08baa517a8699aa32fd9cdb3edf2d6625b8c3e2da0607e3dd3dc
|
|
4
|
+
data.tar.gz: 0e6549783185c6b4ddba87aa75d607763538d2533dc4e441a808b34686af77fc
|
|
5
|
+
SHA512:
|
|
6
|
+
metadata.gz: 9f0ed12282ee80f55a36327a56afebe22aa4cb49fe5fc61b8519fb90046c17f1a252d8bf2bfa6861452ea9f010930e471e2ddb292367ea7a7ab259ebc5d35237
|
|
7
|
+
data.tar.gz: e74e10b17e8805170b810e16c3a2e1d158b6371898735cc20ee6844628d34e60069c1ec48fce401718445cf70a9428d48db5541bf90d6e6de85617cb711574c2
|
data/README.md
ADDED
data/lib/unitpost.rb
ADDED
metadata
ADDED
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
|
2
|
+
name: unitpost
|
|
3
|
+
version: !ruby/object:Gem::Version
|
|
4
|
+
version: 0.0.0
|
|
5
|
+
platform: ruby
|
|
6
|
+
authors:
|
|
7
|
+
- Unitpost
|
|
8
|
+
autorequire:
|
|
9
|
+
bindir: bin
|
|
10
|
+
cert_chain: []
|
|
11
|
+
date: 2026-06-26 00:00:00.000000000 Z
|
|
12
|
+
dependencies: []
|
|
13
|
+
description: Intentionally empty placeholder. The official Unitpost Ruby SDK will
|
|
14
|
+
be published under this name.
|
|
15
|
+
email:
|
|
16
|
+
executables: []
|
|
17
|
+
extensions: []
|
|
18
|
+
extra_rdoc_files: []
|
|
19
|
+
files:
|
|
20
|
+
- README.md
|
|
21
|
+
- lib/unitpost.rb
|
|
22
|
+
- lib/unitpost/version.rb
|
|
23
|
+
homepage: https://unitpost.com
|
|
24
|
+
licenses:
|
|
25
|
+
- MIT
|
|
26
|
+
metadata:
|
|
27
|
+
homepage_uri: https://unitpost.com
|
|
28
|
+
post_install_message:
|
|
29
|
+
rdoc_options: []
|
|
30
|
+
require_paths:
|
|
31
|
+
- lib
|
|
32
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
|
33
|
+
requirements:
|
|
34
|
+
- - ">="
|
|
35
|
+
- !ruby/object:Gem::Version
|
|
36
|
+
version: '2.7'
|
|
37
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
38
|
+
requirements:
|
|
39
|
+
- - ">="
|
|
40
|
+
- !ruby/object:Gem::Version
|
|
41
|
+
version: '0'
|
|
42
|
+
requirements: []
|
|
43
|
+
rubygems_version: 3.0.3.1
|
|
44
|
+
signing_key:
|
|
45
|
+
specification_version: 4
|
|
46
|
+
summary: Name reserved for Unitpost. Official Ruby SDK will be published here.
|
|
47
|
+
test_files: []
|