Sha256: 890af842a621dcc53e53019e5cc78a3c74e01fafd3f197ca0b5ed37021d7d8de

Contents?: true

Size: 1.66 KB

Versions: 2

Compression:

Stored size: 1.66 KB

Contents

require File.expand_path('../lib/avatax/version', __FILE__)

Gem::Specification.new do |s|
  s.add_development_dependency('rake', '~> 12.0.0')
  s.add_development_dependency('rspec', '~> 3.5.0')
  s.add_development_dependency('webmock', '>= 2.0.0')
  s.add_runtime_dependency('faraday', '>= 0.10')
  s.add_runtime_dependency('faraday_middleware', '>= 0.10')
  s.add_runtime_dependency('multi_json', '>= 1.0.3')
  s.add_runtime_dependency('activesupport', '~> 6.1.7')
  s.authors = ["Marcus Vorwaller"]
  s.description = %q{A Ruby wrapper for the AvaTax REST and Search APIs}
  s.post_install_message =<<eos
********************************************************************************

AvaTax REST API
------------------------------
Our developer site documents the AvaTax REST API.
(https://developer.avalara.com).
Blog
----------------------------
The Developer Blog is a great place to learn more about the API and AvaTax integrations
Subscribe to the RSS feed be notified of new posts:
(https://developer.avalara.com/blogs).

********************************************************************************
eos
  s.email = ['marcus.vorwaller@avalara.com']
  s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
  s.files = `git ls-files`.split("\n")
  s.homepage = 'https://github.com/avadev/AvaTax-REST-V2-Ruby-SDK'
  s.name = 'avatax'
  s.platform = Gem::Platform::RUBY
  s.require_paths = ['lib']
  s.required_rubygems_version = Gem::Requirement.new('>= 2.0.0') if s.respond_to? :required_rubygems_version=
  s.summary = %q{Ruby wrapper for the AvaTax API}
  s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
  s.version = AvaTax::VERSION.dup
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
avatax-23.1.0 avatax.gemspec
avatax-22.11.0 avatax.gemspec