quickstep 0.1.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
- metadata +42 -0
checksums.yaml
ADDED
@@ -0,0 +1,7 @@
|
|
1
|
+
---
|
2
|
+
SHA256:
|
3
|
+
metadata.gz: a222ed7e6965c0b0b3f61199e73447ef706ee0ee9ea3266919fdafe1c596d29c
|
4
|
+
data.tar.gz: f941af4a57b0c4eccd5a187b4e0b62ae8acbc83fd449ac59bdf3a4a6da69891b
|
5
|
+
SHA512:
|
6
|
+
metadata.gz: 957373834862d07320edaff7fac4c61e94beb7e934fdadc566e8887cee2a524d73ac4ee4b3c3afd91774d3ef232a9f277b386e099f43313f234438e7f2bb47f5
|
7
|
+
data.tar.gz: 70e6eee6be09fdb62b1c4d8b99e7acf8094cb2e22974f12c5ffe1723c0ed8d464f17be27bd23c9d613433124eeeaeae4ce38f9957df0925ac43f2317d44165a7
|
metadata
ADDED
@@ -0,0 +1,42 @@
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
2
|
+
name: quickstep
|
3
|
+
version: !ruby/object:Gem::Version
|
4
|
+
version: 0.1.0
|
5
|
+
platform: ruby
|
6
|
+
authors:
|
7
|
+
- Igor Korepanov
|
8
|
+
bindir: bin
|
9
|
+
cert_chain: []
|
10
|
+
date: 2025-04-01 00:00:00.000000000 Z
|
11
|
+
dependencies: []
|
12
|
+
description: Quickstep provides a structured way to handle multi-step operations with
|
13
|
+
success/failure handling.
|
14
|
+
email:
|
15
|
+
- korepanovigor87@gmail.com
|
16
|
+
executables: []
|
17
|
+
extensions: []
|
18
|
+
extra_rdoc_files: []
|
19
|
+
files: []
|
20
|
+
homepage: https://github.com/igorkorepanov/quickstep
|
21
|
+
licenses:
|
22
|
+
- MIT
|
23
|
+
metadata:
|
24
|
+
rubygems_mfa_required: 'true'
|
25
|
+
rdoc_options: []
|
26
|
+
require_paths:
|
27
|
+
- lib
|
28
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
29
|
+
requirements:
|
30
|
+
- - ">="
|
31
|
+
- !ruby/object:Gem::Version
|
32
|
+
version: 3.1.0
|
33
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
34
|
+
requirements:
|
35
|
+
- - ">="
|
36
|
+
- !ruby/object:Gem::Version
|
37
|
+
version: '0'
|
38
|
+
requirements: []
|
39
|
+
rubygems_version: 3.6.2
|
40
|
+
specification_version: 4
|
41
|
+
summary: A lightweight step-based operation handler.
|
42
|
+
test_files: []
|