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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 2fc6067b4fed2d1167ed876e585aad82f57deecae7f799d731ff691528504238
4
- data.tar.gz: d479595d391aeac66aa988263de68fcca191a0d4f93545f63a4fb1d5e4273e8b
3
+ metadata.gz: '0319100629640450658bd5930be997b54eb8c2d9a803e3f732d6339473410cb9'
4
+ data.tar.gz: 709a50aa9e1ccd84faa61c42632f421d12f54c04b7cd3909b2be80cc84de85f7
5
5
  SHA512:
6
- metadata.gz: fb1a78889a772cace658584581c125a8e7953a84494cb58f0bdefa87f9d2600ecfc3e4a383a8718e6af9b18b6b4ab2e8e9baccb21236e55b7c68f53beee98221
7
- data.tar.gz: d18c0f715bcb07da70718703b31f16a66c4c8ae398d9e70ee8ac059748cfaffaf81b5070beffef37f39045a4705e926c9f15e6417f987bc660dba534ad842687
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
- [![Gem Version](https://badge.fury.io/rb/philiprehberger-progress.svg)](https://badge.fury.io/rb/philiprehberger-progress)
4
- $badge_line
5
- [![CI](https://github.com/philiprehberger/rb-progress/actions/workflows/ci.yml/badge.svg)](https://github.com/philiprehberger/rb-progress/actions/workflows/ci.yml)
3
+ [![Tests](https://github.com/philiprehberger/rb-progress/actions/workflows/ci.yml/badge.svg)](https://github.com/philiprehberger/rb-progress/actions/workflows/ci.yml)
4
+ [![Gem Version](https://badge.fury.io/rb/philiprehberger-progress.svg)](https://rubygems.org/gems/philiprehberger-progress)
5
+ [![License](https://img.shields.io/github/license/philiprehberger/rb-progress)](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
- ```sh
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
- ```sh
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 License. See [LICENSE](LICENSE) for details.
124
+ MIT
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Philiprehberger
4
4
  module Progress
5
- VERSION = '0.1.3'
5
+ VERSION = '0.1.5'
6
6
  end
7
7
  end
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.3
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-22 00:00:00.000000000 Z
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