mirror of
				https://github.com/OpenAPITools/openapi-generator.git
				synced 2025-11-03 18:23:44 +00:00 
			
		
		
		
	* Revert "v7.12.0 release" This reverts commit 073723cb4d41187f839fbb46565d109293fa22d7. * set version to v7.13.0-SNAPSHOT * update samples * update doc
		
			
				
	
	
		
			42 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			Ruby
		
	
	
	
	
	
			
		
		
	
	
			42 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			Ruby
		
	
	
	
	
	
# -*- encoding: utf-8 -*-
 | 
						|
 | 
						|
=begin
 | 
						|
#Echo Server API
 | 
						|
 | 
						|
#Echo Server API
 | 
						|
 | 
						|
The version of the OpenAPI document: 0.1.0
 | 
						|
Contact: team@openapitools.org
 | 
						|
Generated by: https://openapi-generator.tech
 | 
						|
Generator version: 7.13.0-SNAPSHOT
 | 
						|
 | 
						|
=end
 | 
						|
 | 
						|
$:.push File.expand_path("../lib", __FILE__)
 | 
						|
require "openapi_client/version"
 | 
						|
 | 
						|
Gem::Specification.new do |s|
 | 
						|
  s.name        = "openapi_client"
 | 
						|
  s.version     = OpenapiClient::VERSION
 | 
						|
  s.platform    = Gem::Platform::RUBY
 | 
						|
  s.authors     = ["OpenAPI-Generator"]
 | 
						|
  s.email       = ["team@openapitools.org"]
 | 
						|
  s.homepage    = "https://openapi-generator.tech"
 | 
						|
  s.summary     = "Echo Server API Ruby Gem"
 | 
						|
  s.description = "Echo Server API"
 | 
						|
  s.license     = "Unlicense"
 | 
						|
  s.required_ruby_version = ">= 2.7"
 | 
						|
  s.metadata    = {}
 | 
						|
 | 
						|
  s.add_runtime_dependency 'faraday', '>= 1.0.1', '< 3.0'
 | 
						|
  s.add_runtime_dependency 'faraday-multipart'
 | 
						|
  s.add_runtime_dependency 'marcel'
 | 
						|
 | 
						|
  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
 |