Sha256: 1e44dc3795db2ffc1841171ba51bc8c05f5348c5d1a5b386d7a7e87dadcab5c2
Contents?: true
Size: 1.04 KB
Versions: 1
Compression:
Stored size: 1.04 KB
Contents
# -*- encoding: utf-8 -*- =begin #Dropbox Sign API #Dropbox Sign v3 API The version of the OpenAPI document: 3.0.0 Contact: apisupport@hellosign.com Generated by: https://openapi-generator.tech Generator version: 7.7.0 =end $:.push File.expand_path("../lib", __FILE__) require "dropbox-sign/version" Gem::Specification.new do |s| s.name = "dropbox-sign" s.version = Dropbox::Sign::VERSION s.platform = Gem::Platform::RUBY s.authors = ["Dropbox"] s.email = ["apisupport@hellosign.com"] s.homepage = "https://hellosign.com" s.summary = "Dropbox Sign API Ruby Gem" s.description = "Official Dropbox Sign APIv3 OpenAPI Ruby SDK" s.license = "MIT" s.required_ruby_version = ">= 2.7" 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 |
---|---|
dropbox-sign-1.5.0 | dropbox-sign.gemspec |