Sha256: 3c69894b269c4ba96802c69e44742f8682cf0c96991135c495b20dd5db22598d

Contents?: true

Size: 1.62 KB

Versions: 2

Compression:

Stored size: 1.62 KB

Contents

# -*- encoding: utf-8 -*-
# stub: faraday-multipart 1.1.0 ruby lib

Gem::Specification.new do |s|
  s.name = "faraday-multipart".freeze
  s.version = "1.1.0"

  s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version=
  s.metadata = { "bug_tracker_uri" => "https://github.com/lostisland/faraday-multipart/issues", "changelog_uri" => "https://github.com/lostisland/faraday-multipart/blob/v1.1.0/CHANGELOG.md", "documentation_uri" => "http://www.rubydoc.info/gems/faraday-multipart/1.1.0", "homepage_uri" => "https://github.com/lostisland/faraday-multipart", "source_code_uri" => "https://github.com/lostisland/faraday-multipart", "wiki_uri" => "https://github.com/lostisland/faraday-multipart/wiki" } if s.respond_to? :metadata=
  s.require_paths = ["lib".freeze]
  s.authors = ["Mattia Giuffrida".freeze]
  s.date = "2024-12-17"
  s.description = "Perform multipart-post requests using Faraday.\n".freeze
  s.email = ["giuffrida.mattia@gmail.com".freeze]
  s.homepage = "https://github.com/lostisland/faraday-multipart".freeze
  s.licenses = ["MIT".freeze]
  s.required_ruby_version = Gem::Requirement.new([">= 2.4".freeze, "< 4".freeze])
  s.rubygems_version = "3.1.6".freeze
  s.summary = "Perform multipart-post requests using Faraday.".freeze

  s.installed_by_version = "3.1.6" if s.respond_to? :installed_by_version

  if s.respond_to? :specification_version then
    s.specification_version = 4
  end

  if s.respond_to? :add_runtime_dependency then
    s.add_runtime_dependency(%q<multipart-post>.freeze, ["~> 2.0"])
  else
    s.add_dependency(%q<multipart-post>.freeze, ["~> 2.0"])
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
avalara_sdk-24.12.1 vendor/bundle/ruby/2.7.0/specifications/faraday-multipart-1.1.0.gemspec
avalara_sdk-24.12.0 vendor/bundle/ruby/2.7.0/specifications/faraday-multipart-1.1.0.gemspec