elasticgraph 1.1.0 → 1.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 6c5dfe48c332d607f2c45ae7fa5f80f402896de861c928b736b8e577ac4797e1
4
- data.tar.gz: 38597db12ad46724011f566187bc2bf497db206b209c08f0911543b136ff8176
3
+ metadata.gz: 5746ca41107079692ab273b1945bf3f828f00ecf422bf0d531bf5993c5895217
4
+ data.tar.gz: 79a346f8ead31535ae820dc349c0d383c2b12cdfd97941ee1c42d5924f681389
5
5
  SHA512:
6
- metadata.gz: 32ed253f69b4337e2d8a7f8b604d79735c7e19278adf2b539ae05b5f9104084fd58bacfabc324082a40840c6f1d4cc4d5405ee99bba4d9de6d7d440f82c32863
7
- data.tar.gz: 959de6ce5d8893b3dc26d47cd9ccbf04da9722e4cc24b400b5c7e12a5a609b1ec3f17bbd6526628b01d3edfdd447ad0089af3e7f4e3e97d00755a1a51dc96cf2
6
+ metadata.gz: 7e755e977ed64ab403345e9af2d296e891dc0c792095d04b2c21d9ea21ec6ca8e9b54d421b0352136fe4c7b2e2759b9b5823841b5a3147e356b4cc69e51d5c6a
7
+ data.tar.gz: 428426ffd0491b54841f28592e8d0878a01d7ac77381b7ced86fc02dcc3c9079a3a006d7d31b13a53342b58c0f637595a8c5368ecf7447d103e723dc6e4218f0
@@ -1,5 +1,8 @@
1
1
  source "https://rubygems.org"
2
2
 
3
+ # Recommended for better GraphQL parsing performance.
4
+ gem "graphql-c_parser", "~> 1.1", platforms: :ruby
5
+
3
6
  # Gem details for the elasticgraph gems.
4
7
  elasticgraph_details = <%= ElasticGraph.setup_env.gemfile_elasticgraph_details_code_snippet %>
5
8
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: elasticgraph
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.0
4
+ version: 1.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Myron Marston
@@ -17,14 +17,14 @@ dependencies:
17
17
  requirements:
18
18
  - - '='
19
19
  - !ruby/object:Gem::Version
20
- version: 1.1.0
20
+ version: 1.2.0
21
21
  type: :runtime
22
22
  prerelease: false
23
23
  version_requirements: !ruby/object:Gem::Requirement
24
24
  requirements:
25
25
  - - '='
26
26
  - !ruby/object:Gem::Version
27
- version: 1.1.0
27
+ version: 1.2.0
28
28
  - !ruby/object:Gem::Dependency
29
29
  name: thor
30
30
  requirement: !ruby/object:Gem::Requirement
@@ -69,10 +69,10 @@ licenses:
69
69
  - MIT
70
70
  metadata:
71
71
  bug_tracker_uri: https://github.com/block/elasticgraph/issues
72
- changelog_uri: https://github.com/block/elasticgraph/releases/tag/v1.1.0
73
- documentation_uri: https://block.github.io/elasticgraph/api-docs/v1.1.0/
72
+ changelog_uri: https://github.com/block/elasticgraph/releases/tag/v1.2.0
73
+ documentation_uri: https://block.github.io/elasticgraph/api-docs/v1.2.0/
74
74
  homepage_uri: https://block.github.io/elasticgraph/
75
- source_code_uri: https://github.com/block/elasticgraph/tree/v1.1.0/elasticgraph
75
+ source_code_uri: https://github.com/block/elasticgraph/tree/v1.2.0/elasticgraph
76
76
  gem_category: local
77
77
  rdoc_options: []
78
78
  require_paths:
@@ -91,7 +91,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
91
91
  - !ruby/object:Gem::Version
92
92
  version: '0'
93
93
  requirements: []
94
- rubygems_version: 4.0.3
94
+ rubygems_version: 4.0.6
95
95
  specification_version: 4
96
96
  summary: Bootstraps ElasticGraph projects.
97
97
  test_files: []