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 +4 -4
- data/lib/elastic_graph/project_template/Gemfile.tt +3 -0
- metadata +7 -7
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 5746ca41107079692ab273b1945bf3f828f00ecf422bf0d531bf5993c5895217
|
|
4
|
+
data.tar.gz: 79a346f8ead31535ae820dc349c0d383c2b12cdfd97941ee1c42d5924f681389
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
73
|
-
documentation_uri: https://block.github.io/elasticgraph/api-docs/v1.
|
|
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.
|
|
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.
|
|
94
|
+
rubygems_version: 4.0.6
|
|
95
95
|
specification_version: 4
|
|
96
96
|
summary: Bootstraps ElasticGraph projects.
|
|
97
97
|
test_files: []
|