# -*- encoding: utf-8 -*- # stub: homeland-note 0.2.0 ruby lib Gem::Specification.new do |s| s.name = "homeland-note".freeze s.version = "0.2.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 = ["Jason Lee".freeze] s.date = "2018-04-18" s.description = "Note plugin for Homeland.".freeze s.email = ["huacnlee@gmail.com".freeze] s.files = ["MIT-LICENSE".freeze, "README.md".freeze, "Rakefile".freeze, "app/assets/config/homeland_note_manifest.js".freeze, "app/assets/javascripts/homeland/note/application.coffee".freeze, "app/assets/stylesheets/homeland/note/application.scss".freeze, "app/controllers/homeland/note/application_controller.rb".freeze, "app/controllers/homeland/note/notes_controller.rb".freeze, "app/helpers/homeland/note/application_helper.rb".freeze, "app/jobs/homeland/note/application_job.rb".freeze, "app/mailers/homeland/note/application_mailer.rb".freeze, "app/models/homeland/note/ability.rb".freeze, "app/models/note.rb".freeze, "app/views/homeland/note/notes/_form.html.erb".freeze, "app/views/homeland/note/notes/_sidebar.html.erb".freeze, "app/views/homeland/note/notes/edit.html.erb".freeze, "app/views/homeland/note/notes/index.html.erb".freeze, "app/views/homeland/note/notes/new.html.erb".freeze, "app/views/homeland/note/notes/show.html.erb".freeze, "app/views/layouts/homeland/note/application.html.erb".freeze, "config/locales/homeland.note.zh-CN.yml".freeze, "config/routes.rb".freeze, "db/migrate/20170321074447_create_notes.rb".freeze, "lib/homeland/note.rb".freeze, "lib/homeland/note/engine.rb".freeze, "lib/homeland/note/version.rb".freeze, "lib/tasks/homeland/note_tasks.rake".freeze] s.homepage = "https://github.com/ruby-china/homeland-note".freeze s.licenses = ["MIT".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Note plugin for Homeland".freeze s.specification_version = 4 s.add_runtime_dependency(%q.freeze, ["~> 5".freeze]) end