Sha256: 5c191a6125336f343ec7e9fca0731e9091674c5d1a5a7e7a6644503b8ca24402
Contents?: true
Size: 1.02 KB
Versions: 1
Compression:
Stored size: 1.02 KB
Contents
# -*- encoding: utf-8 -*- =begin #HelloSign API #HelloSign v3 API The version of the OpenAPI document: 3.0.0 Contact: apisupport@hellosign.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 5.3.0 =end $:.push File.expand_path("../lib", __FILE__) require "hellosign-ruby-sdk/version" Gem::Specification.new do |s| s.name = "hellosign-ruby-sdk" s.version = HelloSign::VERSION s.platform = Gem::Platform::RUBY s.authors = ["HelloSign"] s.email = ["apisupport@hellosign.com"] s.homepage = "https://hellosign.com" s.summary = "HelloSign API Ruby Gem" s.description = "Official HelloSign APIv3 OpenAPI Ruby SDK" s.license = "MIT" 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
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
hellosign-ruby-sdk-6.0.0.pre.beta | hellosign-ruby-sdk.gemspec |