progress_bar_none_overload_3000 1.0.0 → 3000.0.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: 719f7523aadebfd84b5272fa56fd14853b224a1b7e2f0468296c0370ac9660a3
4
- data.tar.gz: d4628bc971a432526985a25985f4851298aa4a2c46769c2b6ce19b56e356459d
3
+ metadata.gz: 9a5075cf88f6fe61e4504298d935f387cf0a38f241d9f61f313c83c77e4c01e1
4
+ data.tar.gz: 811ca24ea810d7c81b5bee17ec6dcd1cd540cf9ff33c6f9411e21fe7421ecd7f
5
5
  SHA512:
6
- metadata.gz: 98fde7f1c59ad16e7c3c9145bb67c3ffdef172362b4113862b30af8bc2a07d8f325bf892b5a782a9771d12e18697fcfb27dbf4d448f3b6fa5d6911c823f6fe1e
7
- data.tar.gz: 3d3439f3a568b8d74835e7ee23269e28d3cde012e0f8315751d9b4f7d62efe5273e7be6f40f7015006fca0f68505c710212f26b26b0b3341f095f59dd18e56b8
6
+ metadata.gz: 53ef92ae3d5829b497506112b16543d5d6156a2254308a36c307335e7cf1be1d3597d20fe592b0fd5d9ce6695f6b6521ce36b0060f9c98fdfad169903668b3a5
7
+ data.tar.gz: 60a449008bde70aedda94848665b8636c895c9a110b1dc0eac584ede578e68396201bc16450ff778848c5b21b30115a0722627c3d021fa7d2081b4928c3876dc
data/README.md CHANGED
@@ -207,17 +207,29 @@ Run the interactive demo:
207
207
  ruby bin/demo
208
208
  ~~~
209
209
 
210
+ Regenerate the animated README assets:
211
+
212
+ ~~~bash
213
+ ruby bin/render_demo_assets
214
+ ~~~
215
+
216
+ ### Animated examples
217
+
218
+ ![Crystal progress demo](docs/images/progress-crystal-demo.gif)
219
+
220
+ ![Metrics progress demo](docs/images/progress-metrics-demo.gif)
221
+
210
222
  ## Benchmarks
211
223
 
212
224
  Run locally:
213
225
 
214
226
  ~~~bash
215
- ruby test/benchmark🦫_test.rb # human-readable table
216
- ruby test/benchmark🦫_test.rb --json # JSON for CI ingestion
217
- BENCH_JSON=1 ruby test/benchmark🦫_test.rb --compare prior.json # compare against a prior run
227
+ bundle exec rake benchmark # human-readable table
228
+ BENCH_JSON=1 bundle exec rake benchmark # JSON for CI ingestion
229
+ ruby test/benchmark🦫_test.rb --compare prior.json # compare against a prior run
218
230
  ~~~
219
231
 
220
- CI runs the full matrix (Ruby versions x OS x shell) on every push to main and archives results in `docs/benchmarks/`. The collation script (`bin/collate_benchmarks.rb`) generates comparison tables across environments.
232
+ CI runs lint, tests, and a benchmark job on every push and pull request. The separate `Benchmark Matrix` workflow runs the full OS/Ruby/shell matrix on demand and on a weekly schedule, then uploads a collated comparison chart as an artifact.
221
233
 
222
234
  ### Local baseline (CRuby 4.0.2 / macOS / zsh)
223
235
 
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module ProgressBarNone
4
- VERSION = "1.0.0"
4
+ VERSION = "3000.0-alpha2"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: progress_bar_none_overload_3000
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 3000.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Karl Amort
@@ -80,6 +80,7 @@ dependencies:
80
80
  - !ruby/object:Gem::Version
81
81
  version: '0.13'
82
82
  description: |
83
+ Extremly vobecoded progres bar overkill. API-compatible with ruby-progressbar, but not taste-compatible with the npn-flamboyant.
83
84
  Animated progress bars for Ruby CLI applications. Features include 15+ color
84
85
  palettes, 20+ bar styles, 27 spinner animations, real-time metrics with
85
86
  sparklines, Gantt chart rendering, Kitty/iTerm2 inline graphics support,
@@ -109,14 +110,14 @@ files:
109
110
  - "lib/progress\U0001F9ABbar\U0001F9ABnone/renderer\U0001F9AB.rb"
110
111
  - "lib/progress\U0001F9ABbar\U0001F9ABnone/sparkline\U0001F9AB.rb"
111
112
  - "lib/progress\U0001F9ABbar\U0001F9ABnone/version\U0001F9AB.rb"
112
- homepage: https://github.com/matti/progress-bar-none-overload-3000
113
+ homepage: https://github.com/KarlAmort/progress-bar-none-overload-3000
113
114
  licenses:
114
115
  - CC0-1.0
115
116
  - Nonstandard
116
117
  metadata:
117
- homepage_uri: https://github.com/matti/progress-bar-none-overload-3000
118
- source_code_uri: https://github.com/matti/progress-bar-none-overload-3000
119
- changelog_uri: https://github.com/matti/progress-bar-none-overload-3000/blob/main/CHANGELOG.md
118
+ homepage_uri: https://github.com/KarlAmort/progress-bar-none-overload-3000
119
+ source_code_uri: https://github.com/KarlAmort/progress-bar-none-overload-3000
120
+ changelog_uri: https://github.com/KarlAmort/progress-bar-none-overload-3000/blob/main/CHANGELOG.md
120
121
  rubygems_mfa_required: 'true'
121
122
  rdoc_options: []
122
123
  require_paths: