# -*- encoding: utf-8 -*- # stub: unidom-geo 1.5 ruby lib Gem::Specification.new do |s| s.name = "unidom-geo".freeze s.version = "1.5".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-01-31" s.description = "Unidom (UNIfied Domain Object Model) is a series of domain model engines. The Geo domain model engine includes Region, Town, and Location models. Unidom (\u7EDF\u4E00\u9886\u57DF\u5BF9\u8C61\u6A21\u578B)\u662F\u4E00\u7CFB\u5217\u7684\u9886\u57DF\u6A21\u578B\u5F15\u64CE\u3002\u5730\u7406\u9886\u57DF\u6A21\u578B\u5F15\u64CE\u5305\u62EC\u884C\u653F\u533A\u5212\u3001\u4E61\u9547\u548C\u8857\u9053\u5730\u5740\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-geo_manifest.js".freeze, "app/assets/javascripts/unidom/geo/application.js".freeze, "app/assets/stylesheets/unidom/geo/application.css".freeze, "app/controllers/unidom/geo/application_controller.rb".freeze, "app/helpers/unidom/geo/application_helper.rb".freeze, "app/jobs/unidom/geo/application_job.rb".freeze, "app/mailers/unidom/geo/application_mailer.rb".freeze, "app/models/unidom/geo/application_record.rb".freeze, "app/models/unidom/geo/concerns/as_located.rb".freeze, "app/models/unidom/geo/concerns/as_locator.rb".freeze, "app/models/unidom/geo/concerns/as_region.rb".freeze, "app/models/unidom/geo/locating.rb".freeze, "app/models/unidom/geo/location.rb".freeze, "app/views/layouts/unidom/geo/application.html.erb".freeze, "config/routes.rb".freeze, "db/migrate/20010401000000_create_unidom_locations.rb".freeze, "db/migrate/20010402000000_create_unidom_locatings.rb".freeze, "lib/rspec/models/unidom/geo/locating_spec.rb".freeze, "lib/rspec/models/unidom/geo/location_spec.rb".freeze, "lib/tasks/geo_tasks.rake".freeze, "lib/unidom/geo.rb".freeze, "lib/unidom/geo/engine.rb".freeze, "lib/unidom/geo/models_rspec.rb".freeze, "lib/unidom/geo/types_rspec.rb".freeze, "lib/unidom/geo/validators_rspec.rb".freeze, "lib/unidom/geo/version.rb".freeze] s.homepage = "https://github.com/topbitdu/unidom-geo".freeze s.licenses = ["MIT".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Unidom Geo Domain Model Engine \u5730\u7406\u9886\u57DF\u6A21\u578B\u5F15\u64CE".freeze s.specification_version = 4 s.add_runtime_dependency(%q.freeze, ["~> 1.9".freeze]) end