lightspeed_sandbox_simulator 0.1.0 → 0.1.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.
- checksums.yaml +4 -4
- data/README.md +4 -0
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 8e3be5fbc053a5564a4ca5a7cd49bd4c4429941e3eaf61730920dc92c24d6468
|
|
4
|
+
data.tar.gz: 9f0a029d3ddc20fdabab062164ee588313d170f5b7e892a0a79b837bbe14558b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 6410459b39b0f23cb624008fc2c0ead94022567c52461f37313b47d5ddd5d5f7567db94609ee381e2bac2a6f40e3de44faac7d2e2e61af84bcfb652df3813234
|
|
7
|
+
data.tar.gz: e8e3b4da494c2fd7f7ed44242dde4edd6b55cafdbc88093339b258c165a22cb48b368cf9937a8262d1319995c2340d3d994716e97d1c244153ac8cfbb677ba03
|
data/README.md
CHANGED
|
@@ -1,5 +1,9 @@
|
|
|
1
1
|
# Lightspeed Sandbox Simulator
|
|
2
2
|
|
|
3
|
+
[](https://github.com/dan1d/lightspeed_sandbox_simulator/actions/workflows/ci.yml)
|
|
4
|
+
[](https://github.com/dan1d/lightspeed_sandbox_simulator)
|
|
5
|
+
[](https://opensource.org/licenses/MIT)
|
|
6
|
+
|
|
3
7
|
A Ruby gem for simulating POS operations against the **Lightspeed K-Series API**. Generates realistic orders, payments, and transaction data for development and testing.
|
|
4
8
|
|
|
5
9
|
## Features
|