# -*- encoding: utf-8 -*- # stub: rails-routes-prettier 1.0.0 ruby lib Gem::Specification.new do |s| s.name = "rails-routes-prettier".freeze s.version = "1.0.0".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.metadata = { "changelog_uri" => "https://github.com/nejdetkadir/rails-routes-prettier/blob/main/CHANGELOG.md", "homepage_uri" => "https://github.com/nejdetkadir/rails-routes-prettier", "source_code_uri" => "https://github.com/nejdetkadir/rails-routes-prettier" } if s.respond_to? :metadata= s.require_paths = ["lib".freeze] s.authors = ["nejdetkadir".freeze] s.bindir = "exe".freeze s.date = "2023-01-04" s.description = "The rails-routes-prettier gem makes it easy to view the routes in your Rails application. It converts the routes into a clear and readable format, making it simple to understand the structure of your application's routing. Whether you're a beginner or an experienced Rails developer, this gem is a valuable tool for navigating and understanding the routes in your application".freeze s.email = ["nejdetkadir.550@gmail.com".freeze] s.files = [".rubocop.yml".freeze, "CHANGELOG.md".freeze, "CODE_OF_CONDUCT.md".freeze, "Gemfile".freeze, "Gemfile.lock".freeze, "LICENSE".freeze, "README.md".freeze, "Rakefile".freeze, "lib/rails/routes/prettier.rb".freeze, "lib/rails/routes/prettier/formatter.rb".freeze, "lib/rails/routes/prettier/objects/route.rb".freeze, "lib/rails/routes/prettier/version.rb".freeze, "rails-routes-prettier.gemspec".freeze, "sig/rails/routes/prettier.rbs".freeze] s.homepage = "https://github.com/nejdetkadir/rails-routes-prettier".freeze s.licenses = ["MIT".freeze] s.required_ruby_version = Gem::Requirement.new(">= 2.7.0".freeze) s.rubygems_version = "3.5.10".freeze s.summary = "The rails-routes-prettier gem makes it easy to view the routes in your Rails application. It converts the routes into a clear and readable format, making it simple to understand the structure of your application's routing. Whether you're a beginner or an experienced Rails developer, this gem is a valuable tool for navigating and understanding the routes in your application".freeze s.specification_version = 4 s.add_runtime_dependency(%q.freeze, [">= 6.0.0".freeze]) end