graphql-batch.gemspec in graphql-batch-0.2.2 vs graphql-batch.gemspec in graphql-batch-0.2.3
- old
+ new
@@ -3,10 +3,10 @@
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
require 'graphql/batch/version'
Gem::Specification.new do |spec|
spec.name = "graphql-batch"
- spec.version = Graphql::Batch::VERSION
+ spec.version = GraphQL::Batch::VERSION
spec.authors = ["Dylan Thacker-Smith"]
spec.email = ["Dylan.Smith@shopify.com"]
spec.summary = "A query batching executor for the graphql gem"
spec.homepage = "https://github.com/Shopify/graphql-batch"