toys-ci 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 +9 -0
- data/lib/toys-ci.rb +8 -0
- metadata +41 -0
checksums.yaml
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
---
|
|
2
|
+
SHA256:
|
|
3
|
+
metadata.gz: d7938bbe4359339e8e88a2db68b73a0fab34d7a56d451f81c93d829872ea2a84
|
|
4
|
+
data.tar.gz: fedf758753479cb8b575d2ccc35e10b1678e96a37e6fe89d7bfe09442561a91f
|
|
5
|
+
SHA512:
|
|
6
|
+
metadata.gz: bb04a844fd4e312e36e8fa00c0259d6768ae1e1705c8946e4515e1307fe774d1ba1c6e9d94b8586943b11d4f2f5f82988f78de87a6c687637c26fd55d286c323
|
|
7
|
+
data.tar.gz: 4e20e3835a4e28485e649bb62ab7957aaead974647c6ae24afc6df263564ea870a0333bf8f3703c5ca3c2c8f9e8f665286dccab9350075bf46a1820b50d06e55
|
data/README.md
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
# Placeholder for toys-ci
|
|
2
|
+
|
|
3
|
+
This is a placeholder gem, which was generated on 2026-03-11 to
|
|
4
|
+
reserve the gem "toys-ci".
|
|
5
|
+
The actual gem is planned for release in the near future.
|
|
6
|
+
|
|
7
|
+
If this is a problem, or if the actual gem has not been released
|
|
8
|
+
in a timely manner, you can contact the owner at
|
|
9
|
+
`dazuma@gmail.com`.
|
data/lib/toys-ci.rb
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
#
|
|
2
|
+
# This is a placeholder Ruby file for gem "toys-ci".
|
|
3
|
+
# It was generated on 2026-03-11 to reserve the gem name.
|
|
4
|
+
# The actual gem is planned for release in the near future.
|
|
5
|
+
# If this is a problem, or if the actual gem has not been
|
|
6
|
+
# released in a timely manner, you can contact the owner at
|
|
7
|
+
# dazuma@gmail.com
|
|
8
|
+
#
|
metadata
ADDED
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
|
2
|
+
name: toys-ci
|
|
3
|
+
version: !ruby/object:Gem::Version
|
|
4
|
+
version: 0.0.0
|
|
5
|
+
platform: ruby
|
|
6
|
+
authors:
|
|
7
|
+
- dazuma@gmail.com
|
|
8
|
+
bindir: bin
|
|
9
|
+
cert_chain: []
|
|
10
|
+
date: 1980-01-02 00:00:00.000000000 Z
|
|
11
|
+
dependencies: []
|
|
12
|
+
description: This is a placeholder gem, which was generated on 2026-03-11 to reserve
|
|
13
|
+
the gem "toys-ci". The actual gem is planned for release in the near future. If
|
|
14
|
+
this is a problem, or if the actual gem has not been released in a timely manner,
|
|
15
|
+
you can contact the owner at dazuma@gmail.com.
|
|
16
|
+
executables: []
|
|
17
|
+
extensions: []
|
|
18
|
+
extra_rdoc_files: []
|
|
19
|
+
files:
|
|
20
|
+
- README.md
|
|
21
|
+
- lib/toys-ci.rb
|
|
22
|
+
licenses: []
|
|
23
|
+
metadata: {}
|
|
24
|
+
rdoc_options: []
|
|
25
|
+
require_paths:
|
|
26
|
+
- lib
|
|
27
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
|
28
|
+
requirements:
|
|
29
|
+
- - ">="
|
|
30
|
+
- !ruby/object:Gem::Version
|
|
31
|
+
version: '0'
|
|
32
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
33
|
+
requirements:
|
|
34
|
+
- - ">="
|
|
35
|
+
- !ruby/object:Gem::Version
|
|
36
|
+
version: '0'
|
|
37
|
+
requirements: []
|
|
38
|
+
rubygems_version: 4.0.3
|
|
39
|
+
specification_version: 4
|
|
40
|
+
summary: Placeholder gem
|
|
41
|
+
test_files: []
|