# -*- encoding: utf-8 -*- # stub: attributor 5.6 ruby lib Gem::Specification.new do |s| s.name = "attributor".freeze s.version = "5.6".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Josep M. Blanquer".freeze, "Dane Jensen".freeze] s.date = "2020-11-02" s.email = ["blanquer@gmail.com".freeze, "dane.jensen@gmail.com".freeze] s.files = [".gitignore".freeze, ".rspec".freeze, ".rubocop.yml".freeze, ".travis.yml".freeze, "CHANGELOG.md".freeze, "Gemfile".freeze, "Guardfile".freeze, "LICENSE".freeze, "README.md".freeze, "Rakefile".freeze, "attributor.gemspec".freeze, "lib/attributor.rb".freeze, "lib/attributor/attribute.rb".freeze, "lib/attributor/attribute_resolver.rb".freeze, "lib/attributor/dsl_compiler.rb".freeze, "lib/attributor/dumpable.rb".freeze, "lib/attributor/example_mixin.rb".freeze, "lib/attributor/exceptions.rb".freeze, "lib/attributor/extensions/randexp.rb".freeze, "lib/attributor/extras/field_selector.rb".freeze, "lib/attributor/extras/field_selector/parser.rb".freeze, "lib/attributor/extras/field_selector/transformer.rb".freeze, "lib/attributor/families/numeric.rb".freeze, "lib/attributor/families/temporal.rb".freeze, "lib/attributor/hash_dsl_compiler.rb".freeze, "lib/attributor/smart_attribute_selector.rb".freeze, "lib/attributor/type.rb".freeze, "lib/attributor/types/bigdecimal.rb".freeze, "lib/attributor/types/boolean.rb".freeze, "lib/attributor/types/class.rb".freeze, "lib/attributor/types/collection.rb".freeze, "lib/attributor/types/container.rb".freeze, "lib/attributor/types/csv.rb".freeze, "lib/attributor/types/date.rb".freeze, "lib/attributor/types/date_time.rb".freeze, "lib/attributor/types/file_upload.rb".freeze, "lib/attributor/types/float.rb".freeze, "lib/attributor/types/hash.rb".freeze, "lib/attributor/types/ids.rb".freeze, "lib/attributor/types/integer.rb".freeze, "lib/attributor/types/model.rb".freeze, "lib/attributor/types/object.rb".freeze, "lib/attributor/types/polymorphic.rb".freeze, "lib/attributor/types/regexp.rb".freeze, "lib/attributor/types/string.rb".freeze, "lib/attributor/types/struct.rb".freeze, "lib/attributor/types/symbol.rb".freeze, "lib/attributor/types/tempfile.rb".freeze, "lib/attributor/types/time.rb".freeze, "lib/attributor/types/uri.rb".freeze, "lib/attributor/version.rb".freeze, "spec/attribute_resolver_spec.rb".freeze, "spec/attribute_spec.rb".freeze, "spec/attributor_spec.rb".freeze, "spec/dsl_compiler_spec.rb".freeze, "spec/dumpable_spec.rb".freeze, "spec/extras/field_selector/field_selector_spec.rb".freeze, "spec/families_spec.rb".freeze, "spec/hash_dsl_compiler_spec.rb".freeze, "spec/smart_attribute_selector_spec.rb".freeze, "spec/spec_helper.rb".freeze, "spec/support/hashes.rb".freeze, "spec/support/integers.rb".freeze, "spec/support/models.rb".freeze, "spec/support/polymorphics.rb".freeze, "spec/type_spec.rb".freeze, "spec/types/bigdecimal_spec.rb".freeze, "spec/types/boolean_spec.rb".freeze, "spec/types/class_spec.rb".freeze, "spec/types/collection_spec.rb".freeze, "spec/types/container_spec.rb".freeze, "spec/types/csv_spec.rb".freeze, "spec/types/date_spec.rb".freeze, "spec/types/date_time_spec.rb".freeze, "spec/types/file_upload_spec.rb".freeze, "spec/types/float_spec.rb".freeze, "spec/types/hash_spec.rb".freeze, "spec/types/ids_spec.rb".freeze, "spec/types/integer_spec.rb".freeze, "spec/types/model_spec.rb".freeze, "spec/types/polymorphic_spec.rb".freeze, "spec/types/regexp_spec.rb".freeze, "spec/types/string_spec.rb".freeze, "spec/types/struct_spec.rb".freeze, "spec/types/tempfile_spec.rb".freeze, "spec/types/temporal_spec.rb".freeze, "spec/types/time_spec.rb".freeze, "spec/types/type_spec.rb".freeze, "spec/types/uri_spec.rb".freeze] s.homepage = "https://github.com/rightscale/attributor".freeze s.licenses = ["MIT".freeze] s.required_ruby_version = Gem::Requirement.new(">= 2.1".freeze) s.rubygems_version = "3.5.10".freeze s.summary = "A powerful attribute and type management library for Ruby".freeze s.test_files = ["spec/attribute_resolver_spec.rb".freeze, "spec/attribute_spec.rb".freeze, "spec/attributor_spec.rb".freeze, "spec/dsl_compiler_spec.rb".freeze, "spec/dumpable_spec.rb".freeze, "spec/extras/field_selector/field_selector_spec.rb".freeze, "spec/families_spec.rb".freeze, "spec/hash_dsl_compiler_spec.rb".freeze, "spec/smart_attribute_selector_spec.rb".freeze, "spec/spec_helper.rb".freeze, "spec/support/hashes.rb".freeze, "spec/support/integers.rb".freeze, "spec/support/models.rb".freeze, "spec/support/polymorphics.rb".freeze, "spec/type_spec.rb".freeze, "spec/types/bigdecimal_spec.rb".freeze, "spec/types/boolean_spec.rb".freeze, "spec/types/class_spec.rb".freeze, "spec/types/collection_spec.rb".freeze, "spec/types/container_spec.rb".freeze, "spec/types/csv_spec.rb".freeze, "spec/types/date_spec.rb".freeze, "spec/types/date_time_spec.rb".freeze, "spec/types/file_upload_spec.rb".freeze, "spec/types/float_spec.rb".freeze, "spec/types/hash_spec.rb".freeze, "spec/types/ids_spec.rb".freeze, "spec/types/integer_spec.rb".freeze, "spec/types/model_spec.rb".freeze, "spec/types/polymorphic_spec.rb".freeze, "spec/types/regexp_spec.rb".freeze, "spec/types/string_spec.rb".freeze, "spec/types/struct_spec.rb".freeze, "spec/types/tempfile_spec.rb".freeze, "spec/types/temporal_spec.rb".freeze, "spec/types/time_spec.rb".freeze, "spec/types/type_spec.rb".freeze, "spec/types/uri_spec.rb".freeze] s.specification_version = 4 s.add_runtime_dependency(%q.freeze, ["~> 3".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 3".freeze]) s.add_development_dependency(%q.freeze, ["~> 3".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, ["~> 0".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, ["~> 2".freeze]) s.add_development_dependency(%q.freeze, ["~> 4".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, [">= 0".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]) end