# -*- encoding: utf-8 -*- # stub: unidom-product 2.0 ruby lib Gem::Specification.new do |s| s.name = "unidom-product".freeze s.version = "2.0".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Topbit Du".freeze] s.date = "2020-04-20" s.description = "Unidom (UNIfied Domain Object Model) is a series of domain model engines. The Product domain model engine includes Product and its relative models. Unidom (\u7EDF\u4E00\u9886\u57DF\u5BF9\u8C61\u6A21\u578B)\u662F\u4E00\u7CFB\u5217\u7684\u9886\u57DF\u6A21\u578B\u5F15\u64CE\u3002\u4EA7\u54C1\u9886\u57DF\u6A21\u578B\u5F15\u64CE\u5305\u62EC\u4EA7\u54C1\u53CA\u5176\u76F8\u5173\u7684\u6A21\u578B\u3002".freeze s.email = ["topbit.du@gmail.com".freeze] s.files = ["MIT-LICENSE".freeze, "README.md".freeze, "Rakefile".freeze, "app/assets/config/unidom-product_manifest.js".freeze, "app/assets/javascripts/unidom/product/application.js".freeze, "app/assets/stylesheets/unidom/product/application.css".freeze, "app/controllers/unidom/product/application_controller.rb".freeze, "app/helpers/unidom/product/application_helper.rb".freeze, "app/jobs/unidom/product/application_job.rb".freeze, "app/mailers/unidom/product/application_mailer.rb".freeze, "app/models/unidom/product/application_record.rb".freeze, "app/models/unidom/product/concerns/as_source_product.rb".freeze, "app/models/unidom/product/concerns/as_source_product_associating.rb".freeze, "app/models/unidom/product/concerns/as_target_product.rb".freeze, "app/models/unidom/product/concerns/as_target_product_associating.rb".freeze, "app/models/unidom/product/product.rb".freeze, "app/models/unidom/product/product_associating.rb".freeze, "app/types/unidom/product/formset.rb".freeze, "app/types/unidom/product/product_association.rb".freeze, "app/views/layouts/unidom/product/application.html.erb".freeze, "config/enum.yml".freeze, "config/locales/enum.zh-CN.yml".freeze, "config/routes.rb".freeze, "db/migrate/20020201000000_create_unidom_products.rb".freeze, "db/migrate/20020211000000_create_unidom_product_associatings.rb".freeze, "lib/rspec/models/unidom/product/concerns/as_source_product_shared_examples.rb".freeze, "lib/rspec/models/unidom/product/concerns/as_target_product_shared_examples.rb".freeze, "lib/rspec/models/unidom/product/product_associating_spec.rb".freeze, "lib/rspec/models/unidom/product/product_spec.rb".freeze, "lib/rspec/types/unidom/product/formset_spec.rb".freeze, "lib/rspec/types/unidom/product/product_association_spec.rb".freeze, "lib/tasks/product_tasks.rake".freeze, "lib/unidom/product.rb".freeze, "lib/unidom/product/engine.rb".freeze, "lib/unidom/product/models_rspec.rb".freeze, "lib/unidom/product/rspec_shared_examples.rb".freeze, "lib/unidom/product/types_rspec.rb".freeze, "lib/unidom/product/validators_rspec.rb".freeze, "lib/unidom/product/version.rb".freeze] s.homepage = "https://github.com/topbitdu/unidom-product".freeze s.licenses = ["MIT".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Unidom Product Domain Model Engine \u4EA7\u54C1\u9886\u57DF\u6A21\u578B\u5F15\u64CE".freeze s.specification_version = 4 s.add_runtime_dependency(%q.freeze, ["~> 2.0".freeze]) end