http-form_data 3.0.0 → 3.0.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: 3a38607435f5ac942c5b4f3d1e28c5910d151ccb978fbcaff0dc8d51a0932400
4
- data.tar.gz: fe8f7bf0309d6f8dd178283aa40d2708b69d89a2c2535bf253370759b6b28b07
3
+ metadata.gz: 1173e8b1a55e9cad7042a73c677000059c9833b0d6127a5b29ccdb50dac70215
4
+ data.tar.gz: 5642df65be8ab9280fe08c843ac73f9d708817efb36424e34f05638d62efb515
5
5
  SHA512:
6
- metadata.gz: 36a8dc93a9ce4b47f7e35ebf9ea465baa6e0862660bc10b02623be502385102596c8493de46bb5c85890dba8f72f821e93c53ececeffc121d58c53e058a63e57
7
- data.tar.gz: f387b4d0f46f4df352cda39732050f059ec178223635d2be008838094560291ee9bb1496920d823cbd422c22bcfb05c17844a632e743578dd5486aec672e057d
6
+ metadata.gz: 6a8910c52f6a3008306fc001e8b3e99703319fc45821df35f220ab139c203734d9f2406b48123e6d4e4720ebc08e266859f517715b5c0924afc9569fbb121012
7
+ data.tar.gz: 47cfefd5ef1721ab6e61043b6618c47fca436b8b65f7daee8e8ec10cdf27d3cdbdb0b56eedcc75442d4747079f2b7698ae09e1f1ee273e0e38165fa2f32ce440
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
+ ## [3.0.1] - 2026-03-20
9
+
10
+ ### Changed
11
+
12
+ - Improve gem push workflow security and reliability.
13
+
8
14
  ## [3.0.0] - 2026-03-16
9
15
 
10
16
  ### Added
@@ -3,6 +3,6 @@
3
3
  module HTTP
4
4
  module FormData
5
5
  # Gem version.
6
- VERSION = "3.0.0"
6
+ VERSION = "3.0.1"
7
7
  end
8
8
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: http-form_data
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.0
4
+ version: 3.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Aleksey V Zapparov
@@ -44,10 +44,10 @@ licenses:
44
44
  - MIT
45
45
  metadata:
46
46
  homepage_uri: https://github.com/httprb/form_data
47
- source_code_uri: https://github.com/httprb/form_data/tree/v3.0.0
47
+ source_code_uri: https://github.com/httprb/form_data/tree/v3.0.1
48
48
  bug_tracker_uri: https://github.com/httprb/form_data/issues
49
- changelog_uri: https://github.com/httprb/form_data/blob/v3.0.0/CHANGELOG.md
50
- documentation_uri: https://www.rubydoc.info/gems/http-form_data/3.0.0
49
+ changelog_uri: https://github.com/httprb/form_data/blob/v3.0.1/CHANGELOG.md
50
+ documentation_uri: https://www.rubydoc.info/gems/http-form_data/3.0.1
51
51
  rubygems_mfa_required: 'true'
52
52
  rdoc_options: []
53
53
  require_paths:
@@ -63,7 +63,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
63
63
  - !ruby/object:Gem::Version
64
64
  version: '0'
65
65
  requirements: []
66
- rubygems_version: 4.0.3
66
+ rubygems_version: 4.0.8
67
67
  specification_version: 4
68
68
  summary: Build form data request bodies
69
69
  test_files: []