philiprehberger-graph 0.2.3 → 0.2.4

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: f15e96fcf2bfd1b6c453e5f52f5f956dc63d62eb385f6aeedea59073b31f0379
4
- data.tar.gz: 1f82fde8213303ead0365ba95914531b482955bf9b50962227e24f6ad60e8c8c
3
+ metadata.gz: 4ea79730e427e091bf405d36a868055b567b90218a8227d8d59eabde37bc04c4
4
+ data.tar.gz: a57a435c08e6a966b227234216997ab886e13a0cf28a7666d2ad9bcd0eb8057c
5
5
  SHA512:
6
- metadata.gz: 21fee32160f5d5d391d383d779df1ab66ed9b66d66f50d1e9c3e32bfe47f35856722fd2ddde5617ca4c0066a91a97bb9aafe91cb90df73b427edd6b02726d1c2
7
- data.tar.gz: 5c48eabd6cd2ea1e2454ce3d9aa842f5859f3045a098d8928e740f617149c17320150c148f03bba09a36c4ffb520909e463b1a3d51bb64514ecb65dc7a985abd
6
+ metadata.gz: 80f68b85ca03998c51dada82ca2e82fb059ab75ca00fb0ef12c0b45f0cab7f666183ec510a9d3857210c7d955f05f86a513a3adc3750bee8771a05299c681628
7
+ data.tar.gz: 97a78d205f80b0bf95f803da97dbbad1d735486fa12af3f78aa4eb98dc39d89a49609a570d7fd5be87d4e3114447c928223d8207a37efbd4b2f557a0d89c4167
data/CHANGELOG.md CHANGED
@@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## [0.2.4] - 2026-04-08
11
+
12
+ ### Changed
13
+ - Align gemspec summary with README description.
14
+
10
15
  ## [0.2.3] - 2026-04-01
11
16
 
12
17
  ### Fixed
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Philiprehberger
4
4
  module Graph
5
- VERSION = '0.2.3'
5
+ VERSION = '0.2.4'
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: philiprehberger-graph
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.3
4
+ version: 0.2.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Philip Rehberger
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2026-04-01 00:00:00.000000000 Z
11
+ date: 2026-04-09 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Graph data structure supporting directed and undirected modes with adjacency
14
14
  list storage. Includes BFS, DFS, Dijkstra shortest path, topological sort, cycle
@@ -52,6 +52,6 @@ requirements: []
52
52
  rubygems_version: 3.5.22
53
53
  signing_key:
54
54
  specification_version: 4
55
- summary: Directed and undirected graph with traversal, shortest path, and topological
56
- sort
55
+ summary: Directed and undirected graph data structure with traversal, shortest path,
56
+ MST, max flow, coloring, and serialization
57
57
  test_files: []