# -*- encoding: utf-8 -*- # stub: copyable 0.3.3 ruby lib Gem::Specification.new do |s| s.name = "copyable".freeze s.version = "0.3.3".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Wyatt Greene".freeze, "Dennis Chan".freeze, "Anne Geiersbach".freeze, "Parker Morse".freeze] s.date = "2021-08-19" s.description = "Copyable makes it easy to copy ActiveRecord models.".freeze s.email = ["dchan@dmgroupK12.com".freeze, "ageiersbach@dmgroupK12.com".freeze, "pmorse@dmgroupK12.com".freeze] s.files = [".gitignore".freeze, ".rspec".freeze, ".travis.yml".freeze, "Gemfile".freeze, "LICENSE.txt".freeze, "README.md".freeze, "Rakefile".freeze, "copyable.gemspec".freeze, "lib/copyable.rb".freeze, "lib/copyable/config.rb".freeze, "lib/copyable/copy_registry.rb".freeze, "lib/copyable/copyable_extension.rb".freeze, "lib/copyable/declarations/after_copy.rb".freeze, "lib/copyable/declarations/associations.rb".freeze, "lib/copyable/declarations/columns.rb".freeze, "lib/copyable/declarations/declaration.rb".freeze, "lib/copyable/declarations/declarations.rb".freeze, "lib/copyable/declarations/disable_all_callbacks_and_observers_except_validate.rb".freeze, "lib/copyable/declarations/main.rb".freeze, "lib/copyable/exceptions.rb".freeze, "lib/copyable/model_hooks.rb".freeze, "lib/copyable/option_checker.rb".freeze, "lib/copyable/railtie.rb".freeze, "lib/copyable/saver.rb".freeze, "lib/copyable/single_copy_enforcer.rb".freeze, "lib/copyable/syntax_checking/association_checker.rb".freeze, "lib/copyable/syntax_checking/column_checker.rb".freeze, "lib/copyable/syntax_checking/completeness_checker.rb".freeze, "lib/copyable/syntax_checking/declaration_checker.rb".freeze, "lib/copyable/syntax_checking/declaration_stubber.rb".freeze, "lib/copyable/syntax_checking/syntax_checker.rb".freeze, "lib/copyable/version.rb".freeze, "lib/tasks/copyable.rake".freeze, "spec/config_spec.rb".freeze, "spec/copy_registry_spec.rb".freeze, "spec/copyable_after_copy_spec.rb".freeze, "spec/copyable_associations_spec.rb".freeze, "spec/copyable_columns_spec.rb".freeze, "spec/copyable_spec.rb".freeze, "spec/create_copy_spec.rb".freeze, "spec/deep_structure_copy_spec.rb".freeze, "spec/helper/copyable_spec_helper.rb".freeze, "spec/helper/test_models.rb".freeze, "spec/helper/test_tables.rb".freeze, "spec/model_hooks_spec.rb".freeze, "spec/spec_helper.rb".freeze, "spec/stress_test_spec.rb".freeze, "spec/syntax_checking/association_checker_spec.rb".freeze, "spec/syntax_checking/column_checker_spec.rb".freeze, "spec/syntax_checking/declaration_checker_spec.rb".freeze, "spec/syntax_checking_spec.rb".freeze, "spec/transaction_spec.rb".freeze] s.homepage = "https://github.com/dmcouncil/copyable".freeze s.licenses = ["MIT".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "ActiveRecord copier".freeze s.test_files = ["spec/config_spec.rb".freeze, "spec/copy_registry_spec.rb".freeze, "spec/copyable_after_copy_spec.rb".freeze, "spec/copyable_associations_spec.rb".freeze, "spec/copyable_columns_spec.rb".freeze, "spec/copyable_spec.rb".freeze, "spec/create_copy_spec.rb".freeze, "spec/deep_structure_copy_spec.rb".freeze, "spec/helper/copyable_spec_helper.rb".freeze, "spec/helper/test_models.rb".freeze, "spec/helper/test_tables.rb".freeze, "spec/model_hooks_spec.rb".freeze, "spec/spec_helper.rb".freeze, "spec/stress_test_spec.rb".freeze, "spec/syntax_checking/association_checker_spec.rb".freeze, "spec/syntax_checking/column_checker_spec.rb".freeze, "spec/syntax_checking/declaration_checker_spec.rb".freeze, "spec/syntax_checking_spec.rb".freeze, "spec/transaction_spec.rb".freeze] s.specification_version = 4 s.add_runtime_dependency(%q.freeze, [">= 4.2".freeze, "< 6".freeze]) s.add_development_dependency(%q.freeze, ["~> 2".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, ["~> 1.3.6".freeze]) end