elasticgraph 0.19.1.0 → 0.19.1.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/elastic_graph/cli.rb +2 -2
- metadata +6 -6
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 4216f5fd015ccd7747fe31e176991c5e964f5d1e35a1a4cc1ff850255e199093
|
4
|
+
data.tar.gz: 8c666e0b5472ded7333ff51b011a190d64b7907e6790b2232782daa35b895c4c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 60dd8cca595070065b5a98d883600b970e32126048f1c0c34c47d7b79085f1b8824a887d7ab307615130c0dafbf44ed8f11763c59c6c134d94c0573d9a88ae71
|
7
|
+
data.tar.gz: b3e96d1d0df7464927feaea717ac4ab9afaaddbf6100521ad461bb24dedec7329defc83b71a4d98ed2e544cfa3a8f760bffbe540dca2a8b97cf44aa74343aec8
|
data/lib/elastic_graph/cli.rb
CHANGED
@@ -31,8 +31,8 @@ module ElasticGraph
|
|
31
31
|
new_app_path = ::File.join(::Dir.pwd, app_path)
|
32
32
|
app_name = ::File.basename(new_app_path)
|
33
33
|
|
34
|
-
unless app_name.match?(/\A[a-
|
35
|
-
raise ::Thor::Error, "App name must be in `snake_case` form but was not: `#{app_name}`."
|
34
|
+
unless app_name.match?(/\A[a-z][a-z0-9_]+\z/)
|
35
|
+
raise ::Thor::Error, "App name must start with a letter and be in `snake_case` form but was not: `#{app_name}`."
|
36
36
|
end
|
37
37
|
|
38
38
|
unless VALID_DATASTORES.include?(options[:datastore])
|
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: 0.19.1.
|
4
|
+
version: 0.19.1.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Myron Marston
|
@@ -10,7 +10,7 @@ authors:
|
|
10
10
|
autorequire:
|
11
11
|
bindir: exe
|
12
12
|
cert_chain: []
|
13
|
-
date: 2025-02-
|
13
|
+
date: 2025-02-07 00:00:00.000000000 Z
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
16
16
|
name: elasticgraph-support
|
@@ -18,14 +18,14 @@ dependencies:
|
|
18
18
|
requirements:
|
19
19
|
- - '='
|
20
20
|
- !ruby/object:Gem::Version
|
21
|
-
version: 0.19.1.
|
21
|
+
version: 0.19.1.1
|
22
22
|
type: :runtime
|
23
23
|
prerelease: false
|
24
24
|
version_requirements: !ruby/object:Gem::Requirement
|
25
25
|
requirements:
|
26
26
|
- - '='
|
27
27
|
- !ruby/object:Gem::Version
|
28
|
-
version: 0.19.1.
|
28
|
+
version: 0.19.1.1
|
29
29
|
- !ruby/object:Gem::Dependency
|
30
30
|
name: thor
|
31
31
|
requirement: !ruby/object:Gem::Requirement
|
@@ -71,10 +71,10 @@ licenses:
|
|
71
71
|
- MIT
|
72
72
|
metadata:
|
73
73
|
bug_tracker_uri: https://github.com/block/elasticgraph/issues
|
74
|
-
changelog_uri: https://github.com/block/elasticgraph/releases/tag/v0.19.1.
|
74
|
+
changelog_uri: https://github.com/block/elasticgraph/releases/tag/v0.19.1.1
|
75
75
|
documentation_uri: https://block.github.io/elasticgraph/docs/main/
|
76
76
|
homepage_uri: https://block.github.io/elasticgraph/
|
77
|
-
source_code_uri: https://github.com/block/elasticgraph/tree/v0.19.1.
|
77
|
+
source_code_uri: https://github.com/block/elasticgraph/tree/v0.19.1.1/elasticgraph
|
78
78
|
gem_category: core
|
79
79
|
post_install_message:
|
80
80
|
rdoc_options: []
|