# -*- encoding: utf-8 -*- # stub: unidom-action 0.3 ruby lib Gem::Specification.new do |s| s.name = "unidom-action".freeze s.version = "0.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 = "2016-09-29" s.description = "Unidom (UNIfied Domain Object Model) is a series of domain model engines. The Action domain model engine includes the Reason, State Transition, Obsolescene, and the Acting models. Unidom (\u7EDF\u4E00\u9886\u57DF\u5BF9\u8C61\u6A21\u578B)\u662F\u4E00\u7CFB\u5217\u7684\u9886\u57DF\u6A21\u578B\u5F15\u64CE\u3002\u5BA1\u8BA1\u9886\u57DF\u6A21\u578B\u5F15\u64CE\u5305\u62EC\u539F\u56E0\u3001\u72B6\u6001\u8FC1\u79FB\u3001\u5E9F\u5F03\u548C\u884C\u4E3A\u65E5\u5FD7\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-action_manifest.js".freeze, "app/assets/javascripts/unidom/action/application.js".freeze, "app/assets/stylesheets/unidom/action/application.css".freeze, "app/controllers/unidom/action/application_controller.rb".freeze, "app/helpers/unidom/action/application_helper.rb".freeze, "app/jobs/unidom/action/application_job.rb".freeze, "app/mailers/unidom/action/application_mailer.rb".freeze, "app/models/unidom/action/acting.rb".freeze, "app/models/unidom/action/application_record.rb".freeze, "app/models/unidom/action/obsolescence.rb".freeze, "app/models/unidom/action/reason.rb".freeze, "app/models/unidom/action/state_transition.rb".freeze, "app/views/layouts/unidom/action/application.html.erb".freeze, "config/routes.rb".freeze, "db/migrate/20000501000000_create_unidom_reasons.rb".freeze, "db/migrate/20000510000000_create_unidom_actings.rb".freeze, "db/migrate/20000511000000_create_unidom_state_transitions.rb".freeze, "db/migrate/20000512000000_create_unidom_obsolescences.rb".freeze, "lib/tasks/action_tasks.rake".freeze, "lib/unidom/action.rb".freeze, "lib/unidom/action/engine.rb".freeze, "lib/unidom/action/version.rb".freeze] s.homepage = "https://github.com/topbitdu/unidom-action".freeze s.licenses = ["MIT".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Unidom Action Domain Model Engine \u5BA1\u8BA1\u9886\u57DF\u6A21\u578B\u5F15\u64CE".freeze s.specification_version = 4 s.add_runtime_dependency(%q.freeze, [">= 1.0".freeze]) end