philiprehberger-progress 0.1.3 → 0.1.5
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 +4 -4
- data/CHANGELOG.md +11 -0
- data/README.md +13 -11
- data/lib/philiprehberger/progress/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: '0319100629640450658bd5930be997b54eb8c2d9a803e3f732d6339473410cb9'
|
|
4
|
+
data.tar.gz: 709a50aa9e1ccd84faa61c42632f421d12f54c04b7cd3909b2be80cc84de85f7
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 95a851633c42f4fc74354706fe42fc50cc436bd2b0e25ca2e7854cdcc3e1ff531b4301726f8a8bba48e56499d207fe2acdd6c53303559d744b7d37953236fedf
|
|
7
|
+
data.tar.gz: eda863abcdc94df9d5290f0fe5499e1bb6547a095b90bafd649ac5292e5cfbfa93874a5506b29d91166dd82c79de104772a222cfef9bddfd3d13a1127e423523
|
data/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,17 @@ and this gem adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
|
|
|
7
7
|
|
|
8
8
|
## [Unreleased]
|
|
9
9
|
|
|
10
|
+
## [0.1.5] - 2026-03-23
|
|
11
|
+
|
|
12
|
+
### Fixed
|
|
13
|
+
- Standardize README to match template (installation order, code fences, license section, one-liner format)
|
|
14
|
+
- Update gemspec summary to match README description
|
|
15
|
+
|
|
16
|
+
## [0.1.4] - 2026-03-22
|
|
17
|
+
|
|
18
|
+
### Changed
|
|
19
|
+
- Fix README badges to match template (Tests, Gem Version, License)
|
|
20
|
+
|
|
10
21
|
## [0.1.3] - 2026-03-22
|
|
11
22
|
|
|
12
23
|
### Added
|
data/README.md
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
# philiprehberger-progress
|
|
2
2
|
|
|
3
|
-
[](https://github.com/philiprehberger/rb-progress/actions/workflows/ci.yml)
|
|
4
|
+
[](https://rubygems.org/gems/philiprehberger-progress)
|
|
5
|
+
[](LICENSE)
|
|
6
6
|
|
|
7
|
-
Terminal progress bars and spinners with ETA calculation and throughput display
|
|
7
|
+
Terminal progress bars and spinners with ETA calculation and throughput display
|
|
8
8
|
|
|
9
9
|
## Requirements
|
|
10
10
|
|
|
@@ -12,16 +12,18 @@ Terminal progress bars and spinners with ETA calculation and throughput display.
|
|
|
12
12
|
|
|
13
13
|
## Installation
|
|
14
14
|
|
|
15
|
-
|
|
16
|
-
gem install philiprehberger-progress
|
|
17
|
-
```
|
|
18
|
-
|
|
19
|
-
Or add to your Gemfile:
|
|
15
|
+
Add to your Gemfile:
|
|
20
16
|
|
|
21
17
|
```ruby
|
|
22
18
|
gem 'philiprehberger-progress'
|
|
23
19
|
```
|
|
24
20
|
|
|
21
|
+
Or install directly:
|
|
22
|
+
|
|
23
|
+
```bash
|
|
24
|
+
gem install philiprehberger-progress
|
|
25
|
+
```
|
|
26
|
+
|
|
25
27
|
## Usage
|
|
26
28
|
|
|
27
29
|
### Progress Bar
|
|
@@ -111,7 +113,7 @@ end
|
|
|
111
113
|
|
|
112
114
|
## Development
|
|
113
115
|
|
|
114
|
-
```
|
|
116
|
+
```bash
|
|
115
117
|
bundle install
|
|
116
118
|
bundle exec rspec
|
|
117
119
|
bundle exec rubocop
|
|
@@ -119,4 +121,4 @@ bundle exec rubocop
|
|
|
119
121
|
|
|
120
122
|
## License
|
|
121
123
|
|
|
122
|
-
MIT
|
|
124
|
+
MIT
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: philiprehberger-progress
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.5
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- philiprehberger
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2026-03-
|
|
11
|
+
date: 2026-03-23 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Display progress bars with percentage, ETA, and throughput, or spinners
|
|
14
14
|
for indeterminate tasks. Supports block-based usage, enumerable iteration, and auto-disables
|