seedfaker 0.3.0.pre.alpha.1 → 0.4.0.pre.alpha.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
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 4a48bfdda7a4fae3d35e7c35812a41914e3f630c5699b94415552cfd153593d4
|
|
4
|
+
data.tar.gz: aeca98718131cc462d2c45cd1170c96fd6b8ecf6c2e00a82985c0f4314a53f5e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 1eba877b9c1e164298a78416a668af30ed4b50ee6945d5b4618b5504a40da9c5968d2e855c07187258182f785cffc62c72c3a2c51a5abc389c63ac6892f41da4
|
|
7
|
+
data.tar.gz: 6293b67cb3b85501ce52938d9beb788e89172dab2aade69c6dc0ec7ceb750977ac57fff69752eec44a30ba01b7b6673721fb2cdfd31e42863f3d96eec3aa5b50
|
data/README.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
Ruby binding for [seedfaker](https://github.com/opendsr-std/seedfaker) — deterministic synthetic data with 200+ fields, 68 locales, same seed = same output.
|
|
4
4
|
|
|
5
|
-
[CLI](https://github.com/opendsr-std/seedfaker) · [Node.js](https://www.npmjs.com/package/@opendsr/seedfaker) · [Python](https://pypi.org/project/seedfaker/) · [Browser/WASM](https://www.npmjs.com/package/@opendsr/seedfaker-wasm) · [Go](https://github.com/opendsr-std/seedfaker-go) · [PHP](https://packagist.org/packages/opendsr/seedfaker) · **Ruby** · [MCP](https://github.com/opendsr-std/seedfaker/blob/main/docs/mcp.md)
|
|
5
|
+
[CLI](https://github.com/opendsr-std/seedfaker) · [Node.js](https://www.npmjs.com/package/@opendsr/seedfaker) · [Python](https://pypi.org/project/seedfaker/) · [Browser/WASM](https://www.npmjs.com/package/@opendsr/seedfaker-wasm) · [Go](https://pkg.go.dev/github.com/opendsr-std/seedfaker-go) · [PHP](https://packagist.org/packages/opendsr/seedfaker) · **Ruby** · [MCP](https://github.com/opendsr-std/seedfaker/blob/main/docs/mcp.md)
|
|
6
6
|
|
|
7
7
|
## Requirements
|
|
8
8
|
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: seedfaker
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.4.0.pre.alpha.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Eduard Titov
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2026-
|
|
11
|
+
date: 2026-05-03 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: 200+ fields, 68 locales. Same seed = same output across CLI, Python,
|
|
14
14
|
Node.js, Go, PHP, Ruby.
|