# -*- encoding: utf-8 -*- # stub: oxen 0.0.5 ruby lib Gem::Specification.new do |s| s.name = "oxen".freeze s.version = "0.0.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 = ["zxy".freeze] s.date = "2018-01-23" s.description = "simple user and account engine".freeze s.email = ["zxy@qq.com".freeze] s.files = ["Gemfile".freeze, "Gemfile.lock".freeze, "MIT-LICENSE".freeze, "README.md".freeze, "Rakefile".freeze, "app/assets/config/oxen_manifest.js".freeze, "app/assets/javascripts/oxen/application.js".freeze, "app/assets/stylesheets/oxen/application.scss".freeze, "app/controllers/oxen/accounts_controller.rb".freeze, "app/controllers/oxen/application_controller.rb".freeze, "app/controllers/oxen/auth_controller.rb".freeze, "app/helpers/oxen/accounts_helper.rb".freeze, "app/helpers/oxen/application_helper.rb".freeze, "app/helpers/oxen/auth_helper.rb".freeze, "app/jobs/oxen/application_job.rb".freeze, "app/models/oxen/account.rb".freeze, "app/views/oxen/accounts/_form.html.slim".freeze, "app/views/oxen/accounts/changepsd.slim".freeze, "app/views/oxen/accounts/edit.html.slim".freeze, "app/views/oxen/accounts/index.html.slim".freeze, "app/views/oxen/accounts/new.html.slim".freeze, "app/views/oxen/accounts/show.html.slim".freeze, "app/views/oxen/auth/login.html.slim".freeze, "config/routes.rb".freeze, "lib/oxen.rb".freeze, "lib/oxen/engine.rb".freeze, "lib/oxen/version.rb".freeze, "lib/tasks/oxen_tasks.rake".freeze, "oxen.gemspec".freeze] s.homepage = "https://www.zapps.online".freeze s.licenses = ["MIT".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "user and account engine.".freeze end