flex-cartesian 0.1.7 → 0.1.8

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/CHANGELOG.md +5 -1
  3. metadata +5 -4
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: '09eb5e5463d14e3ef3b2aca14d76a0ee5e4587cdfd56dcccbdb69f9b773d74ae'
4
- data.tar.gz: d3d786db1474627718f501879509f4e3b09a3f3da11579333eee31ac6585fde3
3
+ metadata.gz: e92633e14160e43566c300b7e747f9f8cf742954652a442073ca44f7e0992ca3
4
+ data.tar.gz: c0a3ba79e43094b3c8325f23a9c37c8cf9f29a7fc4fb5bd20b34c514cef3e8d0
5
5
  SHA512:
6
- metadata.gz: 814eeb82c514a96016a17be9d07a6daf105e98898c1512926fd31b2dccc47dca95efbe681a1968ecd5b30bba1c8ab5d312a268dbcfacb0f75c0259075e669e8e
7
- data.tar.gz: 51532619fa94674d70f1edf8a19083e43d951297e26203e3fc92553184cb8bec9165d41c33aa90e17c14828ed51c58e76684cc88f7b07696aa90032643ac275a
6
+ metadata.gz: 1bd895985ea81a675c38e9feace76e9d3a6b0dca8502fe9065420695c66a75b8e1b4134b55a1144bf9082fe52a60f4c0812317f113ae486c0e739b6e55266bcd
7
+ data.tar.gz: 44edb599dff65eb233ef2bd87623cd0c4cf20ca1d5d9d6cb33dfbe504b8c852a3020374dae019efac8193b552590fd7a684637dac58efc7eb6b6de44117246b0
data/CHANGELOG.md CHANGED
@@ -1,7 +1,11 @@
1
1
  # Changelog
2
2
 
3
+ ## 0.1.8 - 2025-07-07
4
+ ### Fixed
5
+ - Documentation
6
+
3
7
  ## 0.1.7 - 2025-07-07
4
8
  ### Added
5
- - Support for calculated functions on dimensiona via `add_function(name, &block)`
9
+ - Support for calculated functions on dimensions via `add_function(name, &block)`
6
10
  - Calculated functions now show up in `.output`
7
11
 
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.7
4
+ version: 0.1.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Yury Rassokhin
@@ -52,9 +52,10 @@ dependencies:
52
52
  - - "~>"
53
53
  - !ruby/object:Gem::Version
54
54
  version: '2.0'
55
- description: Supports calculated functions, dimension-agnostic iterators, named dimensions,
56
- tabular output, lazy/eager evaluation, progress bar, JSON/YAML loading, and export
57
- to Markdown/CSV.
55
+ description: 'Flexible and human-friendly Cartesian product enumerator for Ruby. Supports
56
+ calculated functions, dimension-agnostic iterators, named dimensions, tabular output,
57
+ lazy/eager evaluation, progress bar, JSON/YAML loading, and export to Markdown/CSV.
58
+ Code example: https://github.com/Yuri-Rassokhin/flex-cartesian/blob/main/README.md#usage'
58
59
  email:
59
60
  - yuri.rassokhin@gmail.com
60
61
  executables: []