# -*- encoding: utf-8 -*- # stub: unidom-sequence 1.0 ruby lib Gem::Specification.new do |s| s.name = "unidom-sequence".freeze s.version = "1.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 Sequence domain model engine includes the Sequence model 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\u5E8F\u5217\u9886\u57DF\u6A21\u578B\u5F15\u64CE\u5305\u62EC\u5E8F\u5217\u548C\u4E0E\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-sequence_manifest.js".freeze, "app/assets/javascripts/unidom/sequence/application.js".freeze, "app/assets/stylesheets/unidom/sequence/application.css".freeze, "app/controllers/unidom/sequence/application_controller.rb".freeze, "app/helpers/unidom/sequence/application_helper.rb".freeze, "app/jobs/unidom/sequence/application_job.rb".freeze, "app/mailers/unidom/sequence/application_mailer.rb".freeze, "app/models/unidom/sequence/application_record.rb".freeze, "app/models/unidom/sequence/sequence.rb".freeze, "app/views/layouts/unidom/sequence/application.html.erb".freeze, "config/routes.rb".freeze, "db/migrate/20000801000000_create_unidom_sequences.rb".freeze, "lib/rspec/models/unidom/sequence/sequence_spec.rb".freeze, "lib/tasks/sequence_tasks.rake".freeze, "lib/unidom/sequence.rb".freeze, "lib/unidom/sequence/engine.rb".freeze, "lib/unidom/sequence/models_rspec.rb".freeze, "lib/unidom/sequence/types_rspec.rb".freeze, "lib/unidom/sequence/validators_rspec.rb".freeze, "lib/unidom/sequence/version.rb".freeze] s.homepage = "https://github.com/topbitdu/unidom-sequence".freeze s.licenses = ["MIT".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Unidom Sequence Domain Model Engine \u5E8F\u5217\u9886\u57DF\u6A21\u578B\u5F15\u64CE".freeze s.specification_version = 4 s.add_runtime_dependency(%q.freeze, ["~> 2.0".freeze]) end