# -*- encoding: utf-8 -*-
# stub: killbill-avatax 3.0.1 ruby lib

Gem::Specification.new do |s|
  s.name = "killbill-avatax".freeze
  s.version = "3.0.1".freeze

  s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version=
  s.metadata = { "rubygems_mfa_required" => "true" } if s.respond_to? :metadata=
  s.require_paths = ["lib".freeze]
  s.authors = ["Kill Bill core team".freeze]
  s.date = "2023-06-22"
  s.description = "Rails UI plugin for the Avatax plugin.".freeze
  s.email = "killbilling-users@googlegroups.com".freeze
  s.files = ["MIT-LICENSE".freeze, "README.md".freeze, "Rakefile".freeze, "app/assets/config/avatax_manifest.js".freeze, "app/assets/javascripts/application.js".freeze, "app/assets/javascripts/avatax/avatax.js".freeze, "app/assets/stylesheets/application.css".freeze, "app/assets/stylesheets/avatax/avatax.css".freeze, "app/assets/stylesheets/bootstrap_and_overrides.css".freeze, "app/controllers/avatax/configuration_controller.rb".freeze, "app/controllers/avatax/engine_controller.rb".freeze, "app/helpers/avatax/application_helper.rb".freeze, "app/views/avatax/configuration/_exemptions_form.html.erb".freeze, "app/views/avatax/configuration/_exemptions_table.html.erb".freeze, "app/views/avatax/configuration/_plugin_form.html.erb".freeze, "app/views/avatax/configuration/_products_form.html.erb".freeze, "app/views/avatax/configuration/_products_table.html.erb".freeze, "app/views/avatax/configuration/index.html.erb".freeze, "app/views/avatax/configuration/plugin_configuration.html.erb".freeze, "app/views/avatax/configuration/set_exemption.html.erb".freeze, "app/views/avatax/configuration/set_tax_code.html.erb".freeze, "app/views/avatax/layouts/avatax_application.html.erb".freeze, "config/routes.rb".freeze, "lib/avatax.rb".freeze, "lib/avatax/client.rb".freeze, "lib/avatax/engine.rb".freeze, "lib/avatax/version.rb".freeze, "lib/tasks/avatax_tasks.rake".freeze]
  s.homepage = "https://killbill.io".freeze
  s.licenses = ["MIT".freeze]
  s.rubygems_version = "3.5.10".freeze
  s.summary = "Kill Bill Avatax UI mountable engine".freeze

  s.specification_version = 4

  s.add_runtime_dependency(%q<font-awesome-rails>.freeze, [">= 0".freeze])
  s.add_runtime_dependency(%q<jquery-datatables-rails>.freeze, [">= 0".freeze])
  s.add_runtime_dependency(%q<jquery-rails>.freeze, ["~> 4.5.1".freeze])
  s.add_runtime_dependency(%q<killbill-client>.freeze, [">= 0".freeze])
  s.add_runtime_dependency(%q<rails>.freeze, ["~> 7.0".freeze])
  s.add_runtime_dependency(%q<sass-rails>.freeze, [">= 0".freeze])
end