elasticgraph 1.0.1 → 1.0.3.rc1
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/LICENSE.txt +1 -1
- data/lib/elastic_graph/cli.rb +2 -2
- data/lib/elastic_graph/project_template/config/schema.rb.tt +0 -2
- metadata +10 -10
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 9b5b3931d306cc6216cb56462c2f573c42950fdc6a6a29d37e17fd6d501783d9
|
|
4
|
+
data.tar.gz: 38597db12ad46724011f566187bc2bf497db206b209c08f0911543b136ff8176
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 0d8899580ab3d4477347c6debba98ec47903e0a6db3a9c7da01f1ee06be950ce221ddb4c695a436ae602b12d925179827e369a60db8360522ab984e4c7c1028f
|
|
7
|
+
data.tar.gz: 959de6ce5d8893b3dc26d47cd9ccbf04da9722e4cc24b400b5c7e12a5a609b1ec3f17bbd6526628b01d3edfdd447ad0089af3e7f4e3e97d00755a1a51dc96cf2
|
data/LICENSE.txt
CHANGED
data/lib/elastic_graph/cli.rb
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# Copyright 2024 -
|
|
1
|
+
# Copyright 2024 - 2026 Block, Inc.
|
|
2
2
|
#
|
|
3
3
|
# Use of this source code is governed by an MIT-style
|
|
4
4
|
# license that can be found in the LICENSE file or at
|
|
@@ -104,7 +104,7 @@ module ElasticGraph
|
|
|
104
104
|
end
|
|
105
105
|
|
|
106
106
|
def ruby_major_minor
|
|
107
|
-
"
|
|
107
|
+
"4.0"
|
|
108
108
|
end
|
|
109
109
|
end
|
|
110
110
|
|
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.0.
|
|
4
|
+
version: 1.0.3.rc1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Myron Marston
|
|
@@ -17,28 +17,28 @@ dependencies:
|
|
|
17
17
|
requirements:
|
|
18
18
|
- - '='
|
|
19
19
|
- !ruby/object:Gem::Version
|
|
20
|
-
version: 1.0.
|
|
20
|
+
version: 1.0.3.rc1
|
|
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.0.
|
|
27
|
+
version: 1.0.3.rc1
|
|
28
28
|
- !ruby/object:Gem::Dependency
|
|
29
29
|
name: thor
|
|
30
30
|
requirement: !ruby/object:Gem::Requirement
|
|
31
31
|
requirements:
|
|
32
32
|
- - "~>"
|
|
33
33
|
- !ruby/object:Gem::Version
|
|
34
|
-
version: '1.
|
|
34
|
+
version: '1.5'
|
|
35
35
|
type: :runtime
|
|
36
36
|
prerelease: false
|
|
37
37
|
version_requirements: !ruby/object:Gem::Requirement
|
|
38
38
|
requirements:
|
|
39
39
|
- - "~>"
|
|
40
40
|
- !ruby/object:Gem::Version
|
|
41
|
-
version: '1.
|
|
41
|
+
version: '1.5'
|
|
42
42
|
email:
|
|
43
43
|
- myron@squareup.com
|
|
44
44
|
executables:
|
|
@@ -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.0.
|
|
73
|
-
documentation_uri: https://block.github.io/elasticgraph/api-docs/v1.0.
|
|
72
|
+
changelog_uri: https://github.com/block/elasticgraph/releases/tag/v1.0.3.rc1
|
|
73
|
+
documentation_uri: https://block.github.io/elasticgraph/api-docs/v1.0.3.rc1/
|
|
74
74
|
homepage_uri: https://block.github.io/elasticgraph/
|
|
75
|
-
source_code_uri: https://github.com/block/elasticgraph/tree/v1.0.
|
|
75
|
+
source_code_uri: https://github.com/block/elasticgraph/tree/v1.0.3.rc1/elasticgraph
|
|
76
76
|
gem_category: local
|
|
77
77
|
rdoc_options: []
|
|
78
78
|
require_paths:
|
|
@@ -84,14 +84,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
84
84
|
version: '3.4'
|
|
85
85
|
- - "<"
|
|
86
86
|
- !ruby/object:Gem::Version
|
|
87
|
-
version: '
|
|
87
|
+
version: '4.1'
|
|
88
88
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
89
89
|
requirements:
|
|
90
90
|
- - ">="
|
|
91
91
|
- !ruby/object:Gem::Version
|
|
92
92
|
version: '0'
|
|
93
93
|
requirements: []
|
|
94
|
-
rubygems_version:
|
|
94
|
+
rubygems_version: 4.0.3
|
|
95
95
|
specification_version: 4
|
|
96
96
|
summary: Bootstraps ElasticGraph projects.
|
|
97
97
|
test_files: []
|