38 lines
1.1 KiB

2 years ago
  1. # -*- encoding: utf-8 -*-
  2. =begin
  3. #Seaweedfs Master Server API
  4. #The Seaweedfs Master Server API allows you to store blobs
  5. The version of the OpenAPI document: 3.43.0
  6. Generated by: https://openapi-generator.tech
  7. OpenAPI Generator version: 6.4.0
  8. =end
  9. $:.push File.expand_path("../lib", __FILE__)
  10. require "openapi_client/version"
  11. Gem::Specification.new do |s|
  12. s.name = "openapi_client"
  13. s.version = OpenapiClient::VERSION
  14. s.platform = Gem::Platform::RUBY
  15. s.authors = ["OpenAPI-Generator"]
  16. s.email = [""]
  17. s.homepage = "https://openapi-generator.tech"
  18. s.summary = "Seaweedfs Master Server API Ruby Gem"
  19. s.description = "The Seaweedfs Master Server API allows you to store blobs"
  20. s.license = "Unlicense"
  21. s.required_ruby_version = ">= 2.7"
  22. s.add_runtime_dependency 'typhoeus', '~> 1.0', '>= 1.0.1'
  23. s.add_development_dependency 'rspec', '~> 3.6', '>= 3.6.0'
  24. s.files = `find *`.split("\n").uniq.sort.select { |f| !f.empty? }
  25. s.test_files = `find spec/*`.split("\n")
  26. s.executables = []
  27. s.require_paths = ["lib"]
  28. end