Sha256: 0eb4b57013baa09405a93d27bacb903b08273b2529d38dd6007c0e42975bc24e

Contents?: true

Size: 1.14 KB

Versions: 15

Compression:

Stored size: 1.14 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.3.1

=end

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

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

  s.add_runtime_dependency 'faraday', '>= 1.0.1', '< 2.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

15 entries across 15 versions & 1 rubygems

Version Path
pulp_python_client-3.12.5 pulp_python_client.gemspec
pulp_python_client-3.12.4 pulp_python_client.gemspec
pulp_python_client-3.12.3 pulp_python_client.gemspec
pulp_python_client-3.12.2 pulp_python_client.gemspec
pulp_python_client-3.11.3 pulp_python_client.gemspec
pulp_python_client-3.12.1 pulp_python_client.gemspec
pulp_python_client-3.11.2 pulp_python_client.gemspec
pulp_python_client-3.12.0 pulp_python_client.gemspec
pulp_python_client-3.11.1 pulp_python_client.gemspec
pulp_python_client-3.11.0 pulp_python_client.gemspec
pulp_python_client-3.10.0 pulp_python_client.gemspec
pulp_python_client-3.9.0 pulp_python_client.gemspec
pulp_python_client-3.8.0 pulp_python_client.gemspec
pulp_python_client-3.7.3 pulp_python_client.gemspec
pulp_python_client-3.6.1 pulp_python_client.gemspec