# -*- encoding: utf-8 -*- # stub: graphql 0.19.2 ruby lib Gem::Specification.new do |s| s.name = "graphql".freeze s.version = "0.19.2".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Robert Mosolgo".freeze] s.date = "2016-10-06" s.description = "A GraphQL server implementation for Ruby. Includes schema definition, query parsing, static validation, type definition, and query execution.".freeze s.email = ["rdmosolgo@gmail.com".freeze] s.files = ["MIT-LICENSE".freeze, "lib/graphql.rb".freeze, "lib/graphql/analysis.rb".freeze, "lib/graphql/analysis/analyze_query.rb".freeze, "lib/graphql/analysis/field_usage.rb".freeze, "lib/graphql/analysis/max_query_complexity.rb".freeze, "lib/graphql/analysis/max_query_depth.rb".freeze, "lib/graphql/analysis/query_complexity.rb".freeze, "lib/graphql/analysis/query_depth.rb".freeze, "lib/graphql/analysis/reducer_state.rb".freeze, "lib/graphql/analysis_error.rb".freeze, "lib/graphql/argument.rb".freeze, "lib/graphql/base_type.rb".freeze, "lib/graphql/boolean_type.rb".freeze, "lib/graphql/define.rb".freeze, "lib/graphql/define/assign_argument.rb".freeze, "lib/graphql/define/assign_connection.rb".freeze, "lib/graphql/define/assign_enum_value.rb".freeze, "lib/graphql/define/assign_global_id_field.rb".freeze, "lib/graphql/define/assign_object_field.rb".freeze, "lib/graphql/define/defined_object_proxy.rb".freeze, "lib/graphql/define/instance_definable.rb".freeze, "lib/graphql/define/non_null_with_bang.rb".freeze, "lib/graphql/define/type_definer.rb".freeze, "lib/graphql/directive.rb".freeze, "lib/graphql/directive/deprecated_directive.rb".freeze, "lib/graphql/directive/include_directive.rb".freeze, "lib/graphql/directive/skip_directive.rb".freeze, "lib/graphql/enum_type.rb".freeze, "lib/graphql/execution.rb".freeze, "lib/graphql/execution/directive_checks.rb".freeze, "lib/graphql/execution/typecast.rb".freeze, "lib/graphql/execution_error.rb".freeze, "lib/graphql/field.rb".freeze, "lib/graphql/field/resolve.rb".freeze, "lib/graphql/float_type.rb".freeze, "lib/graphql/id_type.rb".freeze, "lib/graphql/input_object_type.rb".freeze, "lib/graphql/int_type.rb".freeze, "lib/graphql/interface_type.rb".freeze, "lib/graphql/internal_representation.rb".freeze, "lib/graphql/internal_representation/node.rb".freeze, "lib/graphql/internal_representation/rewrite.rb".freeze, "lib/graphql/introspection.rb".freeze, "lib/graphql/introspection/arguments_field.rb".freeze, "lib/graphql/introspection/directive_location_enum.rb".freeze, "lib/graphql/introspection/directive_type.rb".freeze, "lib/graphql/introspection/enum_value_type.rb".freeze, "lib/graphql/introspection/enum_values_field.rb".freeze, "lib/graphql/introspection/field_type.rb".freeze, "lib/graphql/introspection/fields_field.rb".freeze, "lib/graphql/introspection/input_fields_field.rb".freeze, "lib/graphql/introspection/input_value_type.rb".freeze, "lib/graphql/introspection/interfaces_field.rb".freeze, "lib/graphql/introspection/introspection_query.rb".freeze, "lib/graphql/introspection/of_type_field.rb".freeze, "lib/graphql/introspection/possible_types_field.rb".freeze, "lib/graphql/introspection/schema_field.rb".freeze, "lib/graphql/introspection/schema_type.rb".freeze, "lib/graphql/introspection/type_by_name_field.rb".freeze, "lib/graphql/introspection/type_kind_enum.rb".freeze, "lib/graphql/introspection/type_type.rb".freeze, "lib/graphql/introspection/typename_field.rb".freeze, "lib/graphql/invalid_null_error.rb".freeze, "lib/graphql/language.rb".freeze, "lib/graphql/language/definition_slice.rb".freeze, "lib/graphql/language/generation.rb".freeze, "lib/graphql/language/lexer.rb".freeze, "lib/graphql/language/lexer.rl".freeze, "lib/graphql/language/nodes.rb".freeze, "lib/graphql/language/parser.rb".freeze, "lib/graphql/language/parser.y".freeze, "lib/graphql/language/parser_tests.rb".freeze, "lib/graphql/language/token.rb".freeze, "lib/graphql/language/visitor.rb".freeze, "lib/graphql/list_type.rb".freeze, "lib/graphql/non_null_type.rb".freeze, "lib/graphql/object_type.rb".freeze, "lib/graphql/query.rb".freeze, "lib/graphql/query/arguments.rb".freeze, "lib/graphql/query/context.rb".freeze, "lib/graphql/query/executor.rb".freeze, "lib/graphql/query/input_validation_result.rb".freeze, "lib/graphql/query/literal_input.rb".freeze, "lib/graphql/query/serial_execution.rb".freeze, "lib/graphql/query/serial_execution/execution_context.rb".freeze, "lib/graphql/query/serial_execution/field_resolution.rb".freeze, "lib/graphql/query/serial_execution/operation_resolution.rb".freeze, "lib/graphql/query/serial_execution/selection_resolution.rb".freeze, "lib/graphql/query/serial_execution/value_resolution.rb".freeze, "lib/graphql/query/variable_validation_error.rb".freeze, "lib/graphql/query/variables.rb".freeze, "lib/graphql/relay.rb".freeze, "lib/graphql/relay/array_connection.rb".freeze, "lib/graphql/relay/base_connection.rb".freeze, "lib/graphql/relay/connection_field.rb".freeze, "lib/graphql/relay/connection_resolve.rb".freeze, "lib/graphql/relay/connection_type.rb".freeze, "lib/graphql/relay/edge.rb".freeze, "lib/graphql/relay/edge_type.rb".freeze, "lib/graphql/relay/global_id_resolve.rb".freeze, "lib/graphql/relay/mutation.rb".freeze, "lib/graphql/relay/node.rb".freeze, "lib/graphql/relay/page_info.rb".freeze, "lib/graphql/relay/relation_connection.rb".freeze, "lib/graphql/scalar_type.rb".freeze, "lib/graphql/schema.rb".freeze, "lib/graphql/schema/catchall_middleware.rb".freeze, "lib/graphql/schema/invalid_type_error.rb".freeze, "lib/graphql/schema/loader.rb".freeze, "lib/graphql/schema/middleware_chain.rb".freeze, "lib/graphql/schema/possible_types.rb".freeze, "lib/graphql/schema/printer.rb".freeze, "lib/graphql/schema/reduce_types.rb".freeze, "lib/graphql/schema/rescue_middleware.rb".freeze, "lib/graphql/schema/timeout_middleware.rb".freeze, "lib/graphql/schema/type_expression.rb".freeze, "lib/graphql/schema/type_map.rb".freeze, "lib/graphql/schema/unique_within_type.rb".freeze, "lib/graphql/schema/validation.rb".freeze, "lib/graphql/static_validation.rb".freeze, "lib/graphql/static_validation/all_rules.rb".freeze, "lib/graphql/static_validation/arguments_validator.rb".freeze, "lib/graphql/static_validation/literal_validator.rb".freeze, "lib/graphql/static_validation/message.rb".freeze, "lib/graphql/static_validation/rules/argument_literals_are_compatible.rb".freeze, "lib/graphql/static_validation/rules/arguments_are_defined.rb".freeze, "lib/graphql/static_validation/rules/directives_are_defined.rb".freeze, "lib/graphql/static_validation/rules/directives_are_in_valid_locations.rb".freeze, "lib/graphql/static_validation/rules/fields_are_defined_on_type.rb".freeze, "lib/graphql/static_validation/rules/fields_have_appropriate_selections.rb".freeze, "lib/graphql/static_validation/rules/fields_will_merge.rb".freeze, "lib/graphql/static_validation/rules/fragment_spreads_are_possible.rb".freeze, "lib/graphql/static_validation/rules/fragment_types_exist.rb".freeze, "lib/graphql/static_validation/rules/fragments_are_finite.rb".freeze, "lib/graphql/static_validation/rules/fragments_are_named.rb".freeze, "lib/graphql/static_validation/rules/fragments_are_on_composite_types.rb".freeze, "lib/graphql/static_validation/rules/fragments_are_used.rb".freeze, "lib/graphql/static_validation/rules/mutation_root_exists.rb".freeze, "lib/graphql/static_validation/rules/required_arguments_are_present.rb".freeze, "lib/graphql/static_validation/rules/subscription_root_exists.rb".freeze, "lib/graphql/static_validation/rules/variable_default_values_are_correctly_typed.rb".freeze, "lib/graphql/static_validation/rules/variable_usages_are_allowed.rb".freeze, "lib/graphql/static_validation/rules/variables_are_input_types.rb".freeze, "lib/graphql/static_validation/rules/variables_are_used_and_defined.rb".freeze, "lib/graphql/static_validation/type_stack.rb".freeze, "lib/graphql/static_validation/validation_context.rb".freeze, "lib/graphql/static_validation/validator.rb".freeze, "lib/graphql/string_type.rb".freeze, "lib/graphql/type_kinds.rb".freeze, "lib/graphql/union_type.rb".freeze, "lib/graphql/unresolved_type_error.rb".freeze, "lib/graphql/version.rb".freeze, "readme.md".freeze, "spec/graphql/analysis/analyze_query_spec.rb".freeze, "spec/graphql/analysis/field_usage_spec.rb".freeze, "spec/graphql/analysis/max_query_complexity_spec.rb".freeze, "spec/graphql/analysis/max_query_depth_spec.rb".freeze, "spec/graphql/analysis/query_complexity_spec.rb".freeze, "spec/graphql/analysis/query_depth_spec.rb".freeze, "spec/graphql/argument_spec.rb".freeze, "spec/graphql/base_type_spec.rb".freeze, "spec/graphql/boolean_type_spec.rb".freeze, "spec/graphql/define/instance_definable_spec.rb".freeze, "spec/graphql/directive_spec.rb".freeze, "spec/graphql/enum_type_spec.rb".freeze, "spec/graphql/execution/typecast_spec.rb".freeze, "spec/graphql/execution_error_spec.rb".freeze, "spec/graphql/field_spec.rb".freeze, "spec/graphql/float_type_spec.rb".freeze, "spec/graphql/id_type_spec.rb".freeze, "spec/graphql/input_object_type_spec.rb".freeze, "spec/graphql/int_type_spec.rb".freeze, "spec/graphql/interface_type_spec.rb".freeze, "spec/graphql/internal_representation/rewrite_spec.rb".freeze, "spec/graphql/introspection/directive_type_spec.rb".freeze, "spec/graphql/introspection/input_value_type_spec.rb".freeze, "spec/graphql/introspection/introspection_query_spec.rb".freeze, "spec/graphql/introspection/schema_type_spec.rb".freeze, "spec/graphql/introspection/type_type_spec.rb".freeze, "spec/graphql/language/definition_slice_spec.rb".freeze, "spec/graphql/language/equality_spec.rb".freeze, "spec/graphql/language/generation_spec.rb".freeze, "spec/graphql/language/nodes_spec.rb".freeze, "spec/graphql/language/parser_spec.rb".freeze, "spec/graphql/language/visitor_spec.rb".freeze, "spec/graphql/list_type_spec.rb".freeze, "spec/graphql/non_null_type_spec.rb".freeze, "spec/graphql/object_type_spec.rb".freeze, "spec/graphql/query/arguments_spec.rb".freeze, "spec/graphql/query/context_spec.rb".freeze, "spec/graphql/query/executor_spec.rb".freeze, "spec/graphql/query/serial_execution/execution_context_spec.rb".freeze, "spec/graphql/query/serial_execution/value_resolution_spec.rb".freeze, "spec/graphql/query/variables_spec.rb".freeze, "spec/graphql/query_spec.rb".freeze, "spec/graphql/relay/array_connection_spec.rb".freeze, "spec/graphql/relay/connection_field_spec.rb".freeze, "spec/graphql/relay/connection_type_spec.rb".freeze, "spec/graphql/relay/mutation_spec.rb".freeze, "spec/graphql/relay/node_spec.rb".freeze, "spec/graphql/relay/page_info_spec.rb".freeze, "spec/graphql/relay/relation_connection_spec.rb".freeze, "spec/graphql/scalar_type_spec.rb".freeze, "spec/graphql/schema/catchall_middleware_spec.rb".freeze, "spec/graphql/schema/loader_spec.rb".freeze, "spec/graphql/schema/middleware_chain_spec.rb".freeze, "spec/graphql/schema/printer_spec.rb".freeze, "spec/graphql/schema/reduce_types_spec.rb".freeze, "spec/graphql/schema/rescue_middleware_spec.rb".freeze, "spec/graphql/schema/timeout_middleware_spec.rb".freeze, "spec/graphql/schema/type_expression_spec.rb".freeze, "spec/graphql/schema/unique_within_type_spec.rb".freeze, "spec/graphql/schema/validation_spec.rb".freeze, "spec/graphql/schema_spec.rb".freeze, "spec/graphql/static_validation/rules/argument_literals_are_compatible_spec.rb".freeze, "spec/graphql/static_validation/rules/arguments_are_defined_spec.rb".freeze, "spec/graphql/static_validation/rules/directives_are_defined_spec.rb".freeze, "spec/graphql/static_validation/rules/directives_are_in_valid_locations_spec.rb".freeze, "spec/graphql/static_validation/rules/fields_are_defined_on_type_spec.rb".freeze, "spec/graphql/static_validation/rules/fields_have_appropriate_selections_spec.rb".freeze, "spec/graphql/static_validation/rules/fields_will_merge_spec.rb".freeze, "spec/graphql/static_validation/rules/fragment_spreads_are_possible_spec.rb".freeze, "spec/graphql/static_validation/rules/fragment_types_exist_spec.rb".freeze, "spec/graphql/static_validation/rules/fragments_are_finite_spec.rb".freeze, "spec/graphql/static_validation/rules/fragments_are_named_spec.rb".freeze, "spec/graphql/static_validation/rules/fragments_are_on_composite_types_spec.rb".freeze, "spec/graphql/static_validation/rules/fragments_are_used_spec.rb".freeze, "spec/graphql/static_validation/rules/mutation_root_exists_spec.rb".freeze, "spec/graphql/static_validation/rules/required_arguments_are_present_spec.rb".freeze, "spec/graphql/static_validation/rules/subscription_root_exists_spec.rb".freeze, "spec/graphql/static_validation/rules/variable_default_values_are_correctly_typed_spec.rb".freeze, "spec/graphql/static_validation/rules/variable_usages_are_allowed_spec.rb".freeze, "spec/graphql/static_validation/rules/variables_are_input_types_spec.rb".freeze, "spec/graphql/static_validation/rules/variables_are_used_and_defined_spec.rb".freeze, "spec/graphql/static_validation/type_stack_spec.rb".freeze, "spec/graphql/static_validation/validator_spec.rb".freeze, "spec/graphql/string_type_spec.rb".freeze, "spec/graphql/union_type_spec.rb".freeze, "spec/spec_helper.rb".freeze, "spec/support/dairy_app.rb".freeze, "spec/support/dairy_data.rb".freeze, "spec/support/minimum_input_object.rb".freeze, "spec/support/star_wars_data.rb".freeze, "spec/support/star_wars_schema.rb".freeze, "spec/support/static_validation_helpers.rb".freeze] s.homepage = "http://github.com/rmosolgo/graphql-ruby".freeze s.licenses = ["MIT".freeze] s.required_ruby_version = Gem::Requirement.new(">= 2.1.0".freeze) s.rubygems_version = "3.5.10".freeze s.summary = "A GraphQL server implementation for Ruby".freeze s.test_files = ["spec/graphql/analysis/analyze_query_spec.rb".freeze, "spec/graphql/analysis/field_usage_spec.rb".freeze, "spec/graphql/analysis/max_query_complexity_spec.rb".freeze, "spec/graphql/analysis/max_query_depth_spec.rb".freeze, "spec/graphql/analysis/query_complexity_spec.rb".freeze, "spec/graphql/analysis/query_depth_spec.rb".freeze, "spec/graphql/argument_spec.rb".freeze, "spec/graphql/base_type_spec.rb".freeze, "spec/graphql/boolean_type_spec.rb".freeze, "spec/graphql/define/instance_definable_spec.rb".freeze, "spec/graphql/directive_spec.rb".freeze, "spec/graphql/enum_type_spec.rb".freeze, "spec/graphql/execution/typecast_spec.rb".freeze, "spec/graphql/execution_error_spec.rb".freeze, "spec/graphql/field_spec.rb".freeze, "spec/graphql/float_type_spec.rb".freeze, "spec/graphql/id_type_spec.rb".freeze, "spec/graphql/input_object_type_spec.rb".freeze, "spec/graphql/int_type_spec.rb".freeze, "spec/graphql/interface_type_spec.rb".freeze, "spec/graphql/internal_representation/rewrite_spec.rb".freeze, "spec/graphql/introspection/directive_type_spec.rb".freeze, "spec/graphql/introspection/input_value_type_spec.rb".freeze, "spec/graphql/introspection/introspection_query_spec.rb".freeze, "spec/graphql/introspection/schema_type_spec.rb".freeze, "spec/graphql/introspection/type_type_spec.rb".freeze, "spec/graphql/language/definition_slice_spec.rb".freeze, "spec/graphql/language/equality_spec.rb".freeze, "spec/graphql/language/generation_spec.rb".freeze, "spec/graphql/language/nodes_spec.rb".freeze, "spec/graphql/language/parser_spec.rb".freeze, "spec/graphql/language/visitor_spec.rb".freeze, "spec/graphql/list_type_spec.rb".freeze, "spec/graphql/non_null_type_spec.rb".freeze, "spec/graphql/object_type_spec.rb".freeze, "spec/graphql/query/arguments_spec.rb".freeze, "spec/graphql/query/context_spec.rb".freeze, "spec/graphql/query/executor_spec.rb".freeze, "spec/graphql/query/serial_execution/execution_context_spec.rb".freeze, "spec/graphql/query/serial_execution/value_resolution_spec.rb".freeze, "spec/graphql/query/variables_spec.rb".freeze, "spec/graphql/query_spec.rb".freeze, "spec/graphql/relay/array_connection_spec.rb".freeze, "spec/graphql/relay/connection_field_spec.rb".freeze, "spec/graphql/relay/connection_type_spec.rb".freeze, "spec/graphql/relay/mutation_spec.rb".freeze, "spec/graphql/relay/node_spec.rb".freeze, "spec/graphql/relay/page_info_spec.rb".freeze, "spec/graphql/relay/relation_connection_spec.rb".freeze, "spec/graphql/scalar_type_spec.rb".freeze, "spec/graphql/schema/catchall_middleware_spec.rb".freeze, "spec/graphql/schema/loader_spec.rb".freeze, "spec/graphql/schema/middleware_chain_spec.rb".freeze, "spec/graphql/schema/printer_spec.rb".freeze, "spec/graphql/schema/reduce_types_spec.rb".freeze, "spec/graphql/schema/rescue_middleware_spec.rb".freeze, "spec/graphql/schema/timeout_middleware_spec.rb".freeze, "spec/graphql/schema/type_expression_spec.rb".freeze, "spec/graphql/schema/unique_within_type_spec.rb".freeze, "spec/graphql/schema/validation_spec.rb".freeze, "spec/graphql/schema_spec.rb".freeze, "spec/graphql/static_validation/rules/argument_literals_are_compatible_spec.rb".freeze, "spec/graphql/static_validation/rules/arguments_are_defined_spec.rb".freeze, "spec/graphql/static_validation/rules/directives_are_defined_spec.rb".freeze, "spec/graphql/static_validation/rules/directives_are_in_valid_locations_spec.rb".freeze, "spec/graphql/static_validation/rules/fields_are_defined_on_type_spec.rb".freeze, "spec/graphql/static_validation/rules/fields_have_appropriate_selections_spec.rb".freeze, "spec/graphql/static_validation/rules/fields_will_merge_spec.rb".freeze, "spec/graphql/static_validation/rules/fragment_spreads_are_possible_spec.rb".freeze, "spec/graphql/static_validation/rules/fragment_types_exist_spec.rb".freeze, "spec/graphql/static_validation/rules/fragments_are_finite_spec.rb".freeze, "spec/graphql/static_validation/rules/fragments_are_named_spec.rb".freeze, "spec/graphql/static_validation/rules/fragments_are_on_composite_types_spec.rb".freeze, "spec/graphql/static_validation/rules/fragments_are_used_spec.rb".freeze, "spec/graphql/static_validation/rules/mutation_root_exists_spec.rb".freeze, "spec/graphql/static_validation/rules/required_arguments_are_present_spec.rb".freeze, "spec/graphql/static_validation/rules/subscription_root_exists_spec.rb".freeze, "spec/graphql/static_validation/rules/variable_default_values_are_correctly_typed_spec.rb".freeze, "spec/graphql/static_validation/rules/variable_usages_are_allowed_spec.rb".freeze, "spec/graphql/static_validation/rules/variables_are_input_types_spec.rb".freeze, "spec/graphql/static_validation/rules/variables_are_used_and_defined_spec.rb".freeze, "spec/graphql/static_validation/type_stack_spec.rb".freeze, "spec/graphql/static_validation/validator_spec.rb".freeze, "spec/graphql/string_type_spec.rb".freeze, "spec/graphql/union_type_spec.rb".freeze, "spec/spec_helper.rb".freeze, "spec/support/dairy_app.rb".freeze, "spec/support/dairy_data.rb".freeze, "spec/support/minimum_input_object.rb".freeze, "spec/support/star_wars_data.rb".freeze, "spec/support/star_wars_schema.rb".freeze, "spec/support/static_validation_helpers.rb".freeze] s.specification_version = 4 s.add_development_dependency(%q.freeze, ["~> 0.4".freeze]) s.add_development_dependency(%q.freeze, ["~> 0.10".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, ["~> 2.12".freeze]) s.add_development_dependency(%q.freeze, ["~> 2.1".freeze]) s.add_development_dependency(%q.freeze, ["~> 2.4".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, ["~> 3.0.0".freeze]) s.add_development_dependency(%q.freeze, ["~> 5".freeze]) s.add_development_dependency(%q.freeze, ["~> 1.1".freeze]) s.add_development_dependency(%q.freeze, ["~> 1.0".freeze]) s.add_development_dependency(%q.freeze, ["~> 1.4".freeze]) s.add_development_dependency(%q.freeze, ["~> 11.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