sink-cool 0.1.0 → 0.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 +11 -8
  3. data/lib/sink/version.rb +1 -1
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: a00d2c68180f646548d25323730f7e93b9ba05304714a2a00964cc7d3891b747
4
- data.tar.gz: 3f5976058e5efe20ffbdc8b5abbc189c5419a56881584b17bb51cf8fa37d5e52
3
+ metadata.gz: 37eb91f15338bab5d857640f728a9e6900e5c13e8f066d47cca4aca8209f7c45
4
+ data.tar.gz: 2a2396922a314604d95f71921dba9305cf14cfba656629f84e033749ec5d1135
5
5
  SHA512:
6
- metadata.gz: f8265250d9c8a378c24e2ea0da1fd811caf2d09f81dbf08950741c0b3dbf297013dd25fbd701607588c4262fa1fea39161a92e72b91d48dbd10b314b7d8047a5
7
- data.tar.gz: 2af5d5bf19381bbd9ef3708f2f6621f9c076c7d4cb53da6255466d36f176e027e5d2655204116d487f58d0792b155a6b5f50e459b7a4cb09be3952159596280c
6
+ metadata.gz: d52e2eabf74235b6cd33d4dc2df85026f802875e3652d74f2569d9cd40d5cbdbd11d7bc431503af823a735fe0eb10381629777da7c17e2afe207d72deeba9375
7
+ data.tar.gz: 6a93ddce5ff9fb22367e3007cd74a1d1b3bacd3e85289a5f3fbf596917710152d4a208949fe510877786eb54b7329343d0fdd7157485af47013e28d9157ed84a
data/CHANGELOG.md CHANGED
@@ -4,8 +4,19 @@ All notable changes to this project will be documented in this file.
4
4
 
5
5
  ## Unreleased
6
6
 
7
+ ## 0.1.1 - 2026-07-23
8
+
9
+ ### Fixed
10
+
11
+ - Avoid false release failures while RubyGems propagates its full index.
12
+
13
+ ## 0.1.0 - 2026-07-23
14
+
7
15
  ### Added
8
16
 
17
+ - Global configuration for the Sink base URL, site token, and HTTP timeouts.
18
+ - Client methods for authentication, link management, search, tags, and link checks.
19
+ - Structured `Sink::Error` exceptions for unsuccessful API responses.
9
20
  - GitHub Actions workflows for CI and trusted publishing to RubyGems.org.
10
21
  - MIT License.
11
22
  - RubyGems project metadata.
@@ -16,11 +27,3 @@ All notable changes to this project will be documented in this file.
16
27
  - Publish version tags to RubyGems.org, GitHub Packages, and GitHub Releases after running the full Ruby version matrix.
17
28
  - Make global client initialization thread-safe.
18
29
  - Isolate HTTP transport in tests without patching `Net::HTTP` globally.
19
-
20
- ## 0.1.0 - 2026-07-23
21
-
22
- ### Added
23
-
24
- - Global configuration for the Sink base URL, site token, and HTTP timeouts.
25
- - Client methods for authentication, link management, search, tags, and link checks.
26
- - Structured `Sink::Error` exceptions for unsuccessful API responses.
data/lib/sink/version.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Sink
4
- VERSION = "0.1.0"
4
+ VERSION = "0.1.1"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sink-cool
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sink Ruby contributors