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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 9a5075cf88f6fe61e4504298d935f387cf0a38f241d9f61f313c83c77e4c01e1
|
|
4
|
+
data.tar.gz: 811ca24ea810d7c81b5bee17ec6dcd1cd540cf9ff33c6f9411e21fe7421ecd7f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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
|
+

|
|
219
|
+
|
|
220
|
+

|
|
221
|
+
|
|
210
222
|
## Benchmarks
|
|
211
223
|
|
|
212
224
|
Run locally:
|
|
213
225
|
|
|
214
226
|
~~~bash
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
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
|
|
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
|
|
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:
|
|
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/
|
|
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/
|
|
118
|
-
source_code_uri: https://github.com/
|
|
119
|
-
changelog_uri: https://github.com/
|
|
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:
|