# -*- encoding: utf-8 -*- # stub: phcpress 57.0.3 ruby lib Gem::Specification.new do |s| s.name = "phcpress".freeze s.version = "57.0.3".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.metadata = { "changelog_uri" => "https://bradpotts.github.io/phcpress/releases", "documentation_uri" => "https://bradpotts.github.io/phcpress", "homepage_uri" => "https://bradpotts.github.io/phcpress/", "source_code_uri" => "https://github.com/bradpotts/phcpress/", "wiki_uri" => "https://github.com/bradpotts/phcpress/wiki/" } if s.respond_to? :metadata= s.require_paths = ["lib".freeze] s.authors = ["BradPotts".freeze] s.date = "2022-04-17" s.description = "Ruby on Rails 7 engine to manage your website's articles, categories and media.".freeze s.email = ["info@phcnet.co".freeze] s.files = ["MIT-LICENSE".freeze, "README.md".freeze, "Rakefile".freeze, "app/assets/config/phcpress_manifest.js".freeze, "app/controllers/phcpress/api/v1/post_index.json.rabl".freeze, "app/controllers/phcpress/api/v1/post_single.json.rabl".freeze, "app/controllers/phcpress/application_controller.rb".freeze, "app/controllers/phcpress/article/categories_controller.rb".freeze, "app/controllers/phcpress/article/posts_controller.rb".freeze, "app/controllers/phcpress/blog/articles_controller.rb".freeze, "app/helpers/phcpress/application_helper.rb".freeze, "app/helpers/phcpress/article/categories_helper.rb".freeze, "app/helpers/phcpress/article/posts_helper.rb".freeze, "app/jobs/phcpress/application_job.rb".freeze, "app/mailers/phcpress/application_mailer.rb".freeze, "app/models/phcpress/application_record.rb".freeze, "app/models/phcpress/article.rb".freeze, "app/models/phcpress/article/category.rb".freeze, "app/models/phcpress/article/post.rb".freeze, "app/models/phcpress/category_versions.rb".freeze, "app/models/phcpress/post_versions.rb".freeze, "app/views/layouts/phcpress/application.html.erb".freeze, "app/views/layouts/phcpress/components/backend/footer/_footer.html.erb".freeze, "app/views/layouts/phcpress/components/backend/navigation/_top_menu.html.erb".freeze, "app/views/layouts/phcpress/components/backend/sidebars/_side_menu.html.erb".freeze, "app/views/layouts/phcpress/frontend.html.erb".freeze, "app/views/phcpress/article/categories/_form.html.erb".freeze, "app/views/phcpress/article/categories/edit.html.erb".freeze, "app/views/phcpress/article/categories/index.html.erb".freeze, "app/views/phcpress/article/categories/new.html.erb".freeze, "app/views/phcpress/article/posts/_form.html.erb".freeze, "app/views/phcpress/article/posts/edit.html.erb".freeze, "app/views/phcpress/article/posts/index.html.erb".freeze, "app/views/phcpress/article/posts/new.html.erb".freeze, "app/views/phcpress/blog/articles/index.html.erb".freeze, "app/views/phcpress/blog/articles/show.html.erb".freeze, "config/routes.rb".freeze, "db/migrate/20170509002355_create_phcpress_friendly_id_slugs.rb".freeze, "db/migrate/20170517064030_create_phcpress_post_versions.rb".freeze, "db/migrate/20170517064427_create_phcpress_category_versions.rb".freeze, "db/migrate/20190315010932_create_phcpress_article_posts.rb".freeze, "db/migrate/20190315040834_create_phcpress_article_categories.rb".freeze, "db/migrate/20190315173237_create_join_table_categories_posts.rb".freeze, "lib/phcpress.rb".freeze, "lib/phcpress/engine.rb".freeze, "lib/phcpress/version.rb".freeze, "lib/tasks/phcpress_tasks.rake".freeze] s.homepage = "https://bradpotts.github.io/phcpress/".freeze s.licenses = ["MIT".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Rails 7 App Engine".freeze s.specification_version = 4 s.add_runtime_dependency(%q.freeze, ["~> 7.0".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 2.11".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 12.3".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 5.1".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 5.0".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 3.0".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 4.0".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 3.1".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 4.0".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 1.4".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 5.4".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 1.9".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 1.113".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 1.36".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 4.11".freeze]) s.add_development_dependency(%q.freeze, ["~> 6.2".freeze]) s.add_development_dependency(%q.freeze, ["~> 5.1".freeze]) s.add_development_dependency(%q.freeze, ["~> 4.0".freeze]) s.add_development_dependency(%q.freeze, ["~> 1.0".freeze]) s.add_development_dependency(%q.freeze, ["~> 1.4".freeze]) end