Sha256: c15bfd3fa4b2fb75653f180d2398b65bbe01ec5ff0f25b957f3b834dbd51bbe4
Contents?: true
Size: 1.71 KB
Versions: 1
Compression:
Stored size: 1.71 KB
Contents
# -*- encoding: utf-8 -*- =begin #MailSlurp API #MailSlurp is an API for sending and receiving emails from dynamically allocated email addresses. It's designed for developers and QA teams to test applications, process inbound emails, send templated notifications, attachments, and more. ## Resources - [Homepage](https://www.mailslurp.com) - Get an [API KEY](https://app.mailslurp.com/sign-up/) - Generated [SDK Clients](https://www.mailslurp.com/docs/) - [Examples](https://github.com/mailslurp/examples) repository The version of the OpenAPI document: d1659dc1567a5b62f65d0612107a50aace03e085 Generated by: https://openapi-generator.tech OpenAPI Generator version: 4.2.3 =end $:.push File.expand_path("../lib", __FILE__) require "mailslurp_client/version" Gem::Specification.new do |s| s.name = "mailslurp_client" s.version = MailSlurpClient::VERSION s.platform = Gem::Platform::RUBY s.authors = ["MailSlurp"] s.email = ["contact@mailslurp.dev"] s.homepage = "https://github.com/mailslurp/mailslurp-client-ruby" s.summary = "Official MailSlurp API Client" s.description = "Create emails addresses in Ruby then send and receive real emails and attachments. See https://www.mailslurp.com/docs/ruby/ for full Ruby documentation. Get an API Key at https://app.mailslurp.com" s.license = 'MIT' s.required_ruby_version = ">= 1.9" s.add_runtime_dependency 'typhoeus', '~> 1.0', '>= 1.0.1' s.add_runtime_dependency 'json', '~> 2.1', '>= 2.1.0' 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 |
---|---|
mailslurp_client-7.0.8 | mailslurp_client.gemspec |