scanii-ruby 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/README.md +5 -0
  3. metadata +47 -0
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: a216ea149bec56b29bd6b1a9337b07c31084a9387aaf74be336b6e0c08a53145
4
+ data.tar.gz: 24b8201eb8ed2cf9596ab5ca94850107f908b2268dc59edc6dc0f9c78d099db3
5
+ SHA512:
6
+ metadata.gz: b4e5e75b11d1989195d0d46399ad9e906883bb06bba7b8040cc32931b8cfee9347a3bcac01e571671bcb619a97f5be368b9bf41855ad837053b789468a3a96b8
7
+ data.tar.gz: d8df27af608f542892c73a4b2a93de77a3032e4d5f1f0a3e978df73164185caac083290bea6b0f6a8102b7847810ce36eb3b565d80ec2c558b9b95312626f127
data/README.md ADDED
@@ -0,0 +1,5 @@
1
+ # scanii-ruby (placeholder)
2
+
3
+ The official Scanii Ruby SDK is being released as `scanii-ruby` v1.0.0 shortly.
4
+
5
+ In the meantime, see [scanii.com](https://scanii.com) and [github.com/scanii/scanii-ruby](https://github.com/scanii/scanii-ruby).
metadata ADDED
@@ -0,0 +1,47 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: scanii-ruby
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.1
5
+ platform: ruby
6
+ authors:
7
+ - Scanii
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2026-04-28 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: Placeholder release. See https://github.com/scanii/scanii-ruby for the
14
+ upcoming v1.0.0.
15
+ email:
16
+ executables: []
17
+ extensions: []
18
+ extra_rdoc_files: []
19
+ files:
20
+ - README.md
21
+ homepage: https://github.com/scanii/scanii-ruby
22
+ licenses:
23
+ - Apache-2.0
24
+ metadata:
25
+ homepage_uri: https://scanii.com
26
+ source_code_uri: https://github.com/scanii/scanii-ruby
27
+ post_install_message:
28
+ rdoc_options: []
29
+ require_paths:
30
+ - lib
31
+ required_ruby_version: !ruby/object:Gem::Requirement
32
+ requirements:
33
+ - - ">="
34
+ - !ruby/object:Gem::Version
35
+ version: 3.4.0
36
+ required_rubygems_version: !ruby/object:Gem::Requirement
37
+ requirements:
38
+ - - ">="
39
+ - !ruby/object:Gem::Version
40
+ version: '0'
41
+ requirements: []
42
+ rubygems_version: 3.0.3.1
43
+ signing_key:
44
+ specification_version: 4
45
+ summary: Placeholder. The official Scanii Ruby SDK is releasing as scanii-ruby v1.0.0
46
+ — coming soon.
47
+ test_files: []