c6_bank 0.2.0 → 0.2.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: d85a23a335c256e6eebc98545e7161dafb42806fdff667eaf9731a7515868ff5
4
- data.tar.gz: 57258199ce71cdf3e11f79f5340bc8d1a1a505f0d48c8fff1e2a59a5fc59892d
3
+ metadata.gz: 2b480ca5d777562a65505c62a1dc41c3a42be883065c83b2f9346d49a82a505c
4
+ data.tar.gz: aa42c940e9087c08c0b168787e675a8680476da973baf55e50f4021ffd303c5d
5
5
  SHA512:
6
- metadata.gz: 0f813fa0ebfc94866b98fcdd3cf3671ab78eea8ab32cf88ad43f2e05129b9019a1552da55d2eb8a4b40a2a6e5a3a10bf876456226e9ac5e975a9386c4e38f0e0
7
- data.tar.gz: 1c70fc4cf3586658b4d867cf8c2bc6bbb352e075e04f65d24aa93b7d3cbace626d7c1857a1e8a3d7082a07f5c6a285338d08e650e2ff5df203c0ce03afbda01e
6
+ metadata.gz: 2b911aae1694b779b5ca03b608f0cb3303d9c8866b0540f050066f0be016a4fbf445187baffe979a211881f5f6691b0cab308024381db68696af0d4f5016d9e9
7
+ data.tar.gz: 5d008c53737dd1fd7650c299ba1c6c9d74090854a664ed9fb05b322fd1f444bd877419f2759bb311440ab59b3113ed4e573fd2fc3195f7f2fda80176db8361fb
data/CHANGELOG.md CHANGED
@@ -1,6 +1,9 @@
1
1
  ## [Unreleased]
2
2
 
3
+ ## [0.2.1] - 2026-09-22
4
+
3
5
  - Request Bolepix PDFs with `Accept: */*` because sandbox returns 406 for `application/pdf` alone.
6
+ - Point gem homepage and source metadata at the Origin repo (0.2.0 on RubyGems still lists the old GitHub URLs).
4
7
 
5
8
  ## [0.2.0] - 2026-09-18
6
9
 
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module C6Bank
4
- VERSION = "0.2.0"
4
+ VERSION = "0.2.1"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: c6_bank
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Gabriel Fontoura Dos Santos
@@ -93,14 +93,14 @@ files:
93
93
  - lib/c6_bank/resources/pix.rb
94
94
  - lib/c6_bank/version.rb
95
95
  - sig/c6_bank.rbs
96
- homepage: https://github.com/byellokore/c6_bank
96
+ homepage: https://cursor.com/codebase/byellokore/se_six_ruby
97
97
  licenses:
98
98
  - MIT
99
99
  metadata:
100
100
  allowed_push_host: https://rubygems.org
101
- homepage_uri: https://github.com/byellokore/c6_bank
102
- source_code_uri: https://github.com/byellokore/c6_bank
103
- changelog_uri: https://github.com/byellokore/c6_bank/blob/main/CHANGELOG.md
101
+ homepage_uri: https://cursor.com/codebase/byellokore/se_six_ruby
102
+ source_code_uri: https://origin.cursor.com/byellokore/se_six_ruby.git
103
+ changelog_uri: https://cursor.com/codebase/byellokore/se_six_ruby
104
104
  rubygems_mfa_required: 'true'
105
105
  rdoc_options: []
106
106
  require_paths: