faraday-multipart 1.1.0 → 1.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: 5bd506d533ad9203184a3dac476941919f349e4565e81fa1521b8bc022f60f64
4
- data.tar.gz: b34ae2db7c7d54de96ef743d2568c31066f2160ccc120d1b719e3fe6eb7141b0
3
+ metadata.gz: c32bdcc8a56bde071bf290f431a4b9f7770607151f10f47741c96a811496dd08
4
+ data.tar.gz: c9f96a258eb0dcb02106ed07a4c2b35ef4edf96d8fe2c2fb9554810b361623c1
5
5
  SHA512:
6
- metadata.gz: 3cb034f5f9fc6dbbb71225a967dcb81fdffdde7b7cd7790fe019e4f4c1b7e242f9df1726c6f2f8f0f33555d88613a6e6d75ebb50a638e939e9618d6dc7a65161
7
- data.tar.gz: 37e5c0998d0ad5d40cd03cf3cdaf98e1f9473451035553bf61d1a8ba107ee53f62311080035520044b0b3053e1cb33bd2cd781d3480d11206197e96adc579099
6
+ metadata.gz: 88bec52f2c139c1a91e8cbe2cd5a8e84b36721998c567aa244b629d45b961ea68e134d9071840f636017973822720c8d607cdee2649d0857c45087f8a6c5d070
7
+ data.tar.gz: 881d3bc91852a8ea2c2051cba449b059d5a56f6dff7c09c6216a089e522ee82562f53d57d77aa1f2ae2d03672842263fd55ff7e0c819e303b6894203a369b34e
data/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Faraday Multipart
2
2
 
3
- [![ci](https://github.com/lostisland/faraday-multipart/actions/workflows/ci.yaml/badge.svg)](https://github.com/lostisland/faraday-multipart/actions/workflows/ci.yaml)
3
+ [![ci](https://github.com/lostisland/faraday-multipart/actions/workflows/ci.yml/badge.svg)](https://github.com/lostisland/faraday-multipart/actions/workflows/ci.yml)
4
4
  [![Gem](https://img.shields.io/gem/v/faraday-multipart.svg?style=flat-square)](https://rubygems.org/gems/faraday-multipart)
5
5
  [![License](https://img.shields.io/github/license/lostisland/faraday-multipart.svg?style=flat-square)](LICENSE.md)
6
6
 
@@ -3,7 +3,7 @@
3
3
  module Faraday
4
4
  # #:nodoc:
5
5
  module Multipart
6
- VERSION = '1.1.0'
6
+ VERSION = '1.1.1'
7
7
 
8
8
  def self.multipart_post_version
9
9
  require 'multipart/post/version'
metadata CHANGED
@@ -1,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: faraday-multipart
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.0
4
+ version: 1.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Mattia Giuffrida
8
- autorequire:
9
8
  bindir: bin
10
9
  cert_chain: []
11
- date: 2024-12-17 00:00:00.000000000 Z
10
+ date: 1980-01-02 00:00:00.000000000 Z
12
11
  dependencies:
13
12
  - !ruby/object:Gem::Dependency
14
13
  name: multipart-post
@@ -46,12 +45,11 @@ licenses:
46
45
  - MIT
47
46
  metadata:
48
47
  bug_tracker_uri: https://github.com/lostisland/faraday-multipart/issues
49
- changelog_uri: https://github.com/lostisland/faraday-multipart/blob/v1.1.0/CHANGELOG.md
50
- documentation_uri: http://www.rubydoc.info/gems/faraday-multipart/1.1.0
48
+ changelog_uri: https://github.com/lostisland/faraday-multipart/blob/v1.1.1/CHANGELOG.md
49
+ documentation_uri: http://www.rubydoc.info/gems/faraday-multipart/1.1.1
51
50
  homepage_uri: https://github.com/lostisland/faraday-multipart
52
51
  source_code_uri: https://github.com/lostisland/faraday-multipart
53
52
  wiki_uri: https://github.com/lostisland/faraday-multipart/wiki
54
- post_install_message:
55
53
  rdoc_options: []
56
54
  require_paths:
57
55
  - lib
@@ -69,8 +67,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
69
67
  - !ruby/object:Gem::Version
70
68
  version: '0'
71
69
  requirements: []
72
- rubygems_version: 3.1.6
73
- signing_key:
70
+ rubygems_version: 3.6.7
74
71
  specification_version: 4
75
72
  summary: Perform multipart-post requests using Faraday.
76
73
  test_files: []