Sha256: eb39569cd237b773956d48952e9af364bd4069dd1adc0762edeb591b0669f6be

Contents?: true

Size: 1.13 KB

Versions: 13

Compression:

Stored size: 1.13 KB

Contents

# -*- encoding: utf-8 -*-

=begin
#Pulp 3 API

#Fetch, Upload, Organize, and Distribute Software Packages

The version of the OpenAPI document: v3
Contact: pulp-list@redhat.com
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 4.2.3

=end

$:.push File.expand_path("../lib", __FILE__)
require "pulp_file_client/version"

Gem::Specification.new do |s|
  s.name        = "pulp_file_client"
  s.version     = PulpFileClient::VERSION
  s.platform    = Gem::Platform::RUBY
  s.authors     = ["OpenAPI-Generator"]
  s.email       = ["pulp-list@redhat.com"]
  s.homepage    = "https://openapi-generator.tech"
  s.summary     = "Pulp 3 API Ruby Gem"
  s.description = "Fetch, Upload, Organize, and Distribute Software Packages"
  s.license     = 'GPL-2.0+'
  s.required_ruby_version = ">= 1.9"

  s.add_runtime_dependency 'faraday', '>= 0.14.0'
  s.add_runtime_dependency 'json', '~> 2.1', '>= 2.1.0'

  s.add_development_dependency 'rspec', '~> 3.6', '>= 3.6.0'

  s.files         = `find *`.split("\n").uniq.sort.select { |f| !f.empty? }
  s.test_files    = `find spec/*`.split("\n")
  s.executables   = []
  s.require_paths = ["lib"]
end

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
pulp_file_client-1.8.0 pulp_file_client.gemspec
pulp_file_client-1.7.0 pulp_file_client.gemspec
pulp_file_client-1.6.1 pulp_file_client.gemspec
pulp_file_client-1.6.0.post3 pulp_file_client.gemspec
pulp_file_client-1.6.0.post2 pulp_file_client.gemspec
pulp_file_client-1.6.0.post1 pulp_file_client.gemspec
pulp_file_client-1.6.0.post0 pulp_file_client.gemspec
pulp_file_client-1.5.0 pulp_file_client.gemspec
pulp_file_client-1.4.0.post1 pulp_file_client.gemspec
pulp_file_client-1.4.0.post0 pulp_file_client.gemspec
pulp_file_client-1.4.0 pulp_file_client.gemspec
pulp_file_client-1.3.0 pulp_file_client.gemspec
pulp_file_client-1.2.0 pulp_file_client.gemspec