# -*- encoding: utf-8 -*- # stub: unidom-article_number 2.3 ruby lib Gem::Specification.new do |s| s.name = "unidom-article_number".freeze s.version = "2.3".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 = "2017-02-03" s.description = "Unidom (UNIfied Domain Object Model) is a series of domain model engines. The Article Number domain model engine includes EAN-13, EAN-8, and IMEI models. Unidom (\u7EDF\u4E00\u9886\u57DF\u5BF9\u8C61\u6A21\u578B)\u662F\u4E00\u7CFB\u5217\u7684\u9886\u57DF\u6A21\u578B\u5F15\u64CE\u3002\u7269\u54C1\u7F16\u7801\u9886\u57DF\u6A21\u578B\u5F15\u64CE\u5305\u62ECEAN-13\u3001EAN-8\u548CIMEI\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-article_number_manifest.js".freeze, "app/assets/javascripts/unidom/article_number/application.js".freeze, "app/assets/stylesheets/unidom/article_number/application.css".freeze, "app/controllers/unidom/article_number/application_controller.rb".freeze, "app/helpers/unidom/article_number/application_helper.rb".freeze, "app/jobs/unidom/article_number/application_job.rb".freeze, "app/mailers/unidom/article_number/application_mailer.rb".freeze, "app/models/unidom/article_number/application_record.rb".freeze, "app/models/unidom/article_number/concerns/as_barcode.rb".freeze, "app/models/unidom/article_number/concerns/as_ean13_marked.rb".freeze, "app/models/unidom/article_number/concerns/as_ean8_marked.rb".freeze, "app/models/unidom/article_number/concerns/as_marked.rb".freeze, "app/models/unidom/article_number/concerns/code128_barcode.rb".freeze, "app/models/unidom/article_number/ean13_barcode.rb".freeze, "app/models/unidom/article_number/ean8_barcode.rb".freeze, "app/models/unidom/article_number/marking.rb".freeze, "app/models/unidom/article_number/vehicle_identification_number.rb".freeze, "app/validators/unidom/article_number/vehicle_identification_number_validator.rb".freeze, "app/views/layouts/unidom/article_number/application.html.erb".freeze, "config/routes.rb".freeze, "db/migrate/20020101000000_create_unidom_markings.rb".freeze, "db/migrate/20020102000000_create_unidom_ean_13_barcodes.rb".freeze, "db/migrate/20020103000000_create_unidom_ean_8_barcodes.rb".freeze, "db/migrate/20020111000000_create_unidom_vehicle_identification_numbers.rb".freeze, "lib/rspec/models/unidom/article_number/ean13_barcode_spec.rb".freeze, "lib/rspec/models/unidom/article_number/ean8_barcode_spec.rb".freeze, "lib/rspec/models/unidom/article_number/marking_spec.rb".freeze, "lib/rspec/models/unidom/article_number/vehicle_identification_number_spec.rb".freeze, "lib/tasks/article_number_tasks.rake".freeze, "lib/unidom/article_number.rb".freeze, "lib/unidom/article_number/engine.rb".freeze, "lib/unidom/article_number/models_rspec.rb".freeze, "lib/unidom/article_number/types_rspec.rb".freeze, "lib/unidom/article_number/validators_rspec.rb".freeze, "lib/unidom/article_number/version.rb".freeze] s.homepage = "https://github.com/topbitdu/unidom-article_number".freeze s.licenses = ["MIT".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Unidom Article Number Domain Model Engine \u7269\u54C1\u7F16\u7801\u9886\u57DF\u6A21\u578B\u5F15\u64CE".freeze s.specification_version = 4 s.add_runtime_dependency(%q.freeze, ["~> 1.9".freeze]) end