--- !ruby/object:Gem::Specification name: annotaterb version: !ruby/object:Gem::Version version: 4.0.0 platform: ruby authors: - Andrew W. Lee autorequire: bindir: exe cert_chain: [] date: 2023-05-03 00:00:00.000000000 Z dependencies: [] description: Annotates Rails/ActiveRecord Models, routes, fixtures, and others based on the database schema. email: - git@drewlee.com executables: - annotaterb extensions: [] extra_rdoc_files: [] files: - CHANGELOG.md - LICENSE.txt - README.md - VERSION - exe/annotaterb - lib/annotate_rb.rb - lib/annotate_rb/active_record_patch.rb - lib/annotate_rb/commands.rb - lib/annotate_rb/commands/annotate_models.rb - lib/annotate_rb/commands/annotate_routes.rb - lib/annotate_rb/commands/print_help.rb - lib/annotate_rb/commands/print_version.rb - lib/annotate_rb/config_finder.rb - lib/annotate_rb/config_loader.rb - lib/annotate_rb/core.rb - lib/annotate_rb/eager_loader.rb - lib/annotate_rb/env.rb - lib/annotate_rb/model_annotator.rb - lib/annotate_rb/model_annotator/annotation_pattern_generator.rb - lib/annotate_rb/model_annotator/annotator.rb - lib/annotate_rb/model_annotator/bad_model_file_error.rb - lib/annotate_rb/model_annotator/constants.rb - lib/annotate_rb/model_annotator/file_annotation_remover.rb - lib/annotate_rb/model_annotator/file_annotator.rb - lib/annotate_rb/model_annotator/file_name_resolver.rb - lib/annotate_rb/model_annotator/file_patterns.rb - lib/annotate_rb/model_annotator/helper.rb - lib/annotate_rb/model_annotator/model_class_getter.rb - lib/annotate_rb/model_annotator/model_file_annotator.rb - lib/annotate_rb/model_annotator/model_files_getter.rb - lib/annotate_rb/model_annotator/pattern_getter.rb - lib/annotate_rb/model_annotator/schema_info.rb - lib/annotate_rb/options.rb - lib/annotate_rb/parser.rb - lib/annotate_rb/rake_bootstrapper.rb - lib/annotate_rb/route_annotator.rb - lib/annotate_rb/route_annotator/annotation_processor.rb - lib/annotate_rb/route_annotator/annotator.rb - lib/annotate_rb/route_annotator/base_processor.rb - lib/annotate_rb/route_annotator/header_generator.rb - lib/annotate_rb/route_annotator/helper.rb - lib/annotate_rb/route_annotator/removal_processor.rb - lib/annotate_rb/runner.rb - lib/annotate_rb/tasks/annotate_models_migrate.rake - lib/generators/annotate_rb/install/USAGE - lib/generators/annotate_rb/install/install_generator.rb - lib/generators/annotate_rb/install/templates/annotate_rb.rake homepage: https://github.com/drwl/annotaterb licenses: - BSD-2-Clause metadata: homepage_uri: https://github.com/drwl/annotaterb source_code_uri: https://github.com/drwl/annotaterb changelog_uri: https://github.com/drwl/annotaterb/blob/master/CHANGELOG.md bug_tracker_uri: https://github.com/drwl/annotaterb/issues post_install_message: rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: 2.7.0 required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' requirements: [] rubygems_version: 3.2.33 signing_key: specification_version: 4 summary: A gem for generating annotations for Rails projects. test_files: []