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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +4 -0
  3. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 91921b4c2a3b26ae9a5444309b1b9ea33816c83c281ff8bdd2bd0961fa2e55de
4
- data.tar.gz: 7aa36df7a8e33b200db8106c5821a4983ba6d0cf190580ef478be969dc64abd1
3
+ metadata.gz: 8e3be5fbc053a5564a4ca5a7cd49bd4c4429941e3eaf61730920dc92c24d6468
4
+ data.tar.gz: 9f0a029d3ddc20fdabab062164ee588313d170f5b7e892a0a79b837bbe14558b
5
5
  SHA512:
6
- metadata.gz: 4bd2dae32589ca317c60335aead9fb0b906adbe4947e8600a8b6a5ea711d7e0bc2a9dc94065b4c0288374c16a769850c0b41f4df4b2405108ceb71fc566037d0
7
- data.tar.gz: c8a316d2e875b428477b49e54f7d6259fc77504049de10e900f20403009ca472316d115edf731688278cac0216ed288388d2f58c138fff340e4a50788508627b
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
+ [![CI](https://github.com/dan1d/lightspeed_sandbox_simulator/actions/workflows/ci.yml/badge.svg)](https://github.com/dan1d/lightspeed_sandbox_simulator/actions/workflows/ci.yml)
4
+ [![Coverage](https://img.shields.io/badge/coverage-100%25-brightgreen)](https://github.com/dan1d/lightspeed_sandbox_simulator)
5
+ [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](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
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: lightspeed_sandbox_simulator
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - dan1d