# -*- encoding: utf-8 -*- # stub: unidom-inventory 0.2 ruby lib Gem::Specification.new do |s| s.name = "unidom-inventory".freeze s.version = "0.2".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 = "2016-09-27" s.description = "Unidom (UNIfied Domain Object Model) is a series of domain model engines. The Inventory domain model engine includes the Serialized Inventory Item, the Grouped Inventory Item, the Lot, and the Inventory Item Variance models. Unidom (\u7EDF\u4E00\u9886\u57DF\u5BF9\u8C61\u6A21\u578B)\u662F\u4E00\u7CFB\u5217\u7684\u9886\u57DF\u6A21\u578B\u5F15\u64CE\u3002\u5E93\u5B58\u9886\u57DF\u6A21\u578B\u5F15\u64CE\u5305\u62EC\u5E8F\u5217\u5316\u5E93\u5B58\u9879\u3001\u5206\u7EC4\u5E93\u5B58\u9879\u3001\u6279\u91CF\u548C\u5E93\u5B58\u9879\u53D8\u5316\u7684\u6A21\u578B\u3002".freeze s.email = ["topbit.du@gmail.com".freeze] s.files = ["MIT-LICENSE".freeze, "README.md".freeze, "Rakefile".freeze, "app/assets/javascripts/unidom/inventory/application.js".freeze, "app/assets/stylesheets/unidom/inventory/application.css".freeze, "app/controllers/unidom/inventory/application_controller.rb".freeze, "app/helpers/unidom/inventory/application_helper.rb".freeze, "app/models/unidom/inventory/concerns/as_inventory_item.rb".freeze, "app/models/unidom/inventory/grouped_inventory_item.rb".freeze, "app/models/unidom/inventory/serialized_inventory_item.rb".freeze, "app/views/layouts/unidom/inventory/application.html.erb".freeze, "config/routes.rb".freeze, "db/migrate/20020901000000_create_unidom_serialized_inventory_items.rb".freeze, "db/migrate/20020902000000_create_unidom_grouped_inventory_items.rb".freeze, "lib/tasks/inventory_tasks.rake".freeze, "lib/unidom/inventory.rb".freeze, "lib/unidom/inventory/engine.rb".freeze, "lib/unidom/inventory/version.rb".freeze] s.homepage = "https://github.com/topbitdu/unidom-inventory".freeze s.licenses = ["MIT".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Unidom Inventory Domain Model Engine \u5E93\u5B58\u9886\u57DF\u6A21\u578B\u5F15\u64CE".freeze s.specification_version = 4 s.add_runtime_dependency(%q.freeze, [">= 1.0".freeze]) end