# -*- encoding: utf-8 -*- # stub: effective_posts 1.1.3 ruby lib Gem::Specification.new do |s| s.name = "effective_posts".freeze s.version = "1.1.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 = ["Code and Effect".freeze] s.date = "2019-06-20" s.description = "A blog implementation with WYSIWYG content editing, post scheduling, pagination and optional top level routes for each post category.".freeze s.email = ["info@codeandeffect.com".freeze] s.files = ["MIT-LICENSE".freeze, "README.md".freeze, "app/assets/javascripts/effective/snippets/read_more_divider.js.coffee".freeze, "app/assets/javascripts/effective_posts.js".freeze, "app/assets/javascripts/effective_posts/additional_fields.js.coffee".freeze, "app/assets/stylesheets/effective_posts.scss".freeze, "app/controllers/admin/posts_controller.rb".freeze, "app/controllers/effective/posts_controller.rb".freeze, "app/datatables/effective_posts_datatable.rb".freeze, "app/helpers/effective_posts_helper.rb".freeze, "app/helpers/effective_truncate_html_helper.rb".freeze, "app/mailers/effective/posts_mailer.rb".freeze, "app/models/effective/access_denied.rb".freeze, "app/models/effective/datatables/posts.rb".freeze, "app/models/effective/post.rb".freeze, "app/models/effective/snippets/read_more_divider.rb".freeze, "app/views/admin/posts/_actions.html.haml".freeze, "app/views/admin/posts/_form.html.haml".freeze, "app/views/admin/posts/_roles.html.haml".freeze, "app/views/admin/posts/edit.html.haml".freeze, "app/views/admin/posts/excerpts.html.haml".freeze, "app/views/admin/posts/index.html.haml".freeze, "app/views/admin/posts/new.html.haml".freeze, "app/views/effective/posts/_additional_fields.html.haml".freeze, "app/views/effective/posts/_categories.html.haml".freeze, "app/views/effective/posts/_event.html.haml".freeze, "app/views/effective/posts/_form.html.haml".freeze, "app/views/effective/posts/_layout.html.haml".freeze, "app/views/effective/posts/_post.html.haml".freeze, "app/views/effective/posts/_recent_posts.html.haml".freeze, "app/views/effective/posts/_sidebar.html.haml".freeze, "app/views/effective/posts/_spacer.html.haml".freeze, "app/views/effective/posts/_upcoming_events.html.haml".freeze, "app/views/effective/posts/edit.html.haml".freeze, "app/views/effective/posts/index.html.haml".freeze, "app/views/effective/posts/new.html.haml".freeze, "app/views/effective/posts/show.html.haml".freeze, "app/views/effective/posts/submitted.html.haml".freeze, "app/views/effective/posts_mailer/post_submitted_to_admin.html.haml".freeze, "app/views/effective/snippets/_read_more_divider.html.haml".freeze, "app/views/layouts/effective_posts_mailer_layout.html.haml".freeze, "config/effective_posts.rb".freeze, "config/routes.rb".freeze, "db/migrate/01_create_effective_posts.rb.erb".freeze, "lib/effective_posts.rb".freeze, "lib/effective_posts/engine.rb".freeze, "lib/effective_posts/version.rb".freeze, "lib/generators/effective_posts/install_generator.rb".freeze, "lib/generators/templates/effective_posts_mailer_preview.rb".freeze] s.homepage = "https://github.com/code-and-effect/effective_posts".freeze s.licenses = ["MIT".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "A blog implementation with WYSIWYG content editing, post scheduling, pagination and optional top level routes for each post category.".freeze s.specification_version = 4 s.add_runtime_dependency(%q.freeze, [">= 3.2.0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 4.0.0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) end