Sha256: 3d1e6e05f5ac16cb3ee28b90d38dc14fb899c165a6a9a41cfa7976827f305431

Contents?: true

Size: 1.2 KB

Versions: 1

Compression:

Stored size: 1.2 KB

Contents

# -*- 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: 2023-08-15
Contact: developers@klaviyo.com
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     = "4.1.0"
  s.authors     = ['Klaviyo Team']
  s.email       = ['libraries@klaviyo.com']
  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

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
klaviyo-api-sdk-4.1.0 klaviyo-api-sdk.gemspec