vitable-connect 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: bfe7a2fb5a1e59433da8784cad17ec6c7e1969c11dfbc352ff9df0dd6ab05255
4
- data.tar.gz: 0bbc9d552e51deda049f617b5c537d02b5bb0bb59086c987dcfbd9d5764224d0
3
+ metadata.gz: e77a2f78d12cee103a3fcf1187bf4d113754faa25f70dacf490f5355fb0fc86a
4
+ data.tar.gz: 32d6fcfcad60e529a9cfb81879d4a9df6a2513ae36d2fb171ca101d2e25cc363
5
5
  SHA512:
6
- metadata.gz: 50589696d586a38831a2493644004bd0ceb59c3fe2503a5a62b9ac197080a392b8c7d0066fd9fee90cb1c8a3061c1bf1fcc1e5f82f6e75d73c5075f85ae63500
7
- data.tar.gz: a33ab02053f11670a878b8b4d440e788d18c558dfeee4c1e04c38c94fd7941bd715f1c6160375a945f5ebaa8e60162accb6be77cac77358b5aa7d12b71988036
6
+ metadata.gz: 56646f1be805bdd871ab9b6bcaa7b102d419fe600a94bd1867142f77cf979ba26fcf6d41dccb0e2a6aff7bf5e22571915ba33824bffaed3aebc73a3392b7d9d2
7
+ data.tar.gz: dbd49baa7f0967391fd3dc08b2a4c4e363589b2fb0aeaf0ebd99fb4c5287228265723b021ea3afa677fc133ea30712204ffe4298c8ba420ce90b27f8cee344bc
data/CHANGELOG.md CHANGED
@@ -1,5 +1,18 @@
1
1
  # Changelog
2
2
 
3
+ ## 0.2.1 (2026-03-28)
4
+
5
+ Full Changelog: [v0.2.0...v0.2.1](https://github.com/Vitable-Inc/vitable-connect-ruby/compare/v0.2.0...v0.2.1)
6
+
7
+ ### Bug Fixes
8
+
9
+ * **internal:** correct multipart form field name encoding ([f7a59c7](https://github.com/Vitable-Inc/vitable-connect-ruby/commit/f7a59c7c92beba61c6b100dc2addbd21caec3fe2))
10
+
11
+
12
+ ### Chores
13
+
14
+ * **ci:** support opting out of skipping builds on metadata-only commits ([03e02f9](https://github.com/Vitable-Inc/vitable-connect-ruby/commit/03e02f904a0e295fc0649474366d2b13ac5cc891))
15
+
3
16
  ## 0.2.0 (2026-03-25)
4
17
 
5
18
  Full Changelog: [v0.1.0...v0.2.0](https://github.com/Vitable-Inc/vitable-connect-ruby/compare/v0.1.0...v0.2.0)
data/README.md CHANGED
@@ -17,7 +17,7 @@ To use this gem, install via Bundler by adding the following to your application
17
17
  <!-- x-release-please-start-version -->
18
18
 
19
19
  ```ruby
20
- gem "vitable-connect", "~> 0.2.0"
20
+ gem "vitable-connect", "~> 0.2.1"
21
21
  ```
22
22
 
23
23
  <!-- x-release-please-end -->
@@ -571,8 +571,7 @@ module VitableConnect
571
571
  y << "Content-Disposition: form-data"
572
572
 
573
573
  unless key.nil?
574
- name = ERB::Util.url_encode(key.to_s)
575
- y << "; name=\"#{name}\""
574
+ y << "; name=\"#{key}\""
576
575
  end
577
576
 
578
577
  case val
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module VitableConnect
4
- VERSION = "0.2.0"
4
+ VERSION = "0.2.1"
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: vitable-connect
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
  - Vitable Connect
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2026-03-25 00:00:00.000000000 Z
11
+ date: 2026-03-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: cgi