Sha256: 4f6ded0a931243bcac487c0ea020ea234446c352cd39353197c54337a459e1c0
Contents?: true
Size: 1.15 KB
Versions: 1
Compression:
Stored size: 1.15 KB
Contents
# -*- encoding: utf-8 -*- =begin #Swaggy Jenkins #Jenkins API clients generated from Swagger / Open API specification The version of the OpenAPI document: 3.0.1 Contact: blah+oapicf@cliffano.com Generated by: https://openapi-generator.tech Generator version: 7.4.0 =end $:.push File.expand_path("../lib", __FILE__) require "swaggy_jenkins/version" Gem::Specification.new do |s| s.name = "swaggy_jenkins" s.version = SwaggyJenkinsClient::VERSION s.platform = Gem::Platform::RUBY s.authors = ["OpenAPI Clients Factory"] s.email = ["blah+oapicf@cliffano.com"] s.homepage = "https://github.com/oapicf/swaggy-jenkins" s.summary = "Swaggy Jenkins Ruby Gem" s.description = "Jenkins API clients generated from Swagger / Open API specification" s.license = "MIT" s.required_ruby_version = ">= 2.0" s.metadata = {} s.add_runtime_dependency 'typhoeus', '~> 1.0', '>= 1.0.1' 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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
swaggy_jenkins-3.0.1 | swaggy_jenkins.gemspec |