# -*- encoding: utf-8 -*- # stub: next_rails_scaffold 0.1.11 ruby lib Gem::Specification.new do |s| s.name = "next_rails_scaffold".freeze s.version = "0.1.11".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.metadata = { "allowed_push_host" => "https://rubygems.org", "changelog_uri" => "https://github.com/raphox/next-rails/blob/main/CHANGELOG.md", "homepage_uri" => "https://github.com/raphox/next-rails#readme", "source_code_uri" => "https://github.com/raphox/next-rails" } if s.respond_to? :metadata= s.require_paths = ["lib".freeze] s.authors = ["Raphael Ara\u00FAjo".freeze] s.bindir = "exe".freeze s.date = "2023-11-25" s.description = "The `next_rails_scaffold` gem is a powerful extension to the standard Ruby on Rails scaffold generator. It streamlines the development workflow by not only creating the backend structure with Rails but also automating the setup of a frontend directory using Next.js. Upon running the scaffold generator, this gem intelligently generates a Next.js application within the specified frontend directory.\n\nThe generated Next.js app follows best practices, including a structured page routing system, ensuring that each resource created by the scaffold has its corresponding page and components. This integration enables developers to seamlessly transition between Rails backend and Next.js frontend development, fostering a cohesive and efficient development environment.\n\nKey Features:\n\n- **Automatic Frontend Setup:** The gem automates the creation of a frontend directory within the Rails project, ready for Next.js development.\n- **Page Routing Integration:** All scaffolded resources come with their own pages and components, organized using Next.js' page routing system.\n- **Effortless Transition:** Developers can seamlessly switch between Rails backend and Next.js frontend development within the same project.\n- **Boosted Productivity:** Accelerate development by eliminating the manual setup of frontend components and pages, allowing developers to focus on building features.\n\nIntegrate `next_rails_scaffold` into your Ruby on Rails projects to enjoy a streamlined, organized, and efficient full-stack development experience.\n".freeze s.email = ["raphox.araujo@gmail.com".freeze] s.files = [".editorconfig".freeze, ".rubocop.yml".freeze, ".vscode/settings.json".freeze, "CHANGELOG.md".freeze, "LICENSE.txt".freeze, "README.md".freeze, "Rakefile".freeze, "app/controllers/next_rails_scaffold/static_pages_controller.rb".freeze, "config/routes.rb".freeze, "lib/generators/next_rails_scaffold/USAGE".freeze, "lib/generators/next_rails_scaffold/install_generator.rb".freeze, "lib/generators/next_rails_scaffold/templates/config/initializers/next_rails_scaffold.rb".freeze, "lib/generators/rails/next_rails_scaffold/next_rails_scaffold_generator.rb".freeze, "lib/next_rails_scaffold.rb".freeze, "lib/next_rails_scaffold/actions.rb".freeze, "lib/next_rails_scaffold/engine.rb".freeze, "lib/next_rails_scaffold/version.rb".freeze, "sig/next_rails_scaffold.rbs".freeze] s.homepage = "https://github.com/raphox/next-rails#readme".freeze s.licenses = ["MIT".freeze] s.required_ruby_version = Gem::Requirement.new(">= 2.6.0".freeze) s.rubygems_version = "3.5.10".freeze s.summary = "The `next_rails_scaffold` gem enhances the default Ruby on Rails scaffold generator by seamlessly integrating with Next.js, a React framework. This gem automates the process of scaffolding a Rails application along with a corresponding frontend directory containing a Next.js application. The generated Next.js app includes all necessary pages and components, leveraging the power of page routing for a smooth and organized development experience.".freeze s.specification_version = 4 s.add_runtime_dependency(%q.freeze, ["~> 7.1.2".freeze]) end