# -*- encoding: utf-8 -*- # stub: solidus_act_as_tenant 0.0.3 ruby lib Gem::Specification.new do |s| s.name = "solidus_act_as_tenant".freeze s.version = "0.0.3".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.metadata = { "changelog_uri" => "https://github.com/solidusio-contrib/solidus_act_as_tenant/blob/main/CHANGELOG.md", "homepage_uri" => "https://github.com/solidusio-contrib/solidus_act_as_tenant#readme", "source_code_uri" => "https://github.com/solidusio-contrib/solidus_act_as_tenant" } if s.respond_to? :metadata= s.require_paths = ["lib".freeze] s.authors = ["Ikraam Ghoor".freeze] s.bindir = "exe".freeze s.date = "2024-12-10" s.description = "Adds tenant functionality to solidus using the row level acts_as_tenant gem".freeze s.email = "consult.ikraam@gmail.com".freeze s.files = [".circleci/config.yml".freeze, ".gem_release.yml".freeze, ".github/stale.yml".freeze, ".github_changelog_generator".freeze, ".gitignore".freeze, ".rspec".freeze, ".rubocop.yml".freeze, "CHANGELOG.md".freeze, "Gemfile".freeze, "LICENSE".freeze, "README.md".freeze, "Rakefile".freeze, "app/decorators/spree/store_credit_decorator.rb".freeze, "app/decorators/spree/variant_decorator.rb".freeze, "app/models/spree/products_taxon.rb".freeze, "app/models/spree/reimbursement_credit.rb".freeze, "app/models/spree/tenant.rb".freeze, "bin/console".freeze, "bin/rails".freeze, "bin/rails-engine".freeze, "bin/rails-sandbox".freeze, "bin/rake".freeze, "bin/sandbox".freeze, "bin/setup".freeze, "config/locales/en.yml".freeze, "config/routes.rb".freeze, "db/migrate/20241204043609_add_tenant_id_to_solidus_tables.rb".freeze, "db/migrate/20241204055845_update_spree_unique_indexes_with_tenant_scope.rb".freeze, "db/migrate/20241204105318_create_spree_tenants.rb".freeze, "lib/generators/solidus_act_as_tenant/install/install_generator.rb".freeze, "lib/generators/solidus_act_as_tenant/install/templates/initializer.rb".freeze, "lib/generators/solidus_act_as_tenant/install/templates/tenant_aware_models.yml".freeze, "lib/solidus_act_as_tenant.rb".freeze, "lib/solidus_act_as_tenant/configuration.rb".freeze, "lib/solidus_act_as_tenant/engine.rb".freeze, "lib/solidus_act_as_tenant/factories/preference_factory.rb".freeze, "lib/solidus_act_as_tenant/factories/tenant_factory.rb".freeze, "lib/solidus_act_as_tenant/tenant_aware.rb".freeze, "lib/solidus_act_as_tenant/testing_support/factories.rb".freeze, "lib/solidus_act_as_tenant/utils/tenant_selector.rb".freeze, "lib/solidus_act_as_tenant/version.rb".freeze, "solidus_act_as_tenant.gemspec".freeze, "spec/lib/solidus_act_as_tenant/tenant_aware_spec.rb".freeze, "spec/models/spree/store_credit_spec.rb".freeze, "spec/models/spree/variant_spec.rb".freeze, "spec/spec_helper.rb".freeze, "spec/support/config.rb".freeze] s.homepage = "https://github.com/solidusio-contrib/solidus_act_as_tenant#readme".freeze s.licenses = ["BSD-3-Clause".freeze] s.required_ruby_version = Gem::Requirement.new([">= 2.5".freeze, "< 4".freeze]) s.rubygems_version = "3.5.10".freeze s.summary = "Adds tenant functionality to solidus using the row level acts_as_tenant gem".freeze s.test_files = ["spec/lib/solidus_act_as_tenant/tenant_aware_spec.rb".freeze, "spec/models/spree/store_credit_spec.rb".freeze, "spec/models/spree/variant_spec.rb".freeze, "spec/spec_helper.rb".freeze, "spec/support/config.rb".freeze] s.specification_version = 4 s.add_runtime_dependency(%q.freeze, ["~> 1.0.1".freeze]) s.add_runtime_dependency(%q.freeze, [">= 2.0.0".freeze, "< 5".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 0.5".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, ["~> 2.9".freeze]) end