lex-lex 0.1.0 → 0.1.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.rubocop.yml +3 -2
- data/Gemfile.lock +46 -46
- data/legion-extensions-lex.gemspec +5 -5
- data/lib/legion/extensions/lex.rb +0 -2
- data/lib/legion/extensions/lex/runners/extension.rb +0 -2
- data/lib/legion/extensions/lex/runners/function.rb +0 -2
- data/lib/legion/extensions/lex/runners/register.rb +0 -2
- data/lib/legion/extensions/lex/runners/runner.rb +0 -2
- data/lib/legion/extensions/lex/version.rb +1 -1
- metadata +15 -20
- data/.idea/.rakeTasks +0 -7
- data/.idea/lex-lex.iml +0 -64
- data/.idea/misc.xml +0 -7
- data/.idea/modules.xml +0 -8
- data/.idea/vagrant.xml +0 -7
- data/.idea/workspace.xml +0 -13
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a16cb80f093dfecff34d606a7c8f5ae0714e3210f56cfa1188f7dda6969df974
|
4
|
+
data.tar.gz: 8e968a06f70dbae7d620734085949e725661ecf0e5336833f5f83b4df3451a78
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6b90ae7489f13760fecc52cef57fda94e44dc12dc61c33bc93771aaff5bd993cd3a077a70def780c4a6ae2b9778c903c6c052ed646701f3ad97a0b5fe0ebf702
|
7
|
+
data.tar.gz: 3c96fb9d64f9dec12f164dcc938d8cad6627abf7a7a2f60ec23474d2b4dab167b3372a45a2bef1d8ecba319240adecbfcfbdb74ca0ce39b46ab2b6702e478b0d
|
data/.rubocop.yml
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
|
1
|
+
Layout/LineLength:
|
2
2
|
Max: 120
|
3
3
|
Metrics/MethodLength:
|
4
4
|
Max: 55
|
@@ -7,7 +7,7 @@ Metrics/ClassLength:
|
|
7
7
|
Metrics/BlockLength:
|
8
8
|
Max: 75
|
9
9
|
Metrics/AbcSize:
|
10
|
-
Max:
|
10
|
+
Max: 50
|
11
11
|
Layout/SpaceAroundEqualsInParameterDefault:
|
12
12
|
EnforcedStyle: space
|
13
13
|
Style/SymbolArray:
|
@@ -19,5 +19,6 @@ Style/Documentation:
|
|
19
19
|
Enabled: false
|
20
20
|
AllCops:
|
21
21
|
TargetRubyVersion: 2.5
|
22
|
+
NewCops: enable
|
22
23
|
Style/FrozenStringLiteralComment:
|
23
24
|
Enabled: false
|
data/Gemfile.lock
CHANGED
@@ -1,39 +1,37 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
lex-lex (0.1.
|
4
|
+
lex-lex (0.1.1)
|
5
5
|
|
6
6
|
GEM
|
7
7
|
remote: https://rubygems.org/
|
8
8
|
specs:
|
9
|
-
amq-protocol (2.3.
|
10
|
-
ast (2.4.
|
11
|
-
aws-eventstream (1.0
|
12
|
-
aws-sigv4 (1.
|
13
|
-
aws-eventstream (~> 1
|
14
|
-
bunny (2.
|
15
|
-
amq-protocol (~> 2.3, >= 2.3.
|
16
|
-
concurrent-ruby (1.1.
|
17
|
-
concurrent-ruby-ext (1.1.
|
18
|
-
concurrent-ruby (= 1.1.
|
19
|
-
connection_pool (2.2.
|
9
|
+
amq-protocol (2.3.2)
|
10
|
+
ast (2.4.1)
|
11
|
+
aws-eventstream (1.1.0)
|
12
|
+
aws-sigv4 (1.2.2)
|
13
|
+
aws-eventstream (~> 1, >= 1.0.2)
|
14
|
+
bunny (2.16.1)
|
15
|
+
amq-protocol (~> 2.3, >= 2.3.1)
|
16
|
+
concurrent-ruby (1.1.7)
|
17
|
+
concurrent-ruby-ext (1.1.7)
|
18
|
+
concurrent-ruby (= 1.1.7)
|
19
|
+
connection_pool (2.2.3)
|
20
20
|
daemons (1.3.1)
|
21
21
|
dalli (2.7.10)
|
22
|
-
diff-lcs (1.
|
22
|
+
diff-lcs (1.4.4)
|
23
23
|
docile (1.3.2)
|
24
|
-
faraday (0.
|
24
|
+
faraday (1.0.1)
|
25
25
|
multipart-post (>= 1.2, < 3)
|
26
|
-
faraday_middleware (0.
|
27
|
-
faraday (
|
28
|
-
ffi (1.
|
26
|
+
faraday_middleware (1.0.0)
|
27
|
+
faraday (~> 1.0)
|
28
|
+
ffi (1.13.1)
|
29
29
|
hashdiff (1.0.1)
|
30
|
-
|
31
|
-
json (2.3.0)
|
32
|
-
legion-cache (0.2.1)
|
30
|
+
legion-cache (1.0.0)
|
33
31
|
connection_pool
|
34
32
|
dalli
|
35
33
|
redis
|
36
|
-
legion-crypt (0.
|
34
|
+
legion-crypt (0.2.0)
|
37
35
|
rbnacl
|
38
36
|
vault
|
39
37
|
legion-data (0.2.0)
|
@@ -41,19 +39,17 @@ GEM
|
|
41
39
|
legion-settings
|
42
40
|
mysql2
|
43
41
|
sequel
|
44
|
-
legion-exceptions (1.0
|
45
|
-
legion-json (
|
46
|
-
|
47
|
-
|
48
|
-
legion-logging (1.0.0)
|
42
|
+
legion-exceptions (1.1.0)
|
43
|
+
legion-json (1.1.0)
|
44
|
+
multi_json
|
45
|
+
legion-logging (1.1.0)
|
49
46
|
rainbow (~> 3)
|
50
|
-
legion-settings (1.
|
47
|
+
legion-settings (1.1.1)
|
51
48
|
legion-json
|
52
49
|
legion-logging
|
53
|
-
legion-transport (1.
|
50
|
+
legion-transport (1.1.1)
|
54
51
|
bunny
|
55
52
|
concurrent-ruby
|
56
|
-
concurrent-ruby-ext
|
57
53
|
legionio (0.2.0)
|
58
54
|
concurrent-ruby
|
59
55
|
concurrent-ruby-ext
|
@@ -69,42 +65,46 @@ GEM
|
|
69
65
|
legion-transport
|
70
66
|
sleepiq
|
71
67
|
vault
|
68
|
+
multi_json (1.15.0)
|
72
69
|
multipart-post (2.1.1)
|
73
70
|
mysql2 (0.5.3)
|
74
|
-
|
75
|
-
|
76
|
-
|
77
|
-
ast (~> 2.4.0)
|
71
|
+
parallel (1.19.2)
|
72
|
+
parser (2.7.1.4)
|
73
|
+
ast (~> 2.4.1)
|
78
74
|
rainbow (3.0.0)
|
79
75
|
rake (13.0.1)
|
80
76
|
rbnacl (7.1.1)
|
81
77
|
ffi
|
82
|
-
redis (4.1
|
78
|
+
redis (4.2.1)
|
79
|
+
regexp_parser (1.7.1)
|
83
80
|
rexml (3.2.4)
|
84
81
|
rspec (3.9.0)
|
85
82
|
rspec-core (~> 3.9.0)
|
86
83
|
rspec-expectations (~> 3.9.0)
|
87
84
|
rspec-mocks (~> 3.9.0)
|
88
|
-
rspec-core (3.9.
|
89
|
-
rspec-support (~> 3.9.
|
90
|
-
rspec-expectations (3.9.
|
85
|
+
rspec-core (3.9.2)
|
86
|
+
rspec-support (~> 3.9.3)
|
87
|
+
rspec-expectations (3.9.2)
|
91
88
|
diff-lcs (>= 1.2.0, < 2.0)
|
92
89
|
rspec-support (~> 3.9.0)
|
93
90
|
rspec-mocks (3.9.1)
|
94
91
|
diff-lcs (>= 1.2.0, < 2.0)
|
95
92
|
rspec-support (~> 3.9.0)
|
96
|
-
rspec-support (3.9.
|
97
|
-
rubocop (0.
|
98
|
-
jaro_winkler (~> 1.5.1)
|
93
|
+
rspec-support (3.9.3)
|
94
|
+
rubocop (0.89.1)
|
99
95
|
parallel (~> 1.10)
|
100
|
-
parser (>= 2.7.
|
96
|
+
parser (>= 2.7.1.1)
|
101
97
|
rainbow (>= 2.2.2, < 4.0)
|
98
|
+
regexp_parser (>= 1.7)
|
102
99
|
rexml
|
100
|
+
rubocop-ast (>= 0.3.0, < 1.0)
|
103
101
|
ruby-progressbar (~> 1.7)
|
104
|
-
unicode-display_width (>= 1.4.0, <
|
102
|
+
unicode-display_width (>= 1.4.0, < 2.0)
|
103
|
+
rubocop-ast (0.3.0)
|
104
|
+
parser (>= 2.7.1.4)
|
105
105
|
ruby-progressbar (1.10.1)
|
106
|
-
sequel (5.
|
107
|
-
simplecov (0.
|
106
|
+
sequel (5.35.0)
|
107
|
+
simplecov (0.19.0)
|
108
108
|
docile (~> 1.1)
|
109
109
|
simplecov-html (~> 0.11)
|
110
110
|
simplecov-html (0.12.2)
|
@@ -114,8 +114,8 @@ GEM
|
|
114
114
|
faraday_middleware
|
115
115
|
thor
|
116
116
|
thor (1.0.1)
|
117
|
-
unicode-display_width (1.
|
118
|
-
vault (0.
|
117
|
+
unicode-display_width (1.7.0)
|
118
|
+
vault (0.15.0)
|
119
119
|
aws-sigv4
|
120
120
|
|
121
121
|
PLATFORMS
|
@@ -8,24 +8,24 @@ Gem::Specification.new do |spec|
|
|
8
8
|
spec.authors = ['Esity']
|
9
9
|
spec.email = ['matthewdiverson@gmail.com']
|
10
10
|
|
11
|
-
spec.summary = '
|
12
|
-
spec.description = '
|
11
|
+
spec.summary = 'Lex::Lex manages Legion Extensions'
|
12
|
+
spec.description = 'Used by Legion to keep track of which LEXs are installed and available in the cluster'
|
13
13
|
spec.homepage = 'https://bitbucket.org/legion-io'
|
14
14
|
spec.license = 'MIT'
|
15
15
|
spec.required_ruby_version = Gem::Requirement.new('>= 2.5.0')
|
16
16
|
|
17
17
|
spec.metadata['homepage_uri'] = spec.homepage
|
18
|
-
spec.metadata['source_code_uri'] = 'https://bitbucket.org/legion-io'
|
19
|
-
spec.metadata['changelog_uri'] = 'https://bitbucket.org/legion-io'
|
18
|
+
spec.metadata['source_code_uri'] = 'https://bitbucket.org/legion-io/lex-lex'
|
19
|
+
spec.metadata['changelog_uri'] = 'https://bitbucket.org/legion-io/lex-lex'
|
20
20
|
|
21
21
|
spec.files = Dir.chdir(File.expand_path(__dir__)) do
|
22
22
|
`git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
|
23
23
|
end
|
24
24
|
spec.require_paths = ['lib']
|
25
25
|
|
26
|
+
spec.add_development_dependency 'legionio'
|
26
27
|
spec.add_development_dependency 'rake'
|
27
28
|
spec.add_development_dependency 'rspec'
|
28
29
|
spec.add_development_dependency 'rubocop'
|
29
|
-
spec.add_development_dependency 'legionio'
|
30
30
|
spec.add_development_dependency 'simplecov'
|
31
31
|
end
|
metadata
CHANGED
@@ -1,17 +1,17 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: lex-lex
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Esity
|
8
|
-
autorequire:
|
8
|
+
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2020-
|
11
|
+
date: 2020-08-24 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
|
-
name:
|
14
|
+
name: legionio
|
15
15
|
requirement: !ruby/object:Gem::Requirement
|
16
16
|
requirements:
|
17
17
|
- - ">="
|
@@ -25,7 +25,7 @@ dependencies:
|
|
25
25
|
- !ruby/object:Gem::Version
|
26
26
|
version: '0'
|
27
27
|
- !ruby/object:Gem::Dependency
|
28
|
-
name:
|
28
|
+
name: rake
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
30
30
|
requirements:
|
31
31
|
- - ">="
|
@@ -39,7 +39,7 @@ dependencies:
|
|
39
39
|
- !ruby/object:Gem::Version
|
40
40
|
version: '0'
|
41
41
|
- !ruby/object:Gem::Dependency
|
42
|
-
name:
|
42
|
+
name: rspec
|
43
43
|
requirement: !ruby/object:Gem::Requirement
|
44
44
|
requirements:
|
45
45
|
- - ">="
|
@@ -53,7 +53,7 @@ dependencies:
|
|
53
53
|
- !ruby/object:Gem::Version
|
54
54
|
version: '0'
|
55
55
|
- !ruby/object:Gem::Dependency
|
56
|
-
name:
|
56
|
+
name: rubocop
|
57
57
|
requirement: !ruby/object:Gem::Requirement
|
58
58
|
requirements:
|
59
59
|
- - ">="
|
@@ -80,7 +80,8 @@ dependencies:
|
|
80
80
|
- - ">="
|
81
81
|
- !ruby/object:Gem::Version
|
82
82
|
version: '0'
|
83
|
-
description:
|
83
|
+
description: Used by Legion to keep track of which LEXs are installed and available
|
84
|
+
in the cluster
|
84
85
|
email:
|
85
86
|
- matthewdiverson@gmail.com
|
86
87
|
executables: []
|
@@ -88,12 +89,6 @@ extensions: []
|
|
88
89
|
extra_rdoc_files: []
|
89
90
|
files:
|
90
91
|
- ".gitignore"
|
91
|
-
- ".idea/.rakeTasks"
|
92
|
-
- ".idea/lex-lex.iml"
|
93
|
-
- ".idea/misc.xml"
|
94
|
-
- ".idea/modules.xml"
|
95
|
-
- ".idea/vagrant.xml"
|
96
|
-
- ".idea/workspace.xml"
|
97
92
|
- ".rspec"
|
98
93
|
- ".rubocop.yml"
|
99
94
|
- ".travis.yml"
|
@@ -116,9 +111,9 @@ licenses:
|
|
116
111
|
- MIT
|
117
112
|
metadata:
|
118
113
|
homepage_uri: https://bitbucket.org/legion-io
|
119
|
-
source_code_uri: https://bitbucket.org/legion-io
|
120
|
-
changelog_uri: https://bitbucket.org/legion-io
|
121
|
-
post_install_message:
|
114
|
+
source_code_uri: https://bitbucket.org/legion-io/lex-lex
|
115
|
+
changelog_uri: https://bitbucket.org/legion-io/lex-lex
|
116
|
+
post_install_message:
|
122
117
|
rdoc_options: []
|
123
118
|
require_paths:
|
124
119
|
- lib
|
@@ -133,8 +128,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
133
128
|
- !ruby/object:Gem::Version
|
134
129
|
version: '0'
|
135
130
|
requirements: []
|
136
|
-
rubygems_version: 3.
|
137
|
-
signing_key:
|
131
|
+
rubygems_version: 3.1.2
|
132
|
+
signing_key:
|
138
133
|
specification_version: 4
|
139
|
-
summary:
|
134
|
+
summary: Lex::Lex manages Legion Extensions
|
140
135
|
test_files: []
|
data/.idea/.rakeTasks
DELETED
@@ -1,7 +0,0 @@
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
-
<Settings><!--This file was automatically generated by Ruby plugin.
|
3
|
-
You are allowed to:
|
4
|
-
1. Remove rake task
|
5
|
-
2. Add existing rake tasks
|
6
|
-
To add existing rake tasks automatically delete this file and reload the project.
|
7
|
-
--><RakeGroup description="" fullCmd="" taksId="rake"><RakeTask description="Build lex-lex-0.1.0.gem into the pkg directory" fullCmd="build" taksId="build" /><RakeTask description="Remove any temporary products" fullCmd="clean" taksId="clean" /><RakeTask description="Remove any generated files" fullCmd="clobber" taksId="clobber" /><RakeTask description="Build and install lex-lex-0.1.0.gem into system gems" fullCmd="install" taksId="install" /><RakeGroup description="" fullCmd="" taksId="install"><RakeTask description="Build and install lex-lex-0.1.0.gem into system gems without network access" fullCmd="install:local" taksId="local" /></RakeGroup><RakeTask description="Create tag v0.1.0 and build and push lex-lex-0.1.0.gem to rubygems.org" fullCmd="release[remote]" taksId="release[remote]" /><RakeTask description="Run RSpec code examples" fullCmd="spec" taksId="spec" /><RakeTask description="" fullCmd="default" taksId="default" /><RakeTask description="" fullCmd="release" taksId="release" /><RakeGroup description="" fullCmd="" taksId="release"><RakeTask description="" fullCmd="release:guard_clean" taksId="guard_clean" /><RakeTask description="" fullCmd="release:rubygem_push" taksId="rubygem_push" /><RakeTask description="" fullCmd="release:source_control_push" taksId="source_control_push" /></RakeGroup></RakeGroup></Settings>
|
data/.idea/lex-lex.iml
DELETED
@@ -1,64 +0,0 @@
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
-
<module type="RUBY_MODULE" version="4">
|
3
|
-
<component name="ModuleRunConfigurationManager">
|
4
|
-
<shared />
|
5
|
-
</component>
|
6
|
-
<component name="NewModuleRootManager">
|
7
|
-
<content url="file://$MODULE_DIR$" />
|
8
|
-
<orderEntry type="inheritedJdk" />
|
9
|
-
<orderEntry type="sourceFolder" forTests="false" />
|
10
|
-
<orderEntry type="library" scope="PROVIDED" name="amq-protocol (v2.3.0, RVM: ruby-2.6.3) [gem]" level="application" />
|
11
|
-
<orderEntry type="library" scope="PROVIDED" name="ast (v2.4.0, RVM: ruby-2.6.3) [gem]" level="application" />
|
12
|
-
<orderEntry type="library" scope="PROVIDED" name="aws-eventstream (v1.0.3, RVM: ruby-2.6.3) [gem]" level="application" />
|
13
|
-
<orderEntry type="library" scope="PROVIDED" name="aws-sigv4 (v1.1.1, RVM: ruby-2.6.3) [gem]" level="application" />
|
14
|
-
<orderEntry type="library" scope="PROVIDED" name="bundler (v2.1.4, RVM: ruby-2.6.3) [gem]" level="application" />
|
15
|
-
<orderEntry type="library" scope="PROVIDED" name="bunny (v2.14.4, RVM: ruby-2.6.3) [gem]" level="application" />
|
16
|
-
<orderEntry type="library" scope="PROVIDED" name="chef (v15.8.23, RVM: ruby-2.6.3) [gem]" level="application" />
|
17
|
-
<orderEntry type="library" scope="PROVIDED" name="concurrent-ruby (v1.1.6, RVM: ruby-2.6.3) [gem]" level="application" />
|
18
|
-
<orderEntry type="library" scope="PROVIDED" name="concurrent-ruby-ext (v1.1.6, RVM: ruby-2.6.3) [gem]" level="application" />
|
19
|
-
<orderEntry type="library" scope="PROVIDED" name="connection_pool (v2.2.2, RVM: ruby-2.6.3) [gem]" level="application" />
|
20
|
-
<orderEntry type="library" scope="PROVIDED" name="daemons (v1.3.1, RVM: ruby-2.6.3) [gem]" level="application" />
|
21
|
-
<orderEntry type="library" scope="PROVIDED" name="dalli (v2.7.10, RVM: ruby-2.6.3) [gem]" level="application" />
|
22
|
-
<orderEntry type="library" scope="PROVIDED" name="diff-lcs (v1.3, RVM: ruby-2.6.3) [gem]" level="application" />
|
23
|
-
<orderEntry type="library" scope="PROVIDED" name="docile (v1.3.2, RVM: ruby-2.6.3) [gem]" level="application" />
|
24
|
-
<orderEntry type="library" scope="PROVIDED" name="faraday (v0.17.3, RVM: ruby-2.6.3) [gem]" level="application" />
|
25
|
-
<orderEntry type="library" scope="PROVIDED" name="faraday_middleware (v0.14.0, RVM: ruby-2.6.3) [gem]" level="application" />
|
26
|
-
<orderEntry type="library" scope="PROVIDED" name="ffi (v1.12.2, RVM: ruby-2.6.3) [gem]" level="application" />
|
27
|
-
<orderEntry type="library" scope="PROVIDED" name="hashdiff (v1.0.1, RVM: ruby-2.6.3) [gem]" level="application" />
|
28
|
-
<orderEntry type="library" scope="PROVIDED" name="jaro_winkler (v1.5.4, RVM: ruby-2.6.3) [gem]" level="application" />
|
29
|
-
<orderEntry type="library" scope="PROVIDED" name="json (v2.3.0, RVM: ruby-2.6.3) [gem]" level="application" />
|
30
|
-
<orderEntry type="library" scope="PROVIDED" name="legion-cache (v0.2.1, RVM: ruby-2.6.3) [gem]" level="application" />
|
31
|
-
<orderEntry type="library" scope="PROVIDED" name="legion-crypt (v0.1.0, RVM: ruby-2.6.3) [gem]" level="application" />
|
32
|
-
<orderEntry type="library" scope="PROVIDED" name="legion-data (v0.2.0, RVM: ruby-2.6.3) [gem]" level="application" />
|
33
|
-
<orderEntry type="library" scope="PROVIDED" name="legion-exceptions (v1.0.4, RVM: ruby-2.6.3) [gem]" level="application" />
|
34
|
-
<orderEntry type="library" scope="PROVIDED" name="legion-json (v0.1.6, RVM: ruby-2.6.3) [gem]" level="application" />
|
35
|
-
<orderEntry type="library" scope="PROVIDED" name="legion-logging (v1.0.0, RVM: ruby-2.6.3) [gem]" level="application" />
|
36
|
-
<orderEntry type="library" scope="PROVIDED" name="legion-settings (v1.0.0, RVM: ruby-2.6.3) [gem]" level="application" />
|
37
|
-
<orderEntry type="library" scope="PROVIDED" name="legion-transport (v1.0.0, RVM: ruby-2.6.3) [gem]" level="application" />
|
38
|
-
<orderEntry type="library" scope="PROVIDED" name="legionio (v0.2.0, RVM: ruby-2.6.3) [gem]" level="application" />
|
39
|
-
<orderEntry type="library" scope="PROVIDED" name="multipart-post (v2.1.1, RVM: ruby-2.6.3) [gem]" level="application" />
|
40
|
-
<orderEntry type="library" scope="PROVIDED" name="mysql2 (v0.5.3, RVM: ruby-2.6.3) [gem]" level="application" />
|
41
|
-
<orderEntry type="library" scope="PROVIDED" name="oj (v3.10.5, RVM: ruby-2.6.3) [gem]" level="application" />
|
42
|
-
<orderEntry type="library" scope="PROVIDED" name="parallel (v1.19.1, RVM: ruby-2.6.3) [gem]" level="application" />
|
43
|
-
<orderEntry type="library" scope="PROVIDED" name="parser (v2.7.0.5, RVM: ruby-2.6.3) [gem]" level="application" />
|
44
|
-
<orderEntry type="library" scope="PROVIDED" name="rainbow (v3.0.0, RVM: ruby-2.6.3) [gem]" level="application" />
|
45
|
-
<orderEntry type="library" scope="PROVIDED" name="rake (v13.0.1, RVM: ruby-2.6.3) [gem]" level="application" />
|
46
|
-
<orderEntry type="library" scope="PROVIDED" name="rbnacl (v7.1.1, RVM: ruby-2.6.3) [gem]" level="application" />
|
47
|
-
<orderEntry type="library" scope="PROVIDED" name="redis (v4.1.3, RVM: ruby-2.6.3) [gem]" level="application" />
|
48
|
-
<orderEntry type="library" scope="PROVIDED" name="rexml (v3.2.4, RVM: ruby-2.6.3) [gem]" level="application" />
|
49
|
-
<orderEntry type="library" scope="PROVIDED" name="rspec (v3.9.0, RVM: ruby-2.6.3) [gem]" level="application" />
|
50
|
-
<orderEntry type="library" scope="PROVIDED" name="rspec-core (v3.9.1, RVM: ruby-2.6.3) [gem]" level="application" />
|
51
|
-
<orderEntry type="library" scope="PROVIDED" name="rspec-expectations (v3.9.1, RVM: ruby-2.6.3) [gem]" level="application" />
|
52
|
-
<orderEntry type="library" scope="PROVIDED" name="rspec-mocks (v3.9.1, RVM: ruby-2.6.3) [gem]" level="application" />
|
53
|
-
<orderEntry type="library" scope="PROVIDED" name="rspec-support (v3.9.2, RVM: ruby-2.6.3) [gem]" level="application" />
|
54
|
-
<orderEntry type="library" scope="PROVIDED" name="rubocop (v0.80.1, RVM: ruby-2.6.3) [gem]" level="application" />
|
55
|
-
<orderEntry type="library" scope="PROVIDED" name="ruby-progressbar (v1.10.1, RVM: ruby-2.6.3) [gem]" level="application" />
|
56
|
-
<orderEntry type="library" scope="PROVIDED" name="sequel (v5.30.0, RVM: ruby-2.6.3) [gem]" level="application" />
|
57
|
-
<orderEntry type="library" scope="PROVIDED" name="simplecov (v0.18.5, RVM: ruby-2.6.3) [gem]" level="application" />
|
58
|
-
<orderEntry type="library" scope="PROVIDED" name="simplecov-html (v0.12.2, RVM: ruby-2.6.3) [gem]" level="application" />
|
59
|
-
<orderEntry type="library" scope="PROVIDED" name="sleepiq (v0.2.2, RVM: ruby-2.6.3) [gem]" level="application" />
|
60
|
-
<orderEntry type="library" scope="PROVIDED" name="thor (v1.0.1, RVM: ruby-2.6.3) [gem]" level="application" />
|
61
|
-
<orderEntry type="library" scope="PROVIDED" name="unicode-display_width (v1.6.1, RVM: ruby-2.6.3) [gem]" level="application" />
|
62
|
-
<orderEntry type="library" scope="PROVIDED" name="vault (v0.13.0, RVM: ruby-2.6.3) [gem]" level="application" />
|
63
|
-
</component>
|
64
|
-
</module>
|
data/.idea/misc.xml
DELETED
@@ -1,7 +0,0 @@
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
-
<project version="4">
|
3
|
-
<component name="JavaScriptSettings">
|
4
|
-
<option name="languageLevel" value="ES6" />
|
5
|
-
</component>
|
6
|
-
<component name="ProjectRootManager" version="2" project-jdk-name="RVM: ruby-2.6.3" project-jdk-type="RUBY_SDK" />
|
7
|
-
</project>
|
data/.idea/modules.xml
DELETED
data/.idea/vagrant.xml
DELETED
data/.idea/workspace.xml
DELETED
@@ -1,13 +0,0 @@
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
-
<project version="4">
|
3
|
-
<component name="CoverageOptionsProvider">
|
4
|
-
<option name="myAddOrReplace" value="0" />
|
5
|
-
</component>
|
6
|
-
<component name="Git.Settings">
|
7
|
-
<option name="PUSH_AUTO_UPDATE" value="true" />
|
8
|
-
<option name="ROOT_SYNC" value="DONT_SYNC" />
|
9
|
-
</component>
|
10
|
-
<component name="PropertiesComponent">
|
11
|
-
<property name="settings.editor.selected.configurable" value="reference.settingsdialog.project.vagrant" />
|
12
|
-
</component>
|
13
|
-
</project>
|