Sha256: 17691a80710aabf28eebbf4228d69d311f2dea32baa528c14e636810aa33ed0c

Contents?: true

Size: 1.17 KB

Versions: 6

Compression:

Stored size: 1.17 KB

Contents

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

=begin
#Pulp 3 API

#No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: v3

Generated by: https://openapi-generator.tech
OpenAPI Generator version: 4.2.3

=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       = [""]
  s.homepage    = "https://openapi-generator.tech"
  s.summary     = "Pulp 3 API Ruby Gem"
  s.description = "No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)"
  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

6 entries across 6 versions & 1 rubygems

Version Path
pulpcore_client-3.5.0 pulpcore_client.gemspec
pulpcore_client-3.4.1 pulpcore_client.gemspec
pulpcore_client-3.4.0 pulpcore_client.gemspec
pulpcore_client-3.3.1 pulpcore_client.gemspec
pulpcore_client-3.3.0 pulpcore_client.gemspec
pulpcore_client-3.2.1 pulpcore_client.gemspec