ioprio 1.1.0 → 1.1.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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +7 -0
  3. data/lib/ioprio/version.rb +1 -1
  4. metadata +6 -6
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ed54d8885d91e3fed11e1fa7a25058285a84f6f308bf3204c0efd814a33de2e7
4
- data.tar.gz: 421798ce5e653fbb8e84c36aab4b522663ccca6a825756c56263b3abee7138fd
3
+ metadata.gz: 0fb831b17858f6ca4ccbc7a0ce801ea4ca1ad0e227b2e4b1dc73729f20a69da4
4
+ data.tar.gz: 700f86e79a88dccf15e6d563b196b74a2434103a3012f65da0985bb60e07a15a
5
5
  SHA512:
6
- metadata.gz: c3f8bbd09e146a0fce5453cfcc80565f9b6d9e4456a0e1ecde9c29bd870c4596b82dfb4672fd8140ca1cc528c5cfa448e016a804cd90557759b95bb341eab142
7
- data.tar.gz: 927bb9f86a20a0bc60c04b4eaba48b3d0d65ae4d7ac5e5ecc816b0047de32b67c04954e97aeb8011f7bb8cc73f3aa37298d25e98ebf63e8331cb8b57d0f52aa8
6
+ metadata.gz: 20479189989d986a3f127be39474df243b334cc1ecdfc2a359776c34333aa19481c330a8f2878d13832eabab8252ee7a9d86b33ecb1623e1f5c4f60c3e326b3a
7
+ data.tar.gz: dcbe6e832bca278217b8751b51a4994269938d56e2ee1771d2054950fa960d23eb652decf1b3280c2c6d2b8dbd953b749b8116066d20eaf3196bb11ec8f228c6
data/CHANGELOG.md CHANGED
@@ -1,3 +1,10 @@
1
+ ## [1.1.1](https://github.com/benmelz/ioprio/compare/v1.1.0...v1.1.1) (2025-04-08)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * link to homepage and other pages correctly ([#11](https://github.com/benmelz/ioprio/issues/11)) ([91029c5](https://github.com/benmelz/ioprio/commit/91029c5ef52b9bf4e425c2bf1899124660a379db))
7
+
1
8
  # [1.1.0](https://github.com/benmelz/ioprio/compare/v1.0.0...v1.1.0) (2025-04-02)
2
9
 
3
10
 
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Ioprio
4
- VERSION = "1.1.0"
4
+ VERSION = "1.1.1"
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ioprio
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.0
4
+ version: 1.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - benmelz
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2025-04-02 00:00:00.000000000 Z
11
+ date: 2025-04-08 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description:
14
14
  email:
@@ -28,13 +28,13 @@ files:
28
28
  - lib/ioprio/core_ext.rb
29
29
  - lib/ioprio/core_ext/process.rb
30
30
  - lib/ioprio/version.rb
31
- homepage: https://github.com/benmelz/io_priority
31
+ homepage: https://github.com/benmelz/ioprio
32
32
  licenses:
33
33
  - MIT
34
34
  metadata:
35
- homepage_uri: https://github.com/benmelz/io_priority
36
- source_code_uri: https://github.com/benmelz/io_priority
37
- changelog_uri: https://github.com/benmelz/io_priority/blob/v1.1.0/CHANGELOG.md
35
+ homepage_uri: https://github.com/benmelz/ioprio
36
+ source_code_uri: https://github.com/benmelz/ioprio
37
+ changelog_uri: https://github.com/benmelz/ioprio/blob/v1.1.1/CHANGELOG.md
38
38
  rubygems_mfa_required: 'true'
39
39
  post_install_message:
40
40
  rdoc_options: []