-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathasposeemailcloud.gemspec
57 lines (51 loc) · 2.22 KB
/
asposeemailcloud.gemspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
# frozen_string_literal: true
#
# Copyright (c) 2018 Aspose Pty Ltd. All Rights Reserved.
#
# Licensed under the MIT (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# https://github.com/aspose-email-cloud/aspose-email-cloud-ruby/blob/master/LICENSE
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
# Aspose.Email for Cloud API Reference
#
# Aspose.Email for Cloud helps performing optical mark recognition in the cloud
#
# OpenAPI spec version: 1.1
#
# Generated by: https://github.com/swagger-api/swagger-codegen.git
# Swagger Codegen version: 3.0.0-SNAPSHOT
#
$LOAD_PATH.push File.expand_path('lib', __dir__)
require_relative './lib/aspose-email-cloud/version'
Gem::Specification.new do |s|
s.name = 'aspose_email_cloud'
s.version = AsposeEmailCloud::VERSION
s.platform = Gem::Platform::RUBY
s.authors = ['Aspose.Email team']
s.homepage = 'https://github.com/aspose-email-cloud/aspose-email-cloud-ruby'
s.summary = 'A ruby wrapper for Aspose.Email for Cloud'
s.description = 'Aspose.Email Cloud is a REST API for creating email applications that work with common email file formats. '
s.license = 'MIT'
s.required_ruby_version = '>= 2.4'
s.add_runtime_dependency 'faraday', '~> 0.14.0'
s.add_runtime_dependency 'json', '~> 2.1', '>= 2.1.0'
s.add_runtime_dependency 'mimemagic', '~> 0.3.2'
s.add_development_dependency 'autotest', '~> 4.4', '>= 4.4.6'
s.add_development_dependency 'autotest-fsevent', '~> 0.2', '>= 0.2.12'
s.add_development_dependency 'autotest-growl', '~> 0.2', '>= 0.2.16'
s.add_development_dependency 'autotest-rails-pure', '~> 4.1', '>= 4.1.2'
s.add_development_dependency 'rspec', '~> 3.6', '>= 3.6.0'
s.add_development_dependency 'vcr', '~> 3.0', '>= 3.0.1'
s.add_development_dependency 'webmock', '~> 1.24', '>= 1.24.3'
s.files = Dir['lib/**/*.rb']
s.executables = []
s.require_paths = ['lib']
end