-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathklaviyo-api-sdk.gemspec
40 lines (31 loc) · 1.21 KB
/
klaviyo-api-sdk.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
# -*- encoding: utf-8 -*-
=begin
#Klaviyo API
#The Klaviyo REST API. Please visit https://developers.klaviyo.com for more details.
The version of the OpenAPI document: 2024-10-15
Contact: [email protected]
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.2.1
=end
$:.push File.expand_path("../lib", __FILE__)
require "klaviyo-api-sdk/version"
Gem::Specification.new do |s|
s.name = "klaviyo-api-sdk"
s.version = "11.1.0"
s.authors = ['Klaviyo Team']
s.email = ['[email protected]']
s.summary = 'You heard us, a Ruby wrapper for the Klaviyo API'
s.description = 'Ruby wrapper for the Klaviyo API'
s.homepage = 'https://www.klaviyo.com/'
s.license = "MIT"
s.required_ruby_version = ">= 2.4"
s.add_runtime_dependency 'retriable', '~> 3.1'
s.add_runtime_dependency 'typhoeus', '~> 1.0', '>= 1.0.1'
s.files = `find *`.split("\n").uniq.sort.select { |f| !f.empty? }
s.executables = []
s.require_paths = ["lib"]
s.metadata = {
"changelog_uri" => "https://github.com/klaviyo/klaviyo-api-ruby/blob/main/CHANGELOG.md",
"documentation_uri" => "https://github.com/klaviyo/klaviyo-api-ruby/blob/main/README.md",
}
end