ioqwerty 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 (4) hide show
  1. checksums.yaml +7 -0
  2. data/README.md +3 -0
  3. data/lib/ioqwerty.rb +5 -0
  4. metadata +44 -0
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: a2958526a288c92cc30c84804ca90138e03b7de22548cf83feca2bc165d44f32
4
+ data.tar.gz: 0d22c1ee8c0e09c0d74b501e27de62c7dce2226a025a4e652aa0df8a649ca05c
5
+ SHA512:
6
+ metadata.gz: f8da16ca1dc453c7f29d88671219d9c5d1cbf326ea64f2709cbcdbe3cce88a93ffe118471a08de71eb90f4e9ba1b2139af8f3fef9dfae4e3136c9a8e2e233878
7
+ data.tar.gz: a3ce9aef057c24079c2283660665c46d8a796fde9f10b0ef419acddb68e5c288bd7e298f991fa7dd0c8ffb491038a4c29d4c4316669713b2a7b867ac38f882ed
data/README.md ADDED
@@ -0,0 +1,3 @@
1
+ # ioqwerty
2
+
3
+ This gem reserves the `ioqwerty` name on RubyGems.
data/lib/ioqwerty.rb ADDED
@@ -0,0 +1,5 @@
1
+ # frozen_string_literal: true
2
+
3
+ module Ioqwerty
4
+ VERSION = "0.0.1"
5
+ end
metadata ADDED
@@ -0,0 +1,44 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: ioqwerty
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.1
5
+ platform: ruby
6
+ authors:
7
+ - ioqwerty
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2026-06-09 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: This gem reserves the ioqwerty name on RubyGems.
14
+ email:
15
+ executables: []
16
+ extensions: []
17
+ extra_rdoc_files: []
18
+ files:
19
+ - README.md
20
+ - lib/ioqwerty.rb
21
+ homepage: https://github.com/ioqwerty/ioqwerty
22
+ licenses:
23
+ - MIT
24
+ metadata: {}
25
+ post_install_message:
26
+ rdoc_options: []
27
+ require_paths:
28
+ - lib
29
+ required_ruby_version: !ruby/object:Gem::Requirement
30
+ requirements:
31
+ - - ">="
32
+ - !ruby/object:Gem::Version
33
+ version: '0'
34
+ required_rubygems_version: !ruby/object:Gem::Requirement
35
+ requirements:
36
+ - - ">="
37
+ - !ruby/object:Gem::Version
38
+ version: '0'
39
+ requirements: []
40
+ rubygems_version: 3.0.3.1
41
+ signing_key:
42
+ specification_version: 4
43
+ summary: Name reservation for ioqwerty.
44
+ test_files: []