# -*- encoding: utf-8 -*- # stub: yarii-editor 0.4.5 ruby lib Gem::Specification.new do |s| s.name = "yarii-editor".freeze s.version = "0.4.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 = ["Jared White".freeze] s.date = "2020-04-23" s.description = "Provides a editing admin interface to any Rails app for handling static content (aka Jekyll)".freeze s.email = ["jared@jaredwhite.com".freeze] s.files = [".gitignore".freeze, ".ruby-version".freeze, "Gemfile".freeze, "LICENSE".freeze, "Procfile.dev".freeze, "README.md".freeze, "Rakefile".freeze, "app/assets/images/yarii_editor/.keep".freeze, "app/assets/images/yarii_editor/butterfly-small.png".freeze, "app/controllers/concerns/yarii_editor/controller_authorization.rb".freeze, "app/controllers/concerns/yarii_editor/repository_pullable.rb".freeze, "app/controllers/yarii_editor/application_controller.rb".freeze, "app/controllers/yarii_editor/dashboard_controller.rb".freeze, "app/controllers/yarii_editor/documents_controller.rb".freeze, "app/controllers/yarii_editor/publish_controller.rb".freeze, "app/helpers/yarii_editor/application_helper.rb".freeze, "app/helpers/yarii_editor/document_helper.rb".freeze, "app/helpers/yarii_editor/editor_helper.rb".freeze, "app/javascript/controllers/building_controller.js".freeze, "app/javascript/controllers/card_controller.js".freeze, "app/javascript/controllers/commit_modal_controller.js".freeze, "app/javascript/controllers/editor_modal_controller.js".freeze, "app/javascript/controllers/index.js".freeze, "app/javascript/controllers/list_loading_controller.js".freeze, "app/javascript/controllers/markdown_editor_controller.js".freeze, "app/javascript/controllers/new_document_controller.js".freeze, "app/javascript/controllers/push_to_public_controller.js".freeze, "app/javascript/controllers/testengine_controller.js".freeze, "app/javascript/lib/utils.js".freeze, "app/javascript/packs/application.js".freeze, "app/jobs/yarii/application_job.rb".freeze, "app/mailers/yarii/application_mailer.rb".freeze, "app/models/concerns/yarii_editor/model_callbacks.rb".freeze, "app/models/concerns/yarii_editor/previewing.rb".freeze, "app/models/page.rb".freeze, "app/models/post.rb".freeze, "app/models/yarii/application_record.rb".freeze, "app/models/yarii/repository.rb".freeze, "app/models/yarii/site.rb".freeze, "app/styles/FiraGO/FiraGO-Bold.woff".freeze, "app/styles/FiraGO/FiraGO-BoldItalic.woff".freeze, "app/styles/FiraGO/FiraGO-Book.woff".freeze, "app/styles/FiraGO/FiraGO-BookItalic.woff".freeze, "app/styles/FiraGO/FiraGO-HeavyItalic.woff".freeze, "app/styles/FiraGO/FiraGO-SemiBold.woff".freeze, "app/styles/FiraGO/FiraGO-SemiBoldItalic.woff".freeze, "app/styles/FiraGO/FiraGO.scss".freeze, "app/styles/Vidaloka/Vidaloka-Regular.woff".freeze, "app/styles/Vidaloka/Vidaloka.scss".freeze, "app/styles/application.scss".freeze, "app/styles/dashboard.scss".freeze, "app/styles/editor.scss".freeze, "app/styles/helpers.scss".freeze, "app/views/application/yarii_extra_head.html.erb".freeze, "app/views/layouts/yarii_editor/application.html.erb".freeze, "app/views/yarii_editor/application/render_engine_stylesheet_tag.html.erb".freeze, "app/views/yarii_editor/dashboard/_card.html.erb".freeze, "app/views/yarii_editor/dashboard/_extras.html.erb".freeze, "app/views/yarii_editor/dashboard/_inner_list.html.erb".freeze, "app/views/yarii_editor/dashboard/_list.html.erb".freeze, "app/views/yarii_editor/dashboard/index.html.erb".freeze, "app/views/yarii_editor/documents/modal.html.erb".freeze, "app/views/yarii_editor/editor/_dropdown.html.erb".freeze, "app/views/yarii_editor/editor/_markdown.html.erb".freeze, "app/views/yarii_editor/editor/_text.html.erb".freeze, "app/views/yarii_editor/editor/_textarea.html.erb".freeze, "app/views/yarii_editor/model_cards/_hashtags.html.erb".freeze, "app/views/yarii_editor/model_cards/_page.html.erb".freeze, "app/views/yarii_editor/model_cards/_post.html.erb".freeze, "app/views/yarii_editor/model_cards/_standard_footer_buttons.html.erb".freeze, "app/views/yarii_editor/publish/commit.html.erb".freeze, "app/views/yarii_editor/shared/_navbar.html.erb".freeze, "app/views/yarii_editor/shared/_publishing_menu.html.erb".freeze, "babel.config.js".freeze, "bin/rails".freeze, "bin/webpack".freeze, "config/initializers/assets.rb".freeze, "config/routes.rb".freeze, "config/webpack/development.js".freeze, "config/webpack/environment.js".freeze, "config/webpack/production.js".freeze, "config/webpack/staging.js".freeze, "config/webpack/test.js".freeze, "config/webpacker.yml".freeze, "db/migrate/20190923000809_create_yarii_sites.rb".freeze, "db/migrate/20191014203116_add_git_repo_path_to_yarii_sites.rb".freeze, "db/migrate/20200420221048_add_preview_build_command_to_yarii_sites.rb".freeze, "lib/tasks/yarii_editor_tasks.rake".freeze, "lib/yarii-editor.rb".freeze, "lib/yarii-editor/engine.rb".freeze, "lib/yarii-editor/setup_current_site.rb".freeze, "lib/yarii-editor/setup_current_user.rb".freeze, "lib/yarii-editor/version.rb".freeze, "package.json".freeze, "postcss.config.js".freeze, "yarii-editor.gemspec".freeze, "yarn.lock".freeze] s.homepage = "https://whitefusion.io".freeze s.licenses = ["MIT".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Provides a editing admin interface to any Rails app for handling static content (aka Jekyll)".freeze s.specification_version = 4 s.add_runtime_dependency(%q.freeze, ["~> 6.0.0".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 4.0".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 1.5".freeze]) end