epos_now_client 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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 486c114791db7ffda314246e447b5c03a56879dc08a8551d9e695338ad02bdbe
4
- data.tar.gz: 6c43a07100a3f83a2fbce1feea144aaa4eda78b0d11cf1e636a7309d413bf9ea
3
+ metadata.gz: 52015d9ae08e51386c11746afee41d76cb657dd245dba07d06e79e7c02572ab7
4
+ data.tar.gz: b00c465c66b67f81df9a65905f6f6d8422f61fa2bd16511fa409850ef18c4c5c
5
5
  SHA512:
6
- metadata.gz: a64dbe7f3883d91a09ef3dca33a721571dbe2c574f88462fdfe6ac50207e0a69919b2ac9976207f63521e1f68bda6950b57cf0d976d8decefddb3bac81ec494e
7
- data.tar.gz: df5c985d5b28e3728ca1a92792b4e0635f5f7dac069e855c8c272e0a860a3e46a406bfcc0484e4f673a4ac074179206823f3b4006136e871ecc0151b4431d1e9
6
+ metadata.gz: 8f62b382b5280bec9d17fa27071edb06a2b4409a217b4cc02c6450ccb735c0fdee5005a6853b0f1837ae520a066cb1c474557f6e1c730be72ea2dd5d9aacc91d
7
+ data.tar.gz: 178ef15a80135f9a85e62434d591629e63fbf244d7f0a32272bcbf7820c6187e81a7c277acdb13f2670acc0f194908284b7fe5532beb4bbfc56c57c875d4390a
data/CHANGELOG.md CHANGED
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
5
5
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
6
6
  and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
 
8
+ ## [0.1.1] - 2026-03-13
9
+
10
+ ### Fixed
11
+
12
+ - Add `homepage_uri` and `documentation_uri` metadata for RubyGems README rendering
13
+
8
14
  ## [0.1.0] - 2026-03-13
9
15
 
10
16
  ### Added
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module EposNowClient
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: epos_now_client
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
  - Daniel Dominguez
@@ -182,8 +182,10 @@ homepage: https://github.com/dan1d/epos_now_client
182
182
  licenses:
183
183
  - MIT
184
184
  metadata:
185
+ homepage_uri: https://github.com/dan1d/epos_now_client
185
186
  source_code_uri: https://github.com/dan1d/epos_now_client
186
187
  changelog_uri: https://github.com/dan1d/epos_now_client/blob/main/CHANGELOG.md
188
+ documentation_uri: https://github.com/dan1d/epos_now_client
187
189
  rubygems_mfa_required: 'true'
188
190
  rdoc_options: []
189
191
  require_paths: