# -*- encoding: utf-8 -*- # stub: much-rails 0.2.4 ruby lib Gem::Specification.new do |s| s.name = "much-rails".freeze s.version = "0.2.4".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Kelly Redding".freeze, "Collin Redding".freeze] s.date = "2021-02-09" s.description = "Rails utilities.".freeze s.email = ["kelly@kellyredding.com".freeze, "collin.redding@me.com".freeze] s.files = ["Gemfile".freeze, "LICENSE".freeze, "README.md".freeze, "lib/much-rails.rb".freeze, "lib/much-rails/abstract_class.rb".freeze, "lib/much-rails/action.rb".freeze, "lib/much-rails/action/base_command_result.rb".freeze, "lib/much-rails/action/base_result.rb".freeze, "lib/much-rails/action/base_router.rb".freeze, "lib/much-rails/action/controller.rb".freeze, "lib/much-rails/action/head_result.rb".freeze, "lib/much-rails/action/redirect_to_result.rb".freeze, "lib/much-rails/action/render_result.rb".freeze, "lib/much-rails/action/router.rb".freeze, "lib/much-rails/action/send_data_result.rb".freeze, "lib/much-rails/action/send_file_result.rb".freeze, "lib/much-rails/action/unprocessable_entity_result.rb".freeze, "lib/much-rails/assets.rb".freeze, "lib/much-rails/boolean.rb".freeze, "lib/much-rails/call_method.rb".freeze, "lib/much-rails/call_method_callbacks.rb".freeze, "lib/much-rails/change_action.rb".freeze, "lib/much-rails/change_action_result.rb".freeze, "lib/much-rails/config.rb".freeze, "lib/much-rails/date.rb".freeze, "lib/much-rails/decimal.rb".freeze, "lib/much-rails/destroy_action.rb".freeze, "lib/much-rails/destroy_service.rb".freeze, "lib/much-rails/has_slug.rb".freeze, "lib/much-rails/input_value.rb".freeze, "lib/much-rails/json.rb".freeze, "lib/much-rails/layout.rb".freeze, "lib/much-rails/layout/helper.rb".freeze, "lib/much-rails/mixin.rb".freeze, "lib/much-rails/not_given.rb".freeze, "lib/much-rails/rails_routes.rb".freeze, "lib/much-rails/railtie.rb".freeze, "lib/much-rails/records.rb".freeze, "lib/much-rails/records/always_destroyable.rb".freeze, "lib/much-rails/records/not_destroyable.rb".freeze, "lib/much-rails/records/validate_destroy.rb".freeze, "lib/much-rails/result.rb".freeze, "lib/much-rails/save_action.rb".freeze, "lib/much-rails/save_service.rb".freeze, "lib/much-rails/service.rb".freeze, "lib/much-rails/service_validation_errors.rb".freeze, "lib/much-rails/time.rb".freeze, "lib/much-rails/version.rb".freeze, "lib/much-rails/view_models.rb".freeze, "lib/much-rails/view_models/breadcrumb.rb".freeze, "lib/much-rails/wrap_and_call_method.rb".freeze, "lib/much-rails/wrap_method.rb".freeze, "log/.keep".freeze, "much-rails.gemspec".freeze, "test/helper.rb".freeze, "test/support/actions/show.rb".freeze, "test/support/config/routes/test.rb".freeze, "test/support/factory.rb".freeze, "test/support/fake_action_controller.rb".freeze, "test/system/.keep".freeze, "test/unit/abstract_class_tests.rb".freeze, "test/unit/action/base_command_result_tests.rb".freeze, "test/unit/action/base_result_tests.rb".freeze, "test/unit/action/base_router_tests.rb".freeze, "test/unit/action/controller_tests.rb".freeze, "test/unit/action/head_result_tests.rb".freeze, "test/unit/action/redirect_to_result_tests.rb".freeze, "test/unit/action/render_result_tests.rb".freeze, "test/unit/action/router_tests.rb".freeze, "test/unit/action/send_data_result_tests.rb".freeze, "test/unit/action/send_file_result_tests.rb".freeze, "test/unit/action/unprocessable_entity_result_tests.rb".freeze, "test/unit/action_tests.rb".freeze, "test/unit/assets_tests.rb".freeze, "test/unit/boolean_tests.rb".freeze, "test/unit/call_method_callbacks_tests.rb".freeze, "test/unit/call_method_tests.rb".freeze, "test/unit/change_action_result_tests.rb".freeze, "test/unit/change_action_tests.rb".freeze, "test/unit/config_tests.rb".freeze, "test/unit/date_tests.rb".freeze, "test/unit/decimal_tests.rb".freeze, "test/unit/destroy_action_tests.rb".freeze, "test/unit/destroy_service_tests.rb".freeze, "test/unit/has_slug_tests.rb".freeze, "test/unit/input_value_tests.rb".freeze, "test/unit/json_tests.rb".freeze, "test/unit/layout_tests.rb".freeze, "test/unit/mixin_tests.rb".freeze, "test/unit/much-rails_tests.rb".freeze, "test/unit/not_given_tests.rb".freeze, "test/unit/rails_routes_tests.rb".freeze, "test/unit/records/always_destroyable_tests.rb".freeze, "test/unit/records/not_destroyable_tests.rb".freeze, "test/unit/records/validate_destroy_tests.rb".freeze, "test/unit/result_tests.rb".freeze, "test/unit/save_action_tests.rb".freeze, "test/unit/save_service_tests.rb".freeze, "test/unit/service_tests.rb".freeze, "test/unit/service_validation_errors_tests.rb".freeze, "test/unit/time_tests.rb".freeze, "test/unit/view_models/breadcrumb_tests.rb".freeze, "test/unit/wrap_and_call_method_tests.rb".freeze, "test/unit/wrap_method_tests.rb".freeze, "tmp/.keep".freeze] s.homepage = "https://github.com/redding/much-rails".freeze s.licenses = ["MIT".freeze] s.required_ruby_version = Gem::Requirement.new("~> 2.5".freeze) s.rubygems_version = "3.5.10".freeze s.summary = "Rails utilities.".freeze s.test_files = ["test/helper.rb".freeze, "test/support/actions/show.rb".freeze, "test/support/config/routes/test.rb".freeze, "test/support/factory.rb".freeze, "test/support/fake_action_controller.rb".freeze, "test/system/.keep".freeze, "test/unit/abstract_class_tests.rb".freeze, "test/unit/action/base_command_result_tests.rb".freeze, "test/unit/action/base_result_tests.rb".freeze, "test/unit/action/base_router_tests.rb".freeze, "test/unit/action/controller_tests.rb".freeze, "test/unit/action/head_result_tests.rb".freeze, "test/unit/action/redirect_to_result_tests.rb".freeze, "test/unit/action/render_result_tests.rb".freeze, "test/unit/action/router_tests.rb".freeze, "test/unit/action/send_data_result_tests.rb".freeze, "test/unit/action/send_file_result_tests.rb".freeze, "test/unit/action/unprocessable_entity_result_tests.rb".freeze, "test/unit/action_tests.rb".freeze, "test/unit/assets_tests.rb".freeze, "test/unit/boolean_tests.rb".freeze, "test/unit/call_method_callbacks_tests.rb".freeze, "test/unit/call_method_tests.rb".freeze, "test/unit/change_action_result_tests.rb".freeze, "test/unit/change_action_tests.rb".freeze, "test/unit/config_tests.rb".freeze, "test/unit/date_tests.rb".freeze, "test/unit/decimal_tests.rb".freeze, "test/unit/destroy_action_tests.rb".freeze, "test/unit/destroy_service_tests.rb".freeze, "test/unit/has_slug_tests.rb".freeze, "test/unit/input_value_tests.rb".freeze, "test/unit/json_tests.rb".freeze, "test/unit/layout_tests.rb".freeze, "test/unit/mixin_tests.rb".freeze, "test/unit/much-rails_tests.rb".freeze, "test/unit/not_given_tests.rb".freeze, "test/unit/rails_routes_tests.rb".freeze, "test/unit/records/always_destroyable_tests.rb".freeze, "test/unit/records/not_destroyable_tests.rb".freeze, "test/unit/records/validate_destroy_tests.rb".freeze, "test/unit/result_tests.rb".freeze, "test/unit/save_action_tests.rb".freeze, "test/unit/save_service_tests.rb".freeze, "test/unit/service_tests.rb".freeze, "test/unit/service_validation_errors_tests.rb".freeze, "test/unit/time_tests.rb".freeze, "test/unit/view_models/breadcrumb_tests.rb".freeze, "test/unit/wrap_and_call_method_tests.rb".freeze, "test/unit/wrap_method_tests.rb".freeze] s.specification_version = 4 s.add_development_dependency(%q.freeze, ["~> 0.6.0".freeze]) s.add_development_dependency(%q.freeze, ["~> 2.19.5".freeze]) s.add_development_dependency(%q.freeze, ["> 5.0".freeze, "< 7.0".freeze]) s.add_runtime_dependency(%q.freeze, ["> 5.0".freeze, "< 7.0".freeze]) s.add_runtime_dependency(%q.freeze, ["> 5.0".freeze, "< 7.0".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 0.15.2".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 0.1.1".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 0.5.1".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 0.2.1".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 0.1.3".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 0.2.4".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 0.1.2".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 0.1.3".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 0.1.1".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 3.10".freeze]) end