flex-cartesian 0.1.1 → 0.1.3

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 (2) hide show
  1. checksums.yaml +4 -4
  2. metadata +7 -4
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d73abd940b2c4356ae5f9e141d7484e4ee414d40d22221c937e7dddab22ae4f7
4
- data.tar.gz: 1db898cc1ffa469f7e24aaba7e3a1ff5d7f88cd3d413a94c94b0860524210cf1
3
+ metadata.gz: 6da0e2d7afc6efca08b21663c3a4d7e80a924fb1707b02aae11c866a515fc067
4
+ data.tar.gz: dfd7f4fb1f71ec9ed4f469831a3efca245e43fe379fc7af51b6a708842906bdf
5
5
  SHA512:
6
- metadata.gz: e7bd37da1886e40fadf6212876191e63bd900a44ec9b1243698eabe8c735fea365991e57e060926642181f3e2100707ad93de3b0b5bda1a28f9f108876d51d7a
7
- data.tar.gz: 307aafce5e79d6b14ce6bece25ed50e4156274ae1e49539621a00f2dcf227ee567fc200a945f95b906d604498bcce9981e6663b17557a71cf17cafe6382d3446
6
+ metadata.gz: 5afd71db98e0446c6e32478ec41db552811d68b3e40b915d34193c7d6ca9065ab19ebe154612886fa755074ace224b8db6799a9657710ca658af64671f4fc327
7
+ data.tar.gz: 49affdbb1e79d165f51f4e1698d3948dfb5e0e3de543711f39696cf0a7ab5bb355f8cb35eb98d7cfd64cfd69db228a473744de27e647e61a6ebbf6bd01a0aada
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: flex-cartesian
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Yury Rassokhin
@@ -66,9 +66,12 @@ dependencies:
66
66
  - - ">="
67
67
  - !ruby/object:Gem::Version
68
68
  version: '0'
69
- description: Flexible and human-friendly Cartesian product enumerator for Ruby. Supports
70
- dimension-agnostic iteration, named dimensions, structured output, lazy/eager evaluation,
71
- progress bar, JSON/YAML loading, and export to Markdown/CSV.
69
+ description: |
70
+ Flexible and human-friendly Cartesian product enumerator for Ruby.
71
+ Supports dimension-agnostic iteration, named dimensions, structured output,
72
+ lazy/eager evaluation, progress bar, JSON/YAML loading, and export to Markdown/CSV.
73
+
74
+ Code example: https://github.com/Yuri-Rassokhin/flex-cartesian/blob/main/README.md#usage
72
75
  email:
73
76
  - yuri.rassokhin@gmail.com
74
77
  executables: []