Sha256: c754adec06c0b7e87e827a0854cb8a384698b8dd1d09a25117342d8da77e8a56

Contents?: true

Size: 1.13 KB

Versions: 4

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.3.1

=end

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

Gem::Specification.new do |s|
  s.name        = "pulpcore_client"
  s.version     = PulpcoreClient::VERSION
  s.platform    = Gem::Platform::RUBY
  s.authors     = ["OpenAPI-Generator"]
  s.email       = ["pulp-list@redhat.com"]
  s.homepage    = "https://github.com/pulp/pulpcore"
  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', '>= 0.17', '< 1.9.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

4 entries across 4 versions & 1 rubygems

Version Path
pulpcore_client-3.16.12 pulpcore_client.gemspec
pulpcore_client-3.18.6 pulpcore_client.gemspec
pulpcore_client-3.16.11 pulpcore_client.gemspec
pulpcore_client-3.14.18 pulpcore_client.gemspec