You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

38 lines
1.1 KiB

# -*- encoding: utf-8 -*-
=begin
#Seaweedfs Master Server API
#The Seaweedfs Master Server API allows you to store blobs
The version of the OpenAPI document: 3.43.0
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.4.0
=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 = [""]
s.homepage = "https://openapi-generator.tech"
s.summary = "Seaweedfs Master Server API Ruby Gem"
s.description = "The Seaweedfs Master Server API allows you to store blobs"
s.license = "Unlicense"
s.required_ruby_version = ">= 2.7"
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