Sha256: 58e376bc6c664272ca375984a7b2632f3c9ff1f943ceb4e0c0edd12eb9187fba

Contents?: true

Size: 1.21 KB

Versions: 1

Compression:

Stored size: 1.21 KB

Contents

# -*- encoding: utf-8 -*-

=begin
#Avalara Shipping Verification only

#API for evaluating transactions against direct-to-consumer Beverage Alcohol shipping regulations.  This API is currently in beta. 

The version of the OpenAPI document: 3.1.0

Generated by: https://openapi-generator.tech
OpenAPI Generator version: 5.3.1

=end

$:.push File.expand_path("../lib", __FILE__)
require "Avalara.SDK/version"

Gem::Specification.new do |s|
  s.name        = "Avalara.SDK"
  s.version     = AvalaraSDK::VERSION
  s.platform    = Gem::Platform::RUBY
  s.authors     = ["OpenAPI-Generator"]
  s.email       = [""]
  s.homepage    = "https://openapi-generator.tech"
  s.summary     = "Avalara Shipping Verification only Ruby Gem"
  s.description = "API for evaluating transactions against direct-to-consumer Beverage Alcohol shipping regulations.  This API is currently in beta. "
  s.license     = "Unlicense"
  s.required_ruby_version = ">= 2.4"

  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
avalara_sdk-2.4.5.6 Avalara.SDK.gemspec